-
Notifications
You must be signed in to change notification settings - Fork 19
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
Cannot open links #34
Comments
Hi me too on manjaro but later this new update work and have install no snap version and link work. Thanks |
same issue here which is very annoying. |
Are there any messages on the console if you launch discord in a terminal and try to click a link? Is there anything in |
@popey when clicking on url
ah I remember now I had this same issue on my gk snap so fix was that do not ship xdg-open in the snap then the snap will use xdg-open from snapd. Just unstage package Line 45 in b940fbf
|
@Krotera That solution will work only when building this snap, so if you want the fix faster then clone this repo and locally build this snap with the mentioned line removed from |
can you fix this issue with my posted solution above. cc @popey |
Remove xdg-open from the prime stage, which should fix issue #34
Ok, I have removed xdg-open via a prime step, rather than removing the entire xdg-utils package. The xdg-utils package was added because without it discord spams the terminal looking for xdg-mime. This should build shortly, so if you want to test via |
@popey just locally tested discord with that file removed it fixes this issue. EDIT: Also tested rev 70 from edge its working fine no issues. |
Ok, thanks for testing! I've pushed that to stable. |
Reviving #1 on Kubuntu 18.04. Did stuff break again?
Like that thread's OP, I have
snapd-xdg-open
installed, andxdg-open [url]
works in a console, yet clicking any links in Discord that would normally open in the browser does nothing.The text was updated successfully, but these errors were encountered: