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: 13
Popularity: 0.23
First Submitted: 2020-04-30 09:27 (UTC)
Last Updated: 2023-01-28 08:49 (UTC)

Latest Comments

1 2 3 Next › Last »

direc85 commented on 2023-02-20 10:36 (UTC) (edited on 2023-03-02 10:59 (UTC) by direc85)

Just a quick note: If you have fish as your default shell, zoom-firejail fails to launch (syntax error at --), but after a quick chsh and re-login it works.

Edit: This has been fixed upstream, and looks to be released in firejail 0.9.74, see https://github.com/netblue30/firejail/issues/5599 for details.

flylightning commented on 2023-01-30 05:55 (UTC)

@snowball Sure, I would love to.

snowball commented on 2023-01-28 08:51 (UTC)

@flylightning Thanks for the patch! I've updated the package with your changes.

Would you be interested in taking ownership of this package? I no longer use it.

flylightning commented on 2023-01-27 22:05 (UTC) (edited on 2023-01-27 22:16 (UTC) by flylightning)

From f3014654b419dc6a0120e834d331465e806f7be9 Mon Sep 17 00:00:00 2001
From: Xiao Pan <gky44px1999@gmail.com>
Date: Fri, 27 Jan 2023 13:47:43 -0800
Subject: [PATCH] firejail 0.9.72 removed --shell= and set --shell=none as the
 default

---
 PKGBUILD      | 4 ++--
 zoom-firejail | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/PKGBUILD b/PKGBUILD
index 79de6a9..06e154c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: Excitable Snowball <excitablesnowball@gmail.com>

 pkgname=zoom-firejail
-pkgver=0.1.6
+pkgver=0.1.7
 pkgrel=1
 pkgdesc=".desktop file for running Zoom in Firejail"
 arch=('x86_64')
@@ -12,7 +12,7 @@ install=zoom-firejail.install
 source=('ZoomFirejail.desktop'
         'zoom-firejail')
 sha512sums=('88342fd5847dd58c271ea9cb2ca7c4497fba00b3ea761a8ce630e1d072a7e39c426fffe62cc5fdb6c8516a33e70dd292109c41f7d3966fee7acb78b32c3a0e6a'
-            'dafee2e2586e090c09bb039d5a9d9e6035fff19c67725226a550707ee4602562f7e2adafdab34454b664240c4b025f1e1e3763917dd1e1566309db002ccab48f')
+            'aea3761bd540ebe71b350a1f7fd79683080d73a1c26373ad1f91a552f5c9319665cba4e1d3bc0267bfca3f8d37598ec5077797eec43561f5f7bcd3b583df4b2a')

 package() {
     install -Dm755 zoom-firejail "$pkgdir"/usr/bin/zoom-firejail
diff --git a/zoom-firejail b/zoom-firejail
index 9bae8d1..46c3390 100755
--- a/zoom-firejail
+++ b/zoom-firejail
@@ -1,3 +1,2 @@
 #!/bin/sh
-# `--shell=none` is a workaround for https://github.com/netblue30/firejail/issues/3434
-/usr/bin/firejail --shell=none -- zoom "$@"
+/usr/bin/firejail -- zoom "$@"
-- 
2.39.1

makeworld commented on 2022-04-26 18:10 (UTC)

I needed to add --ignore=caps.keep to get my camera to show up, as per this issue. Anyone else experiencing this?

Deresiant commented on 2022-04-20 09:49 (UTC)

If i download something in the firejail, where is it on the host filesystem?

silverbluep commented on 2021-01-21 17:53 (UTC)

The zoom links contain both room info and password; so you can copy/paste those parts seperately to the zoom join window; is what I'm doing. (For people that don't use firefox.)

j0hannes commented on 2021-01-20 09:57 (UTC)

Ah, that's nice. I used the unjailed Zoom to log in and then switched to this one, where I appeared as already logged in.

mod20 commented on 2021-01-20 08:08 (UTC)

BTW I got it working by visiting https://<SSO Zoom domain>/saml/login?from=desktop in Firefox. (Sometimes you need to do this twice.) This generates a zoommtg link which also works with the firejail version.

j0hannes commented on 2021-01-19 15:27 (UTC)

@snowball: The problem seems to be the way that the browser is invoked. Zoom stores a file in ~/.cache/kioexec/krun/ and the path is then passed to the browser. The file doesn't actually exist where it has supposedly been stored. This could actually be the result of sandboxing the application.