From 0ee880c5dcf75e5e86a917acf46dbb362b132e7a Mon Sep 17 00:00:00 2001 From: Florent Rougon Date: Sun, 23 Oct 2022 10:00:38 +0200 Subject: [PATCH] download_and_compile.sh: install libqt5quick5 if available This should solve a bug where some launcher icons aren't displayed properly. So far, we had an optional dependency on qml-module-qtquick2, which depends on libqt5quick5 or libqt5quick5-gles, however only the former ensures a proper display in the built-in launcher (when libqt5quick5-gles is installed instead of libqt5quick5, users see black squares instead of the icons on the left). --- download_and_compile.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/download_and_compile.sh b/download_and_compile.sh index 5ede6b2..38796f6 100755 --- a/download_and_compile.sh +++ b/download_and_compile.sh @@ -607,6 +607,7 @@ function _installOrUpdateDistroPackages(){ _optional_pkg_alternative qttools5-dev _optional_pkg_alternative qtbase5-dev-tools # for rcc _optional_pkg_alternative qttools5-dev-tools # for lrelease + _optional_pkg_alternative libqt5quick5 _optional_pkg_alternative qml-module-qtquick2 _optional_pkg_alternative qml-module-qtquick-window2 _optional_pkg_alternative qml-module-qtquick-dialogs