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.
libqgtk3.so
1 parent 070d88c commit 85e59f2Copy full SHA for 85e59f2
make-appimage.sh
@@ -14,7 +14,9 @@ export DESKTOP=/usr/share/applications/qelectrotech.desktop
14
# Deploy dependencies
15
quick-sharun /usr/bin/qelectrotech /usr/share/qelectrotech
16
17
-# Additional changes can be done in between here
+# The gtk3 plugin does not change the look of the app for some reason
18
+# this bug also hapens in the native distro package
19
+rm -f ./AppDir/lib/qt/plugins/platformthemes/libqgtk3.so
20
21
# Turn AppDir into AppImage
22
quick-sharun --make-appimage
0 commit comments