Linux - Distributions This forum is for Distribution specific questions.
Red Hat, Slackware, Debian, Novell, LFS, Mandriva, Ubuntu, Fedora - the list goes on and on... |
| 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.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
02-12-2002, 09:04 AM
|
#1
|
|
LQ Newbie
Registered: Dec 2001
Location: Sweden
Distribution: Mandrake 8.2 / Windows XP
Posts: 12
Rep:
|
Running Fluxbox on RH 7.2?
Has anyone managed to run Fluxbox on RH 7.2?
|
|
|
|
02-12-2002, 09:08 AM
|
#2
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,711
|
erm.. yeah it's easy. how about you ask a specific question. error messages..?
|
|
|
|
02-12-2002, 09:19 AM
|
#3
|
|
LQ Newbie
Registered: Dec 2001
Location: Sweden
Distribution: Mandrake 8.2 / Windows XP
Posts: 12
Original Poster
Rep:
|
Quote:
Originally posted by acid_kewpie
erm.. yeah it's easy. how about you ask a specific question. error messages..?
|
Well, I downloaded the source files and compiled and installed them. So far no problem. The I made the .xinitrc in my /home/scratchmaster/ and also the .fluxbox (also under /home/scratchmaster/
The .xinitrc contains the line exec /usr/local/bin/fluxbox (where the executable file is).
Well, it still won´t start.
When I restarted X, it comes to the RH loginscreen, I enter my name and password, and then it starts Gnome. It's just like linux doesn't read /home/scratchmaster/.xinitrc at all!
|
|
|
|
02-12-2002, 09:35 AM
|
#4
|
|
Senior Member
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
|
Dont use the login manager, just try to login in console and type startx, that should get you into fluxbox, also did u copy all the necessary files into your .fluxbox dir, as it is explained on their website?
I didn't like fluxbox... i tried XFce as someone here suggested and its the best! i like it much more than KDE or GNOME.... Give it a try too.....
|
|
|
|
02-12-2002, 09:38 AM
|
#5
|
|
LQ Newbie
Registered: Dec 2001
Location: Sweden
Distribution: Mandrake 8.2 / Windows XP
Posts: 12
Original Poster
Rep:
|
Quote:
Originally posted by NSKL
Dont use the login manager, just try to login in console and type startx, that should get you into fluxbox, also did u copy all the necessary files into your .fluxbox dir, as it is explained on their website?
I didn't like fluxbox... i tried XFce as someone here suggested and its the best! i like it much more than KDE or GNOME.... Give it a try too.....
|
How do I disable it? And if I don't like fluxbox, where do I get XFce?
|
|
|
|
02-12-2002, 09:44 AM
|
#6
|
|
Moderator
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 42,711
|
XFCE IS PANTS! It's rubbish version of the already rubbish and ancient CDE. well that's my opinon. flox / blackbox is great, and actaully looks NICE ;-)
i don't know why flux doesn't appear on gdm, it's cos you've installed from source and not RPM, as i installed blackbox (you are aware they are effectively indentical?) from source, and xdm doesn't find it... if you install from RPM it will appear in the X login.
if you install the rpm's (e.g. from rpmfind.net) then you should be able to use switchdesk to choose which manager to use.
if you're interested, my blackbox looks like this
Last edited by acid_kewpie; 02-12-2002 at 09:45 AM.
|
|
|
|
02-12-2002, 09:46 AM
|
#7
|
|
LQ Newbie
Registered: Dec 2001
Location: Sweden
Distribution: Mandrake 8.2 / Windows XP
Posts: 12
Original Poster
Rep:
|
Quote:
Originally posted by acid_kewpie
XFCE IS PANTS! It's rubbish version of the already rubbish and ancient CDE. well that's my opinon. flox / blackbox is great, and actaully looks NICE ;-)
i don't know why flux doesn't appear on gdm, it's cos you've installed from source and not RPM, as i installed blackbox (you are aware they are effectively indentical?) from source, and xdm doesn't find it... if you install from RPM it will appear in the X login.
if you install the rpm's (e.g. from rpmfind.net) then you should be able to use switchdesk to choose which manager to use.
if you're interested, my blackbox looks like [url=http://ckenet.dynu.com/bb.jpg]this[url]
|
I got the rpm from fluxbox.sourceforge.net but it seemed like nothing got installed at all.
What do you suggest that I do?
|
|
|
|
02-12-2002, 11:45 AM
|
#8
|
|
Moderator
Registered: May 2001
Posts: 24,811
|
Another way to set it would be if you ran Gnome, you've got a file ~/.Xclients and ~/.Xclients-default. Open up ~/.Xclients-default, go to the case section, and add one for flux/blackbox/whatever, should look like:
if [ -f $HOME/.wm_style ] ; then
WMSTYLE=`cat $HOME/.wm_style`
case "$WMSTYLE" in
BLACKBOX | blackbox)
helperStart
exec /usr/X11R6/bin/blackbox
;;
ICEWM | icewm)
helperStart
exec /usr/X11R6/bin/icewm
xterm &
;;
GNOME | gnome)
helperStart
exec gnome-session
;;
esac
fi
now "echo blackbox > ~/.wm_style" and you've set your default WM, to get smptin else just echo it into ~/.wm_style.
|
|
|
|
02-12-2002, 11:49 AM
|
#9
|
|
LQ Newbie
Registered: Dec 2001
Location: Sweden
Distribution: Mandrake 8.2 / Windows XP
Posts: 12
Original Poster
Rep:
|
wouldn't that just set fluxbox as wm for gnome? I want to run it "natively" or how do you say it?
|
|
|
|
02-12-2002, 11:58 AM
|
#10
|
|
Moderator
Registered: May 2001
Posts: 24,811
|
No it doesn't. These files set prefs for X, not Gnome.
|
|
|
|
02-12-2002, 12:00 PM
|
#11
|
|
LQ Newbie
Registered: Dec 2001
Location: Sweden
Distribution: Mandrake 8.2 / Windows XP
Posts: 12
Original Poster
Rep:
|
ok, thank you, I'll try!
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 10:21 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|