Skip to content

Commit

Permalink
disable deploying wayland platform plugins
Browse files Browse the repository at this point in the history
wayland platform plugins currently deployed in the CI are built on ubuntu focal and only compatible with wayland prior to 1.20. Attempting to run the appimage on modern wayland DEs results in a symbol lookup error and failure to run #18598 so disable for now until a workaround is implemented in a future release

effectively a revert of #13781
  • Loading branch information
theofficialgman authored and shoogle committed Dec 11, 2023
1 parent 57226e1 commit dd42e99
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions build/ci/linux/tools/make_appimage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ mv "${qt_sql_drivers_path}/libqsqlpsql.so" "${qt_sql_drivers_tmp}/libqsqlpsql.so

# Semicolon-separated list of platforms to deploy in addition to `libqxcb.so`.
# Used by linuxdeploy-plugin-qt.
export EXTRA_PLATFORM_PLUGINS="libqoffscreen.so;libqwayland-egl.so;libqwayland-generic.so"
export EXTRA_PLATFORM_PLUGINS="libqoffscreen.so"

# Colon-separated list of root directories containing QML files.
# Needed for linuxdeploy-plugin-qt to scan for QML imports.
Expand Down Expand Up @@ -195,11 +195,6 @@ unwanted_files=(
# additions at https://github.com/linuxdeploy/linuxdeploy-plugin-qt/issues
additional_qt_components=(
plugins/printsupport/libcupsprintersupport.so

# Wayland support (run with QT_QPA_PLATFORM=wayland to use)
plugins/wayland-decoration-client
plugins/wayland-graphics-integration-client
plugins/wayland-shell-integration
)

# ADDITIONAL LIBRARIES
Expand Down

0 comments on commit dd42e99

Please sign in to comment.