Comment 16 for bug 503633

Revision history for this message
Thomas Bruckmaier (thomasbruckmaier) wrote :

If you are not able to upgrade, you can fix that bug with devilspie (http://burtonini.com/blog/computers/devilspie).
Just create a file called xfcepanel-fix.ds in $HOME/.devilspie and paste the following code:
--------------------
(if
    (matches (window_name) "Xfce Panel")
    (wintype "dock")
)
--------------------
This gives the panel the right window type and the window decorations disappear.