LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 07-24-2004, 12:16 PM   #1
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Rep: Reputation: 30
How to install alternate WM in FC2?


Hi everyone,

I'm wondering how I'd go about installing and using an alternate window manager. That is, instead of using a full desktop environment such as GNOME or KDE, using just Fluxbox or WindowMaker. I tried installing the WindowMaker RPM but nothing seems to have happened. I don't get an option to load WindowMaker at the graphical login screen nor is there a Desktop Switcher utility in the Red Hat menu. Will I have to tinker with XFree86 configuration files? How would I switch back?
 
Old 07-24-2004, 06:14 PM   #2
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169

Rep: Reputation: 30
I did it the hard way, on fedora core1
1) edit /etc/inittab to start in console text mode ( change default runlevel from 5 to 3 )
2) After login in console mode I type "xinit /usr/X11R6/bin/fluxbox

If I forgot where the Fluxbox binary is, I type "which fluxbox "

I tried to install a windows manager selector named selectwm but it doesn,t work
I had to use another windows manager on 1 of my rigs because I updated both of my 2 systems to KDE v3.2 and had problem with KDE v3.2one system after the upgrade.

fyoi ,there is a desktop switcher in Fedora1: Redhat menu->system settings->more system settings->desktop switching tool.
 
Old 07-24-2004, 08:59 PM   #3
seabass55
Member
 
Registered: Jan 2003
Location: 127.0.0.1
Distribution: Fedora&Gentoo
Posts: 207

Rep: Reputation: 30
yum install fluxbox
switchdesk fluxbox

I'm always in runlevel 3 so I don't know what it would do at runlevel 5.
 
Old 07-24-2004, 10:23 PM   #4
WMD
Member
 
Registered: Jul 2004
Location: Florida
Distribution: Slackware, Debian
Posts: 484

Rep: Reputation: 30
You'd have to write an xinitrc.<wm> for it. FC2 comes with XFce RPMs, you could try that. I got it to work on FC1
 
Old 07-26-2004, 08:39 AM   #5
Biased turkey
Member
 
Registered: Jan 2002
Location: Canada
Distribution: redhat7.2
Posts: 169

Rep: Reputation: 30
Quote:
Originally posted by seabass55
yum install fluxbox
switchdesk fluxbox

I'm always in runlevel 3 so I don't know what it would do at runlevel 5.
I tried switchdesk but fluxbox is not in the choices list.

Redhat 7, 8, and 9 used a .Xclients config file, does Fedora uses that file too ?
 
Old 07-26-2004, 11:02 AM   #6
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Original Poster
Rep: Reputation: 30
Thanks, but is there anyway to change window managers without messing with XFree86 configuration files? I want to be able to easily switch back to GNOME if something goes wrong.
 
Old 07-26-2004, 11:13 AM   #7
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
yum fluxbox handles setting gui login

Hi,

When i used yum to get fluxbox, it automatically updated the gui login menu to include fluxbox, along with gnome, kde, failsafe, etc.....

So, you still have a choice among them.

Unfortunately, yum installed the stable version (0.1.14 or something like that), which I find to be unusable. I installed 0.9.9 or something, which works well...did so through source code. I then needed to do a little tweaking of X files, and went back to run level 3, but if you do a search on the forum here and at justlinux.com, you can see which files to look at. It's not that hard to figure out what to change, and what to change back if you don't like it.

Didn't know xfce can with fedora, on the CD's?

If your yum.conf doesn't have a repository with fluxbox, I will post mine.

Last edited by ehawk; 07-26-2004 at 11:16 AM.
 
Old 08-24-2004, 01:11 PM   #8
vincebs
Member
 
Registered: Oct 2003
Location: Mississauga, ON
Distribution: Ubuntu 9.04
Posts: 496

Original Poster
Rep: Reputation: 30
Quote:
Originally posted by WMD
You'd have to write an xinitrc.<wm> for it. FC2 comes with XFce RPMs, you could try that. I got it to work on FC1
I tried making an .xinitrc file for the XPde desktop in my $HOME directory but nothing happened when I rebooted. In the file it has the line: /usr/src/xpde/bin/startxpde

And I can't seem to get yum to work. Whenever I type (as root of course) yum install <packagename>, the program hangs.

EDIT: I got XPde to run but only if I go into runlevel 3 and type startx.

Also, I actually got WindowMaker to run from the GDM login screen by using "switchdesk WindowMaker".

But is there any way to get them on the Sessions menu on the login screen?

Last edited by vincebs; 08-24-2004 at 01:46 PM.
 
Old 08-24-2004, 04:40 PM   #9
ehawk
Senior Member
 
Registered: Jul 2003
Posts: 1,257

Rep: Reputation: 48
my yum.conf

Here is the /etc/yum.conf file I use. I think I was able to install fluxbox 0.14 with it in its current state. If you are not able to do so, uncomment-out the freshrpms site and the dag site, but then comment out the stable and livna sites. I have heard they don't work well together.



# $Id: yum-fd.conf 378 2004-04-30 16:33:52Z dude $

[main]
cachedir=/var/cache/yum
debuglevel=2
logfile=/var/log/yum.log
pkgpolicy=newest
distroverpkg=fedora-release
gpgcheck=1
tolerant=1
exactarch=1

[core]
name=Fedora Linux $releasever - $basearch - core
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/core

[updates]
name=Fedora Linux $releasever - $basearch - updates
baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/updates

#[freshrpms]
#name=Fedora Linux $releasever - $basearch - freshrpms
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms

#[tupdates]
#name=Fedora Linux $releasever - $basearch - testing updates
#baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/tupdates

[livna-stable]
name=Livna.org Fedora Compatible Packages (stable)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable
#gpgcheck=1

[fedora-stable]
name=Fedora.us Extras (Stable)
baseurl=http://mirrors.kernel.org/fedora.us/fedora/fedora/$releasever/$basearch/RPMS.stable
http://fedora.quicknet.nl/fedora/fedora/$releasever/$basearch/RPMS.stable
http://mirrors.usc.edu/pub/linux/fedora/fedora/fedora/$releasever/$basearch/RPMS.stable
http://fedora.mirror.sdv.fr/fedora/fedora/$releasever/$basearch/RPMS.stable
http://download.fedora.us/fedora/fedora/$releasever/$basearch/RPMS.stable
#gpgcheck=1

[macromedia.mplug.org]
name=macromedia.mplug.org - Flash Plugin
baseurl=http://macromedia.mplug.org/apt/fedora/$releasever
http://sluglug.ucsc.edu/macromedia/apt/fedora/$releasever
http://ruslug.rutgers.edu/macromedia/apt/fedora/$releasever
http://macromedia.rediris.es/apt/fedora/$releasever
#gpgcheck=1

#[dag]
#name=Dag APT Repository
#baseurl=http://dag.freshrpms.net/redhat/fc$releasever/en/$basearch/dag
# http://ftp.heanet.ie/pub/freshrpms/pub/dag/redhat/fc$releasever/en/$basearch/dag
##gpgcheck=1
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Dual boot XP/FC2 probs aftter FC2 install - "cannot find operating system" bcal Fedora - Installation 4 01-30-2005 03:38 PM
Install alternate Environment e-freak Linux - Newbie 2 01-09-2005 06:23 PM
How do I install Samba if I didn't install it when I installed FC2? CatchFlipsidE Linux - Newbie 6 09-10-2004 06:17 PM
FC2 install on 2nd drive, no dual-boot, will install modify 1st WinXP drive at all? Equisilus Fedora - Installation 14 06-27-2004 02:38 AM
need help with install FC2 T2 cballadp Linux - Software 2 04-01-2004 01:36 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 03:39 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration