Bug 409143 - Settings panel isn't shown
Summary: Settings panel isn't shown
Status: RESOLVED FIXED
Alias: None
Product: lattedock
Classification: Plasma
Component: application (other bugs)
Version First Reported In: git (master)
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Michail Vourlakos
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-24 15:52 UTC by Nikita Tsukanov
Modified: 2019-06-24 16:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot (131.40 KB, image/png)
2019-06-24 15:52 UTC, Nikita Tsukanov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Nikita Tsukanov 2019-06-24 15:52:36 UTC
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
Comment 1 Michail Vourlakos 2019-06-24 16:06:41 UTC
old Qt version

what is the Latte-Dock -d output when problem appears?
Comment 2 Nikita Tsukanov 2019-06-24 16:21:41 UTC
```

[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
Comment 3 Nikita Tsukanov 2019-06-24 16:30:24 UTC
Fixed the issue by changing kirigami version to 2.2 in ComboBox.qml
Comment 4 Michail Vourlakos 2019-06-24 16:41:16 UTC
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
Comment 5 Michail Vourlakos 2019-06-24 16:41:36 UTC
(In reply to Nikita Tsukanov from comment #3)
> Fixed the issue by changing kirigami version to 2.2 in ComboBox.qml

thanks, done