On Fri, Sep 3, 2021 at 1:40 PM Philippe Andersson <pan@iba-group.com> wrote:
On 03/09/2021 09:48, Michael Hamilton wrote:
When something like that happens to me it's usually because compositing has been disabled due to some past glitch. If I re-enable it via Settings -> Display and Monitor -> Compositor, then all is well. This happens infrequently but I often fail to notice immediately, I've setup a login job that checks it:
---- snip --- #!/bin/bash #set -x
compositor_enabled=$(qdbus-qt5 org.kde.KWin /Compositor org.kde.kwin.Compositing.active)
if [ "$compositor_enabled" != "true" ] then notify-send -a "Check Compositor" -t 0 -i dialog-error.png 'Hardware -> Display and Monitor -> Compositor is disabled!' fi ---- snip --- Many thanks, Michael -- you nailed it!
The status on my system is true. I wonder where the transparency via the window title scroll went. Hmmm. Different topic. -- Roger Oberholtzer