summarylogtreecommitdiffstats
path: root/ZoomFirejail.desktop
diff options
context:
space:
mode:
authorExcitable Snowball2020-04-30 03:14:58 -0700
committerExcitable Snowball2020-04-30 03:14:58 -0700
commit4a6cc0053a491c25c4a3da690d7f4aaa098eb99d (patch)
treed186863b040647a8c934f0b9b839afca6b65eac4 /ZoomFirejail.desktop
parenta299fca254bbc0d92527d973b26a77043f633254 (diff)
downloadaur-4a6cc0053a491c25c4a3da690d7f4aaa098eb99d.tar.gz
0.1.3 - workaround for firefox handlers.json
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.
Diffstat (limited to 'ZoomFirejail.desktop')
-rw-r--r--ZoomFirejail.desktop2
1 files changed, 1 insertions, 1 deletions
diff --git a/ZoomFirejail.desktop b/ZoomFirejail.desktop
index 35cc00f54c5b..9bd826dc71c3 100644
--- a/ZoomFirejail.desktop
+++ b/ZoomFirejail.desktop
@@ -1,7 +1,7 @@
[Desktop Entry]
Name=Zoom (Firejail)
Comment=Zoom Video Conference
-Exec=/usr/bin/firejail zoom %U
+Exec=/usr/bin/zoom-firejail %U
Icon=Zoom.png
Terminal=false
Type=Application