Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Do you use startx or a gui login? I boot into console and use startx myself and this file does the job for me.
Code:
# Duron 950 box "uilleann" user fancy .xinitrc file
# Start stuff I want to run when I startx
# The artwiz-fonts sometimes conflict with your locale settings. To get
# them to work you may have to put the following at the beginning of your
# .xinitrc file
export LC=C
export LC_ALL=C
# exec gnome-session
# exec kde
# Esetroot ~/backgrounds/linux.png &
gkrellm -w &
xscreensaver &
exec fluxbox
Right now I log in with redhat's graphical interface.
when I try to run it, with KDE open I get...
[root@dc1 root]# /usr/local/bin/fluxbox
Failed to read: session.tabs
Setting default value
Failed to read: session.slitlistFile
Setting default value
Failed to read: session.groupFile
Setting default value
Failed to load groupfile:
BScreen::BScreen: an error occured while querying the X server.
another window manager is already running on display :0.0.
Blackbox::Blackbox: no managable screens found, aborting
Fluxbox: Unknown error.
[root@dc1 root]#
Duh, KDE is using the X server.
It would be cool if someone knew how I might add flux box to RedHat's graphical login menu.
Like:
Default
KDE
GNOME
FLUXBOX
Last edited by chrisknight; 06-19-2003 at 02:09 PM.
Try installing RedHat's Fluxbox0.1.14 .rpm package, which'll add the entry to the graphical login screen, and then make install the 0.9.3 files again to overwrite them.
Btw for RedHat and Mandrake I think you wanted to use ./configure --prefix=/usr or the files will be in /usr/local instead.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.