Package Details: zoom-firejail 0.1.7-1

Git Clone URL: https://aur.archlinux.org/zoom-firejail.git (read-only, click to copy)
Package Base: zoom-firejail
Description: .desktop file for running Zoom in Firejail
Upstream URL: None
Licenses: MIT
Submitter: snowball
Maintainer: flylightning
Last Packager: snowball
Votes: 12
Popularity: 0.138900
First Submitted: 2020-04-30 09:27 (UTC)
Last Updated: 2023-01-28 08:49 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

snowball commented on 2020-05-12 02:29 (UTC)

@asynec It depends what program you're opening the invite links from. Firefox will prompt you by default. Chromium will use xdg-open. I don't know about other programs. Here's how to check what xdg-open is currently configured to use for all the schemes that Zoom recognizes:

xdg-mime query default x-scheme-handler/zoommtg
xdg-mime query default x-scheme-handler/zoomus
xdg-mime query default x-scheme-handler/tel
xdg-mime query default x-scheme-handler/callto
xdg-mime query default x-scheme-handler/zoomphonecall

If you would like to change them all to open under Firejail, here's how:

xdg-mime default ZoomFirejail.desktop x-scheme-handler/zoommtg
xdg-mime default ZoomFirejail.desktop x-scheme-handler/zoomus
xdg-mime default ZoomFirejail.desktop x-scheme-handler/tel
xdg-mime default ZoomFirejail.desktop x-scheme-handler/callto
xdg-mime default ZoomFirejail.desktop x-scheme-handler/zoomphonecall

Please let me know if that resolves your issue. If it does, I'll add a post-install script to print out additional instructions.

async commented on 2020-05-11 18:30 (UTC) (edited on 2020-05-11 18:30 (UTC) by async)

How can I associate Zoom links with Zoom-Firejail instead of the regular Zoom? By default, my cal invites are still opening in the unsafe version of Zoom.

snowball commented on 2020-05-06 15:57 (UTC)

@hockdudu I'm unable to reproduce the issue under fish. What is /bin/sh symlinked to on your system?

hockdudu commented on 2020-05-06 12:43 (UTC) (edited on 2020-05-06 12:44 (UTC) by hockdudu)

I use fish as my shell and I got this error:

fish: Unknown command: --
fish:
--
^

Replacing this line in zoom-firejail solved my problem.

-/usr/bin/firejail -- zoom "$@"
+/usr/bin/firejail zoom "$@"