diff options
author | Excitable Snowball <excitablesnowball@gmail.com> | 2020-04-30 03:14:58 -0700 |
---|---|---|
committer | Excitable Snowball <excitablesnowball@gmail.com> | 2020-04-30 03:14:58 -0700 |
commit | 4a6cc0053a491c25c4a3da690d7f4aaa098eb99d (patch) | |
tree | d186863b040647a8c934f0b9b839afca6b65eac4 /.SRCINFO | |
parent | a299fca254bbc0d92527d973b26a77043f633254 (diff) |
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 '.SRCINFO')
-rw-r--r-- | .SRCINFO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,13 +1,15 @@ pkgbase = zoom-firejail pkgdesc = .desktop file for running Zoom in Firejail - pkgver = 0.1.1 + pkgver = 0.1.3 pkgrel = 1 arch = x86_64 license = MIT depends = zoom depends = firejail source = ZoomFirejail.desktop - sha512sums = ab411bc11d8a7bc1befbc25eaaacae7df836c536e5dbf2396fdf7250018df2e7c56443a51c05859d37124f340737a7c9e96192f13a4b12c8bbf6100ae2184de8 + source = zoom-firejail + sha512sums = 71af881f8bbb2daa7ee74b63a32ddb7e450ff6c83a0be4f054a9f4afa953f936ccb4c5f1812cae5d4317626fd222360eb10b0b48ec8876f70f74a0d804a9852a + sha512sums = aea3761bd540ebe71b350a1f7fd79683080d73a1c26373ad1f91a552f5c9319665cba4e1d3bc0267bfca3f8d37598ec5077797eec43561f5f7bcd3b583df4b2a pkgname = zoom-firejail |