Age | Commit message (Collapse) | Author |
|
|
|
Icon was reported broken in some DEs due to unnecessary extension
|
|
https://github.com/netblue30/firejail/issues/3434
|
|
Chromium and some other programs use xdg-open to determine which program
to use for zoommtg:// links. After installing, print out a hint
explaining how to configure your desktop environment to open these links
in zoom-firejail.
|
|
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.
|
|
|
|
|