noctlacos
04-12-2003, 11:58 PM
I have Red Hat 9.0, and i've recently compiled fluxbox. Since I wasn't able to find .xsession or .xnitrc in my home directory(or anywhere for that matter, damn red hat....), I looked up on what was the .xsession, and I copy-paste a .xsession file that someone posted on a forum. Here's what is says:
. $HOME/.bash_profile
xsetroot -solid '#056'
exec /usr/local/bin/fluxbox
Now, this works perfectly when I log as root, My gdm takes me to fluxbox. But I want it to work in my user account. I copy-pasted the .xsession from my root directory to my user home directory. It doesn't work. I tried to changer the root in the line:
xsetroot -solid '#056' to the user's name, and once again it didn't. How can I do this?
I'm quite new to linux, so I might not be doing the brightess of things...
. $HOME/.bash_profile
xsetroot -solid '#056'
exec /usr/local/bin/fluxbox
Now, this works perfectly when I log as root, My gdm takes me to fluxbox. But I want it to work in my user account. I copy-pasted the .xsession from my root directory to my user home directory. It doesn't work. I tried to changer the root in the line:
xsetroot -solid '#056' to the user's name, and once again it didn't. How can I do this?
I'm quite new to linux, so I might not be doing the brightess of things...