Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mercutiodesign/a68a70d433edef1b087ace15e8175918 to your computer and use it in GitHub Desktop.
Save mercutiodesign/a68a70d433edef1b087ace15e8175918 to your computer and use it in GitHub Desktop.
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
@mercutiodesign
Copy link
Author

Original source for this fix is ogra1/zoom-snap@6f3e8a6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment