-
Notifications
You must be signed in to change notification settings - Fork 46
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
Please support working without xdg-utils on Linux #2
Comments
Thanks for the input @joshtriplett. I'd originally sourced the choice of command on Linux from this stackoverflow discussion. Will address this as:
I think using the browser variable should be sufficient instead of adding something like gvfs-open |
@amodm Thanks for the update. I mostly mentioned gvfs-open because unlike xdg-open, it's installed by default in GNOME environments, and it still respects users' app selections in the GNOME preferences (which don't set |
@joshtriplett incorporated in v0.2.2 on crates.io |
On Linux, opening the default browser uses xdg-open, part of xdg-utils; however, nothing in a default desktop install requires the installation of xdg-utils. Please consider supporting some fallbacks, such as gvfs-open, or parsing the
$BROWSER
environment variable directly.The text was updated successfully, but these errors were encountered: