We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0382b69 commit 8bc9e9dCopy full SHA for 8bc9e9d
cmake/linux/package_linux.sh.in
@@ -106,7 +106,7 @@ if lsmod |grep vboxguest > /dev/null 2>&1; then
106
echo "VirtualBox detected. Forcing libgl software rendering."
107
export LIBGL_ALWAYS_SOFTWARE=1;
108
fi
109
-QT_X11_NO_NATIVE_MENUBAR=1 \$DIR/usr/bin/lmms.real "\$@"
+QT_X11_NO_NATIVE_MENUBAR=1 QT_AUTO_SCREEN_SCALE_FACTOR=1 \$DIR/usr/bin/lmms.real "\$@"
110
EOL
111
112
chmod +x "${APPDIR}usr/bin/lmms"
0 commit comments