Skip to content

browse() error when launcher has whitespace #174

Open
@generalvamp

Description

@generalvamp

In browser.go, browse() errors if the launcher contains whitespace. For example, if the launcher is
"c/Program Files/Google/Chrome/Application/chrome.exe". Will get the following error:

exec: "/c/Program": stat /c/Program: no such file or directory.

A workaround for this error is to move launcher to a path that does not contain whitespace. But perhaps browse() could be updated to not split the launcher on whitespace, so that it would not cause this error?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions