Hi Graeme,

> I tried Zoom on my Mageia 7 installation but failed when prompted to
> open xdg-open
>
> "Could not find any application or handler for
> zoommtg://us04web.zoom.us/join?act…zc=0&pwd=NWRxTitvcStaVmlpQWV5U3FJRnBPZz09&pk=&mcv=0.92.11227.0929&browser=chrome"
> although xdg-utils is installed.

xdg-utils doesn't know how to process every schema; it has never heard
of zoommtg.  If you install a program that connects to a Zoom meeting
then it may register itself as the handler for the zoommtg schema.

For example, /usr/share/applications/Zoom.desktop exists here.

    [Desktop Entry]
    Name=Zoom
    Comment=Zoom Video Conference
    Exec=/usr/bin/zoom %U
    Icon=Zoom.png
    Terminal=false
    Type=Application
    Encoding=UTF-8
    Categories=Network;Application;
    StartupWMClass=Zoom
    MimeType=x-scheme-handler/zoommtg;application/x-zoom;
    X-KDE-Protocols=zoommtg
    Name[en_US]=Zoom

And that's been picked up in one of the files that's consulted.

    $ grep zoommtg /usr/share/applications/mimeinfo.cache
    x-scheme-handler/zoommtg=Zoom.desktop;
    $

-- 
Cheers, Ralph.

-- 
  Next meeting: BEC, Bournemouth, Tuesday, post-lurgi 20:00
  Check to whom you are replying
  Meetings, mailing list, IRC, ...  http://dorset.lug.org.uk/
  New thread, don't hijack:  mailto:dorset@mailman.lug.org.uk

Reply via email to