Commit a7aba6f 1 parent 95ecb77 commit a7aba6f Copy full SHA for a7aba6f
File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -61,6 +61,12 @@ cp -v "/usr/share/icons/breeze/breeze-icons.rcc" "appdir/usr/share/icons/breeze/
61
61
# TODO: further down also add:
62
62
# -e "./appdir/usr/plugins/kgraphviewerpart.so" \
63
63
64
+ # add extra platform plugins
65
+ export EXTRA_PLATFORM_PLUGINS=" libqoffscreen.so;libqwayland-generic.so"
66
+
67
+ mkdir -p appdir/usr/plugins/wayland-shell-integration/
68
+ cp /usr/plugins/wayland-shell-integration/libxdg-shell.so appdir/usr/plugins/wayland-shell-integration/
69
+
64
70
linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt \
65
71
-e " ./appdir/usr/lib64/libexec/hotspot-perfparser" \
66
72
-e " ./appdir/usr/bin/hotspot" \
@@ -70,6 +76,7 @@ linuxdeploy-x86_64.AppImage --appdir appdir --plugin qt \
70
76
-l /usr/lib64/libfontconfig.so.1 \
71
77
-l /usr/lib/librustc_demangle.so \
72
78
-l /usr/lib/libd_demangle.so \
79
+ -l /usr/lib64/libwayland-egl.so \
73
80
-i " $srcdir /src/images/icons/512-hotspot_app_icon.png" --icon-filename=hotspot \
74
81
-d " ./appdir/usr/share/applications/com.kdab.hotspot.desktop" \
75
82
--output appimage
You can’t perform that action at this time.
0 commit comments