Skip to content

Instantly share code, notes, and snippets.

@RyanZim
Created October 19, 2022 15:16
Show Gist options
  • Save RyanZim/ba9da9560f6d0584559e50e3b00a11e7 to your computer and use it in GitHub Desktop.
Save RyanZim/ba9da9560f6d0584559e50e3b00a11e7 to your computer and use it in GitHub Desktop.
Patch for /usr/share/applications/Zoom.desktop to fix oversized https://zoom.us/ app on Linux
4c4
< Exec=/usr/bin/zoom %U
---
> Exec=env QT_SCALE_FACTOR=1 /usr/bin/zoom %U
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment