You are not logged in.
As of a recent update Firefox and Chrome are failing to launch external applications. I'm not sure how to troubleshoot this issue.
For example, when I try to open a Zoom meeting link, the Zoom application used to launch automatically into the meeting. Now that does not occur. No application or prompt for what application should be used ever shows up. Whether Zoom is already running has no effect. This is now the case in both Firefox and google-chrome from the AUR.
I'm using i3 and no DE.
Any thoughts on how to start debugging this?
Thank you
Offline
I have the same problem and I am using also only i3.
The gist of it should be to :
1. set a custom url scheme handler with xdg-settings or manually in your ~/.config/mimeapps.list :
xdg-settings get default-url-scheme-handler zoommtg
# ensure it is set to zoom.desktop (verify in /usr/share/applications
xdg-settings set default-url-scheme-handler zoommtg zoom.desktop
or add
MimeType=x-scheme-handler/ddg;
to the Zoom desktop file that you manually created.
2. change the scheme handler in your browser (this depends on your browser).
I'm testing all those solutions, I'll keep posting if i found THE solution.
some readings :
[Zoom Desktop Client isn't launching from browser xdg-open : kde](https://www.reddit.com/r/kde/comments/i … m_browser/)
[XDG MIME Applications - ArchWiki](https://wiki.archlinux.org/index.php/XD … plications)
[Default applications - ArchWiki](https://wiki.archlinux.org/index.php/de … plications)
[xdg-settings(1) — Arch manual pages](https://man.archlinux.org/man/xdg-settings.1)
[Post a reply / Arch Linux Forums](https://bbs.archlinux.org/post.php?tid=257263)
[Linux Configuration Notes](https://www.leetdatageek.com/linux/configuration)
Last edited by kidpixo (2021-01-14 14:33:02)
Offline