This may or may not be a solution for some of you.
I didnt originally plan on using sessions, but this seems to have taken care of my issue with removing both bars..
1. Start xfce using the "startxfce4" command.. Once loaded, right click and go to Settings > Sessions and Startup Settings.
2. Enable the "Automatically Save Session on Logout" option. I also disabled "Prompt on Logout" as I do not want to be bothered with a message when I quit X.
3. Open a terminal, and do "killall xfce-panel" and "killall xftaskbar4". I wanted to remove both to keep things as minimal as possible, but only kill the ones *you* dont want to load the next time you start.
4. Quit XFCE nicely, by right clicking and choosing "Quit".
Start XFCE again using the "startxfce4" command, and whatever you killed in step 3 should not show this time.
For those of you who prefer a user defined .xinitrc and like to start things using the "startx" command, dump the following in there...
Code: Select all
#!/bin/sh
exec /usr/bin/startxfce4
Remeber to add your desklets or any other junk you need to load on startup..
Also remember that youre using sessions now, so any windows you leave open when you kill XFCE will be there when you start it back up.