Xfce Wiki

Sub domains
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
faq [2012/12/19 16:53] – Corrected sed command for filtering out xev-generated keycodes. merowigfaq [2013/03/12 10:09] hashimo
Line 303: Line 303:
 == Start xfwm4 again == == Start xfwm4 again ==
 Sounds like the simpliest solution. You need a terminal and a command executioner (like xfrun4 (alt + f2)) with focus. In the terminal you enter following command: Sounds like the simpliest solution. You need a terminal and a command executioner (like xfrun4 (alt + f2)) with focus. In the terminal you enter following command:
-<code>xfwm4 --sm-client-id=${SESSION_MANAGER##*/} &</code>+<code>xfwm4 --sm-client-id=${SESSION_MANAGER##*/} & disown</code>
 And you're done, xfwm4 should be now in your session again. If this doesn't work, stick with method 2 or 3 below. And you're done, xfwm4 should be now in your session again. If this doesn't work, stick with method 2 or 3 below.
 == The easy solution for every xfce (not for people loving there sessions) == == The easy solution for every xfce (not for people loving there sessions) ==