Grim
Group: Members
Posts: 284
Joined: Mar. 2004 |
|
Posted: April 16 2004,08:34 |
|
I ran across this the other day. Root doesn't have a home directory and, therefore, doesn't have any fluxbox configuration files. So, when you start X, as root, there's nothing in the menu and the root window is empty.
You can do two things to remedy this, create a /root directory and copy everything from /home/damnsmall there (cp -R /home/damnsmall/* /root), cd to /root and start X or start X normally (i.e. as user damnsmall with the `pwd' set to /home/damnsmall) and sudo su to root. Take your pick.
-------------- No good deed goes unpunished...
|