Created attachment 121114 [details] Screenshot SUMMARY Instead of a settings panel I only see a transparent blurred square Kubuntu 18.04, X11 session, Mesa DRI Intel(R) UHD Graphics 630 (Coffeelake 3x8 GT2) Introduced by [03001f4280a2f5dc501e7b62940410c044172826] fork PlasmaComponents3.ComboBox to adjust for Latte STEPS TO REPRODUCE 1. Click on Dock/Panel settings OBSERVED RESULT A transparent blurred square is shown instead of a settings panel EXPECTED RESULT A settings panel KDE Plasma Version: 5.12.7 KDE Frameworks Version: 5.44.0 Qt Version: 5.9.5
old Qt version what is the Latte-Dock -d output when problem appears?
``` [debug 19:19:25.007007] - dock config view : initialization started... [warning 19:19:25.039039] - file:///usr/share/plasma/shells/org.kde.latte.shell/contents/configuration/LatteDockConfiguration.qml:495:21: Type Pages.BehaviorConfig unavailable Pages.BehaviorConfig { ^ [warning 19:19:25.039039] - file:///usr/share/plasma/shells/org.kde.latte.shell/contents/configuration/pages/BehaviorConfig.qml:142:17: Type LatteComponents.ComboBox unavailable LatteComponents.ComboBox { ^ [warning 19:19:25.039039] - file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/latte/components/ComboBox.qml:27:1: module "org.kde.kirigami" version 2.5 is not installed import org.kde.kirigami 2.5 as Kirigami ^ [debug 19:19:25.039039] - dock config view : initialization ended... ``` libkf5kirigami2-5 and qml-module-org-kde-kirigami2 are installed
Fixed the issue by changing kirigami version to 2.2 in ComboBox.qml
Git commit 307564422e2ba1d4c9eedb5174460521f5e29d6b by Michail Vourlakos. Committed on 24/06/2019 at 16:40. Pushed by mvourlakos into branch 'master'. reduce Kirigami version to 2.2 M +1 -1 declarativeimports/components/ComboBox.qml https://commits.kde.org/latte-dock/307564422e2ba1d4c9eedb5174460521f5e29d6b
(In reply to Nikita Tsukanov from comment #3) > Fixed the issue by changing kirigami version to 2.2 in ComboBox.qml thanks, done