bojidar-bg / plasma-parallax-wallpaper

A Plasma 5 plugin which moves a background image based on the current desktop
14 stars 1 forks source link

Parallax struggles with theme switching for wallpapers #8

Closed toboil-features closed 3 months ago

toboil-features commented 3 months ago

By using wallpapers which has 2 variations for suiting system theme and changing system theme Parallax doesn't change the wallpaper.

https://github.com/bojidar-bg/plasma-parallax-wallpaper/assets/160222185/01e5864a-78b4-4f8f-a19f-1a0425be69fa

bojidar-bg commented 3 months ago

Should be fixed now. In my defense, it's KDE's MediaProxy doing something funny that confuses the Qt property bindings, and not my code forgetting to listen for palette changes. :sweat_smile:

toboil-features commented 3 months ago

Does your commit also fixes accent colors switching? I wish it will be fixed too...

toboil-features commented 3 months ago

Built from latest git commit and tried it. The issue is still present. Also tried the updated version from KDE plugins store, it still there.

KDE Plasma Version: 6.1.2 KDE Frameworks Version: 6.3.0 Qt Version: 6.7.2

toboil-features commented 3 months ago

Nevermind, i relogined and now it works. Thanks for the fix. 👍

bojidar-bg commented 3 months ago

@toboil-features RE: accent colors -- having tested it, are those still an issue? I might have missed them..

Wait, nevermind, you already opened #10 :sweat_smile: Ignore this comment.