https://bugs.kde.org/show_bug.cgi?id=403334
Bug ID: 403334 Summary: Can only change Desktop Layout / Wallpaper Plugin via MouseWheel Product: plasmashell Version: 5.14.90 Platform: Neon Packages OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Desktop Containment Assignee: se...@kde.org Reporter: zrenf...@gmail.com CC: plasma-b...@kde.org Target Milestone: 1.0 There's a bug when changing Wallpaper Plugin. Left Clicking to open the ComboBox's drop down menu, then left clicking a different plugin will not switch the GUI. Scrolling over the ComboBox works though. Eg: https://www.youtube.com/watch?v=5S3_OsyJkiw There was a Kirigami.FormLayout + QtQuickControl2 patch that changed QtControls1.ComboBox.onCurrentIndexChanged * https://github.com/KDE/plasma-desktop/commits/master/desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml * https://github.com/KDE/plasma-desktop/commit/c2640f83f1077365cd7f87ca2adbfbfb12cf4da7#diff-95d96a95e58373ce46189786eca598f8L144 to QtControls2.ComboBox.onActivated * https://github.com/KDE/plasma-desktop/commit/c2640f83f1077365cd7f87ca2adbfbfb12cf4da7#diff-95d96a95e58373ce46189786eca598f8R108 I also noticed the CombBox no longer updates when a wallpaper plugin is installed which https://phabricator.kde.org/D15178 added. The "Layout: Folder View" => "Layout: Desktop" ComboBox also displays this bug. The Image wallpaper plugin's "Scaled and Cropped" ComboBox is still using QtQuickControl1.onCurrentIndexChanged so it does not have this bug. * https://github.com/KDE/plasma-workspace/blame/master/wallpapers/image/imagepackage/contents/ui/config.qml#L91 Neon's gitunstable ISO has Qt 5.11.2 QtQuickControls2 ComboBox * https://doc.qt.io/qt-5.11/qml-qtquick-controls2-combobox.html -- You are receiving this mail because: You are watching all bug changes.