-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
App chooser dialog always shows when opening URL #306
Comments
Is your firefox install the normal Arch package? |
Possible solution #313. |
Similar issue: When using Lutris to launch Steam games, the App Choose always appears and there is no way to just save the choice for always using com.valvesoftware.Steam for steam://. |
I have the opposite issue, it doesn't show App chooser dialog but launch default browser instead
Someone reported same issue in #330 . Was this behavior changed or is there some switch for that? Arch Linux, xdg-desktop-portal 1.4.2-1, KDE Plasma 5.16 |
It seems is App chooser dialog not shown for http/https schemes: https://github.com/flatpak/xdg-desktop-portal/wiki/The-Permission-Store#the-desktop-used-apps-table |
There is no switch for this. We special case http and https uri schemes, and launch the default app directly |
Whenever I try to open a URL from a Flatpak, I'm always prompted to select an application and have to manually specify Firefox.
Here's what I tried:
busctl --user call org.freedesktop.portal.Desktop /org/freedesktop/portal/desktop org.freedesktop.portal.OpenURI OpenURI 'ssa{sv}' '' 'https://google.com/' 0
, which gives me this prompt:journalctl --user -u xdg-desktop-portal
, which has no logs of particular interest. Just in case, I'll attach them anyway.Logs:
I am on Arch Linux and running Flatpak 1.2.3-1.
The text was updated successfully, but these errors were encountered: