[konsole] [Bug 399491] Blur disappears when switching tabs

bugzilla_noreply at kde.org bugzilla_noreply at kde.org
Mon Oct 8 17:45:21 BST 2018


https://bugs.kde.org/show_bug.cgi?id=399491

alexkde at gmx.net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REPORTED                    |RESOLVED
         Resolution|---                         |NOT A BUG

--- Comment #7 from alexkde at 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 the assignee for the bug.


More information about the konsole-devel mailing list