Xdg-open doesn't do anything, Zoom in Chromium,

I just came across this, for some reason on another ubuntu install this works flawlessly and on this new ubuntu install it does not.

It seems it because of the way that snapd works: https://bugs.launchpad.net/snapd/+bug/1776873

There is a comment on the bug that mentions a possible fix: https://bugs.launchpad.net/snapd/+bug/1776873/comments/36

But the easier solution might be to install chromium from the repos and not from snap install (software centre). I uninstalled chromium snap and installed the chroumium found in the normal apt repo. The zoom install I used is first the one offered by zoom the company (a deb package) and the snap install found in the software centre. They both seem to work the issue being confirmed the chromium snap install being secure.

To remove the snap install:

$ snap remove chromium 

To install the package manager version:

$ sudo apt install chromium-browser

This save the step of having to copy and past the meeting id and password into the meeting. The above works in a fresh install of ubuntu 18.04


It could be the xdg-open is not configured to use the correct zoom.desktop

Here is what I did

Verify if you have a valid handler for the zoommtg

xdg-mime query default x-scheme-handler/zoommtg

for me that gave an output zoom.desktop

but I did not have a

/usr/share/applications/zoom.desktop

however I had a

/usr/share/applications/Zoom.desktop

notice Z not z

I changed the default by

xdg-mime default Zoom.desktop x-scheme-handler/zoommtg