Created
April 4, 2026 17:32
-
-
Save smooker/25c15ffe87b354f066dc9190a34fcc10 to your computer and use it in GitHub Desktop.
Viber launcher for Gentoo Linux (Qt6/Chromium, ICU fix, Terminus font)
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
| #!/bin/bash | |
| ~/bin/xkb.sh | |
| #export LD_PRELOAD=/usr/lib64/libglib-2.0.so.0 | |
| #export QT_AUTO_SCREEN_SCALE_FACTOR=0 | |
| #export QT_SCALE_FACTOR=1 | |
| #export QT_FONT_DPI=96 | |
| #export QT_QPA_PLATFORMTHEME=gtk3 | |
| export FC_DEBUG=0 | |
| #~/Downloads/viber/opt/viber/Viber -stylesheet ~/.qtcreator.css | |
| export QT_QPA_PLATFORMTHEME=gtk3 | |
| export QT_AUTO_SCREEN_SCALE_FACTOR=0 | |
| export QT_SCALE_FACTOR=1 | |
| export QTWEBENGINE_CHROMIUM_FLAGS="--force-device-scale-factor=1.0" | |
| #~/.local/viber/orig/opt/viber/Viber -stylesheet ~/.viber.css "$@" | |
| LD_LIBRARY_PATH="/home/smooker/.local/viber/orig/opt/viber/lib" /home/smooker/.local/viber/orig/opt/viber/Viber -stylesheet ~/.viber.css $@ | |
| #~/Downloads/viber/opt/viber/Viber -stylesheet ~/.viber.css | |
| # -stylesheet ~/.viber.css "$@" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment