Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set correct path for Firefox on linux #455

Closed
wants to merge 1 commit into from

Conversation

milosdanilov
Copy link
Contributor

@milosdanilov milosdanilov commented Nov 2, 2018

When running canopy on linux (Ubuntu 18.04) i get the following error message:

1541168288570 mozrunner::runner INFO Running command: "/usr/lib/firefox-2.0" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.5HkpmFMeb2U6"

Unhandled Exception: System.InvalidOperationException: Failed to start browser /usr/lib/firefox-2.0: no such file or directory (SessionNotCreated)

When running canopy on linux (Ubuntu 18.04) i get the following error message:

1541168288570   mozrunner::runner       INFO    Running command: "/usr/lib/firefox-2.0" "-marionette" "-foreground" "-no-remote" "-profile" "/tmp/rust_mozprofile.5HkpmFMeb2U6"

Unhandled Exception: System.InvalidOperationException: Failed to start browser /usr/lib/firefox-2.0: no such file or directory (SessionNotCreated)

Don't know what firefox-2.0 is actually, but /usr/lib/firefox is the correct path :)
@milosdanilov milosdanilov deleted the patch-1 branch November 2, 2018 14:34
@milosdanilov
Copy link
Contributor Author

/usr/lib/firefox is directory 🤦‍♂️
I created a pull request #456 that corrects my mistake

Path to the executable should be /usr/lib/firefox/firefox

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant