Luwx / Lightly

A modern style for qt applications.
Other
1.48k stars 95 forks source link

NOT OPENING LIGHTLY SETTINGS FROM WINDOW DECORATION SETTINGS #213

Open ghost03x opened 1 year ago

ghost03x commented 1 year ago

not sure but window decoration settings not opening Screenshot_20230514_182941

cocoa1231 commented 1 year ago

I am also facing this issue. System info -

Operating System: Fedora Linux 38
KDE Plasma Version: 5.27.5
KDE Frameworks Version: 5.106.0
Qt Version: 5.15.9
Kernel Version: 6.2.15-300.fc38.x86_64 (64-bit)
Graphics Platform: Wayland
Processors: 8 × Intel® Core™ i5-8250U CPU @ 1.60GHz
Memory: 11.0 GiB of RAM
Graphics Processor: Mesa Intel® UHD Graphics 620
Manufacturer: LENOVO
Product Name: 81HN
System Version: Lenovo V130-15IKB

Installed lightly with dnf install lightly

Last metadata expiration check: 0:27:54 ago on Sun 21 May 2023 11:53:19 PM IST.
Installed Packages
Name         : lightly
Version      : 0.4.1
Release      : 5.fc38
Architecture : x86_64
Size         : 1.0 M
Source       : lightly-0.4.1-5.fc38.src.rpm
Repository   : @System
From repo    : fedora
Summary      : A modern style for qt applications
URL          : https://github.com/Luwx/Lightly
License      : GPLv2+ and MIT
Description  : Lightly is a fork of breeze theme style that aims to be visually modern and
             : minimalistic.

Available Packages
Name         : lightly
Version      : 0.4.1
Release      : 5.fc38
Architecture : i686
Size         : 340 k
Source       : lightly-0.4.1-5.fc38.src.rpm
Repository   : fedora
Summary      : A modern style for qt applications
URL          : https://github.com/Luwx/Lightly
License      : GPLv2+ and MIT
Description  : Lightly is a fork of breeze theme style that aims to be visually modern and
             : minimalistic.
ethanbarry commented 1 year ago

Hmm. I figured this was just a me issue, but I see it's more prevalent. Does anyone know how we could launch the dialog from the terminal? It might give us an error message...

DavidOliM commented 1 year ago

+1 Freshly installed from chaotic aur and it doesn't open

mindo commented 1 year ago

From the window decorations I cannot open it, but from the terminal it works just fine.

➜ grep -i exec /usr/share/kservices5/lightlydecorationconfig.desktop
Exec=kcmshell5 lightlydecorationconfig

➜ kcmshell5 lightlydecorationconfig
ethanbarry commented 1 year ago

I get this output whenever I double-click on the Lightly option in kcmwindowdecoration to set the Lightly theme.

file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kwin/decoration/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml:80: TypeError: Cannot read property 'borderSize' of null
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kwin/decoration/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/decorations/kwin4_decoration_qml_plastik/contents/ui/main.qml:80: TypeError: Cannot read property 'borderSize' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
file:///usr/share/kwin/aurorae/MenuButton.qml:11: TypeError: Cannot read property 'closeOnDoubleClickOnMenu' of null
kf.coreaddons: KPluginFactory could not create a KDecoration2::DecorationThemeProvider instance from "/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/breezedecoration.so"
kf.coreaddons: KPluginFactory could not create a KDecoration2::DecorationThemeProvider instance from "/usr/lib/x86_64-linux-gnu/qt5/plugins/org.kde.kdecoration2/lightlydecoration.so"

It updates the settings correctly, but I wonder if a KDecoration2::DecorationThemeProvider instance means the popup menu... IDK.

hrqmonteiro commented 10 months ago

Same thing here. Will this be fixed or what?

hakimzulkufli commented 8 months ago

From the window decorations I cannot open it, but from the terminal it works just fine.

➜ grep -i exec /usr/share/kservices5/lightlydecorationconfig.desktop
Exec=kcmshell5 lightlydecorationconfig

➜ kcmshell5 lightlydecorationconfig

After following @mindo's suggestion, running the command once fixes this issue. I can open the settings menu just fine even through System Settings as usual.