Age | Commit message (Collapse) | Author |
|
Requested by https://aur.archlinux.org/packages/zoom-firejail#comment-1024997
|
|
Bump pkgver to the same value as firejail, requested by oech3 [1] in
comment [2]. His reason is in comment [3]: "To associate with apps
strongly related with this pkg."
I also edited the comment at the file head to add me as maintainer and
change author Excitable Snowball as past contributor.
[1] https://aur.archlinux.org/account/oech3
[2] https://aur.archlinux.org/packages/zoom-firejail#comment-1024879
[3] https://aur.archlinux.org/packages/zoom-firejail#comment-1024885
|
|
git-subtree-dir: zoom-firejail
git-subtree-mainline: cd4c514d719af1f6e5d5a50ec472303fc167de50
git-subtree-split: 819af70c238cb8f51ecda83e035a347d1c0b326e
|
|
|
|
https://github.com/netblue30/firejail/issues/3434
|
|
If you select an application other than the default for a schema
handler, Firefox adds it to its handlers.json. Unfortunately, it seems
to only take the first token in the Exec line of the .desktop file. The
previous version used `Exec=/usr/bin/firejail zoom %U`, so this resulted
in Firefox adding `/usr/bin/firejail` instead of `/usr/bin/firejail
zoom` to its handlers.json.
This workaround adds a simple wrapper script /usr/bin/zoom-firejail.
|