From 4a6cc0053a491c25c4a3da690d7f4aaa098eb99d Mon Sep 17 00:00:00 2001 From: Excitable Snowball Date: Thu, 30 Apr 2020 03:14:58 -0700 Subject: 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. --- .SRCINFO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to '.SRCINFO') diff --git a/.SRCINFO b/.SRCINFO index c861949..4d0b26b 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 -- cgit v1.2.3-70-g09d2