Xfce Wiki

Sub domains
 

Differences

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

Link to this comparison view

Last revisionBoth sides next revision
howto:running_xfce_without_a_panel [2018/03/22 15:06] – created rolgiatihowto:running_xfce_without_a_panel [2018/03/23 19:13] rolgiati
Line 5: Line 5:
 This can be solved by a simple work-around; as root save the original xfce-panel file This can be solved by a simple work-around; as root save the original xfce-panel file
      # mv /usr/bin/xfce4-panel /usr/bin/xfce4-panel.bak      # mv /usr/bin/xfce4-panel /usr/bin/xfce4-panel.bak
-and create a new /usr/bin/xfce4-panel that contains the two lines:+and create a new /usr/bin/xfce4-panel file that contains the two lines:
      #!/bin/bash      #!/bin/bash
      exit 1           exit 1     
 +not forgetting to chmod it to a+x
 +
 The process may need to be renewed in the future whenever xfce4-panel gets updated.      The process may need to be renewed in the future whenever xfce4-panel gets updated.