Created
July 7, 2020 12:03
-
-
Save mercutiodesign/a68a70d433edef1b087ace15e8175918 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From acaa18f587d6154b65d83e88f8dc7e3966645aef Mon Sep 17 00:00:00 2001 | |
From: Martin Dreher <martin@thinkpad> | |
Date: Tue, 7 Jul 2020 14:01:57 +0200 | |
Subject: [PATCH] disable autoscaling for zoom GUI | |
--- | |
PKGBUILD | 3 ++- | |
1 file changed, 2 insertions(+), 1 deletion(-) | |
diff --git a/PKGBUILD b/PKGBUILD | |
index ec4f470..5b5458a 100644 | |
--- a/PKGBUILD | |
+++ b/PKGBUILD | |
@@ -2,7 +2,7 @@ | |
pkgname=zoom | |
pkgver=5.1.422789.0705 | |
-pkgrel=1 | |
+pkgrel=2 | |
pkgdesc="Video Conferencing and Web Conferencing Service" | |
arch=('x86_64') | |
license=('custom') | |
@@ -19,6 +19,7 @@ sha512sums=('27bdde9d6abedbf2d725a292bc904cbc2c65240c71a1a8128cf5cd566afe63aeb09 | |
prepare() { | |
sed -i 's/Zoom\.png/Zoom/g' "${srcdir}/usr/share/applications/Zoom.desktop" | |
+ sed -i 's/T_AUTO_S/XXXXXXXX/g' "${srcdir}/opt/zoom/ZoomLauncher" | |
} | |
package() { | |
-- | |
2.27.0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original source for this fix is ogra1/zoom-snap@6f3e8a6