XFCE: lost window decorations

Linux howto's, compile information, information on whatever we learned on working with linux, MACOs and - of course - Products of the big evil....
Post Reply
User avatar
^rooker
Site Admin
Posts: 1481
Joined: Fri Aug 29, 2003 8:39 pm

XFCE: lost window decorations

Post by ^rooker »

[PROBLEM]
On notebook of a friend of mine, the window decorations of his Xubuntu Hardy installation suddenly had gone. completely. You could open any application without problems - but you could not move or resize the windows.

[SOLUTION]
I was quite puzzled, and I still don't know how this happened, but thanks to an entry called "xcfe lost window decorations" on the ubuntuforums, I found out that it's the windows manager which isn't running.

In XFCE's case that's "xfwm".

So just open a shell and start the window manager again:

Code: Select all

$ xfwm4 --daemon
Then the window decorations suddenly appear (no restart necessary) and everything's back to normal. :)
Jumping out of an airplane is not a basic instinct. Neither is breathing underwater. But put the two together and you're traveling through space!
Post Reply