You are not logged in.
Pages: 1
So, with our current world situations, I am using Zoom every day, multiple times. Right now, I either have to launch Zoom directly and copy/paste in meeting information, or I have to let any link in any of my applications (browsers, Slack, other email or calendar) launch a browser window that then does the xdg-open to zoom. And when it does, not all of the info gets passed into Zoom each time.
I would love to see how I could effectively create a MIME Type that launches Zoom directly instead of this rigmarole. Zoom also has their own MIME Type-esque URLs. zoommtg
I've searched the web and I have tried this or that, but I never came up with a good solution. I thought about making an app that behaves like a browser that has the mime type built in, almost like a script and registering that in MIME Types (still using xdg-open).
Has anybody got a fancy solution, or could we create zoom-native awareness in XFCE?
Offline
I found this at the end of this thread:
I added this command for xdg-open to call Zoom for zoommtg:// links :
xdg-mime default Zoom.desktop x-scheme-handler/zoommtg
and this command to verify:
xdg-mime query default x-scheme-handler/zoommtg
Seems like it could help, please tell us how it goes anyway!
Offline
great! I will try this next time I have this mime type (zoommtg)
I think I remember now where I got stuck in the past. And now that I have tried this again just now, I recall this may be not an XFCE issue, but a general environment behavior I would like to tune. It seems that Zoom's favorite way to share meetings now is to use https urls. So, by intended design it is associated with a browser. I would love for the xdg-open (which I understand is not an XFCE-only element) to recognize the URL past https so that it is recognized as https://<subdomain>.zoom.us/ and then use Zoom.desktop and skip the need for the browser in that flow. I think this is where I was headed with what I mentioned above. I wanted to create a script or something I could register with the system as a browser that is purely a redirect to Zoom.desktop instead of going to a browser that then redirects to zoommtg....
Maybe I am experiencing a first-world problem and wishing upon a star for resolution...
Offline
I'll have some time this weekend, let's make it work!
Offline
Greetings to y'all!
About 6 months ago, i installed zoom's client-app for linux on one of our systems (Mint 19.3, xfce 4.12 64-bit). Works like a charm, never had a problem with it, and during the install it set its own mime-type too: "application/x-zoom Default Zoom".
Rather than trying to figure it out myself, I googled and then followed the guide i found @ https://linuxhint.com/install_zoom_linuxmint/
Hope this helps you somewhat.
Cheers, m4a
Linux Mint 21.3 -- xfce 4.18 ... Apple iMAC -- Lenovo, Dell, HP Desktops and Laptops -- Family & Community Support
Offline
I would love for the xdg-open (which I understand is not an XFCE-only element) to recognize the URL past https so that it is recognized as https://<subdomain>.zoom.us/ and then use Zoom.desktop and skip the need for the browser in that flow.
I think I understand, looks like that would be a browser setting:
See Change what Firefox does when you click on or download a file.
For Chrome, it seems like around version 78 it's become more difficult to change such associations. See this thread, with a Linux workaround buried in the comments.
Hope it helps!
Offline
Also, there's this from Zoom themselves: Launching Zoom from a web browser.
Offline
Pages: 1
[ Generated in 0.009 seconds, 7 queries executed - Memory usage: 541.72 KiB (Peak: 543 KiB) ]