Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upAuthenticating and xdg-open #570
Comments
joshuef
added
the
bug
label
Feb 7, 2019
This comment has been minimized.
This comment has been minimized.
Nice research @b-zee. We could (potentially) negate the xdg issue with Coupled with the string escaping this might solve a few xdg type issues |
joshuef
added this to Needs triage
in Upcoming release ('master' branch)
via automation
Feb 7, 2019
joshuef
added
the
help wanted
label
Feb 7, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
b-zee commentedFeb 1, 2019
Due to a bug in
xdg-open
a registered protocol scheme likesafe-alphachars01234
won't be opened correctly due to the digits in there. https://bugs.freedesktop.org/show_bug.cgi?id=104973Also, because the desktop entry files containing quoted values in the
Exec
key --- likeExec="/usr/bin/safe-browser" %u
---xdg-open
won't be able to open the browser binary. (https://askubuntu.com/q/189822)Also see this topic on SAFE Dev Forum about users encountering the issue: https://forum.safedev.org/t/app-webfetch-is-not-a-function-with-safe-browser-built-from-source/2301