https://bugs.kde.org/show_bug.cgi?id=399491
alex...@gmx.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Resolution|--- |NOT A BUG --- Comment #7 from alex...@gmx.net --- (In reply to Alex Nemeth from comment #6) > check your ~/.bashrc file > did you add something like this to it: > > > if [[ $(ps --no-header -p $PPID -o comm) =~ yakuake|konsole ]]; then > for wid in $(xdotool search --pid $PPID); do > xprop -f _KDE_NET_WM_BLUR_BEHIND_REGION 32c -set > _KDE_NET_WM_BLUR_BEHIND_REGION 0 -id $wid; done > fi > > > this is how it was done in the old days Ah! You are right again. When I move to the new system I just C&P my old .bashrc, where I enabled blur by the code you just posted. With that everything is resolved now, thanks Alex! -- You are receiving this mail because: You are watching all bug changes.