STEPS TO REPRODUCE 1. Set Color From Window = Touching, and make a window touch a Latte view. 2. Change the window's titlebar color to colorscheme (C1) -> Latte does not change the color to (C1) 3. Change the window's titlebar color to colorscheme (C2) -> Latte changes the color to (C1) set in the previous step. 4. Repeat the step 3 with colorscheme (C3) -> now it uses (C2)
If you click on the desktop and then afterwards the window that changed its colorscheme is it showing the color scheme properly?
it should be fixed by: https://github.com/psifidotos/kwinscript-window-colors/commit/364f4b793e5ac6dcac84dd1d61737ea69a30e189
(In reply to Michail Vourlakos from comment #1) > If you click on the desktop and then afterwards the window that changed its > colorscheme is it showing the color scheme properly? This is still valid (it means the bug is still existing)
it works perfectly in my system now... 1. you need to be sure that you updated the kwin script properly.. you can check out at ~/.local/share/kwin/scripts/lattewindowcolors/contents/code/main.js that the referenced commit is present 2. you need to restart you kwin manager in order to load the new script
Ahh, that's my bad. It works perfectly now. Thank you! :D