3

Well, I recently installed Xubuntu 14.04 and every time I restart, the top panel disappears.

As a solution I found the following commands to make the panel reappears, but I have to run it in terminal every time I reboot:

xfce4-panel --quit
pkill xfconfd
rm -rf ~/.config/xfce4/panel
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
xfce4-panel

Is there any way to make this happen every time I reboot? The other options here didn't work to me.

If I run after restart only xfce4-panel it says:

xfce4-panel: there is already and instance running
Fabby
  • 35,017
user287647
  • 31
  • 1
  • 4

2 Answers2

0

I don't have much experience in this area, but you could try creating a script to run those commands in that order and setting it up to run a startup. You could also try going into your panel settings and unchecking the box labeled "Automatically show and hide the panel".

0

Run your working commands:

xfce4-panel --quit
pkill xfconfd
rm -rf ~/.config/xfce4/panel
rm -rf ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
xfce4-panel

then Clear your session cache

TuKsn
  • 4,440