Skip to content

Commit

Permalink
Make sure there are no Gtk plugins, #145 #149 #150 #151 #152 #161 #166
Browse files Browse the repository at this point in the history
  • Loading branch information
probonopd authored May 21, 2022
1 parent 143055d commit 9c144fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/build-appimages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,9 @@ for app in appimageupdatetool AppImageUpdate; do
# https://github.com/AppImage/AppImageUpdate/issues/150#issuecomment-674013820
# https://github.com/AppImage/AppImageUpdate/pull/152/files
# Apparently linuxdeploy puts them in and there is no apparent way to disable this
sudo rm /usr/plugins/platformthemes/* || true
sudo apt-get remove qt5-gtk-platformtheme || true
sudo apt-get remove qt5-xdgdesktopportal-platformtheme || true
sudo rm /usr/lib/*/qt5/plugins/platformthemes/libqgtk*.so /usr/lib/*/qt5/plugins/platformthemes/libqxdgdesktopportal.so|| true

# bundle application
./linuxdeploy-"$ARCH".AppImage -v0 --appdir "$app".AppDir --output appimage "${EXTRA_FLAGS[@]}" -d "$REPO_ROOT"/resources/"$app".desktop -i "$REPO_ROOT"/resources/appimage.png
Expand Down

0 comments on commit 9c144fd

Please sign in to comment.