From f18649567f5304edfc4b1174a624b38a00c87fe0 Mon Sep 17 00:00:00 2001 From: kd-11 Date: Mon, 30 Sep 2024 16:58:10 +0300 Subject: [PATCH] Include compositor module in appimage for shell integrations --- .ci/deploy-linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/deploy-linux.sh b/.ci/deploy-linux.sh index 1a321778db..d4e9528b36 100755 --- a/.ci/deploy-linux.sh +++ b/.ci/deploy-linux.sh @@ -15,7 +15,7 @@ if [ "$DEPLOY_APPIMAGE" = "true" ]; then chmod +x ./linuxdeploy-plugin-checkrt.sh export EXTRA_PLATFORM_PLUGINS="libqwayland-egl.so;libqwayland-generic.so" - export EXTRA_QT_PLUGINS="svg;wayland-decoration-client;wayland-graphics-integration-client;wayland-shell-integration" + export EXTRA_QT_PLUGINS="svg;wayland-decoration-client;wayland-graphics-integration-client;wayland-shell-integration;waylandcompositor" APPIMAGE_EXTRACT_AND_RUN=1 linuxdeploy --appdir AppDir --plugin qt # Remove libwayland-client because it has platform-dependent exports and breaks other OSes