LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - General
User Name
Password
Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.

Notices


Reply
  Search this Thread
Old 05-20-2002, 08:09 PM   #1
TX_metalhead
Member
 
Registered: Jan 2002
Location: Denver CO
Distribution: Mandrake, DemoLinux
Posts: 82

Rep: Reputation: 15
Ice WM & RH 7.3


How do I get to ICE WM from Kde? My comp boots straight to my user name, and I havent figured out how to boot into it, I have gnome set up to run Iec WM, but it looks the same.
 
Old 05-21-2002, 06:45 AM   #2
Thymox
Senior Member
 
Registered: Apr 2001
Location: Plymouth, England.
Distribution: Mostly Debian based systems
Posts: 4,368

Rep: Reputation: 64
A quick and dirty attempted workaround would be:

Edit the file /etc/inittab (or whatever) and change the default runlevel from 5 to 3 (should be near the top).

Drop down the RL3 (open a terminal session, su root and then type init 3).

Create a file in your home (~) directory called .xinitrc and the first and only line should be something like exec starticewm. Obviously, you should check to see if this command exists first (might just be icewm).

I'm not sure about how to get the RH Login thingy to use IceWM by default, so this, as I said, is a very dirty attempted workaround.
 
Old 05-21-2002, 11:40 AM   #3
AnthonyM
Member
 
Registered: Mar 2002
Location: Toronto, Ontario
Posts: 43

Rep: Reputation: 15
I could never get RH7.2 to compile ICEWM or even to run a compiled version of ICEWM so I installed XFCE and it is great!

Good luck.
 
Old 05-22-2002, 12:47 PM   #4
TX_metalhead
Member
 
Registered: Jan 2002
Location: Denver CO
Distribution: Mandrake, DemoLinux
Posts: 82

Original Poster
Rep: Reputation: 15
the command to start it is icewm but when I run it, it says another windowmanager is running(kde)
 
Old 05-22-2002, 01:03 PM   #5
Tom9K
LQ Newbie
 
Registered: Apr 2002
Posts: 4

Rep: Reputation: 0
Arrow

Find something like this in /etc/X11/xdm/Xsession:
case $# in
1)
case $1 in
failsafe)
exec xterm -geometry 80x24-0-0
;;
kde)
exec /usr/bin/startkde
;;
esac
esac

Change it to look like:
case $# in
1)
case $1 in
failsafe)
exec xterm -geometry 80x24-0-0
;;
kde)
exec /usr/bin/startkde
;;
icewm)
exec /usr/bin/icewm
;;
esac
esac

Now open control center, go to System/Login Manager/Sessions, and add a new session called icewm. Now, when you log out, icewm will be in the login menu.
 
Old 05-22-2002, 01:49 PM   #6
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Quote:
the command to start it is icewm but when I run it, it says another windowmanager is running(kde)
That's absolutely correct. You get one window manager at a time. You run KDE's window manager, or you can run the IceWM. You can exercise your choice by changing the "exec ..." statement in your /home/<user name>/.xinitrc file, as was suggested above. You can change the file while in KDE, then exit your X window session (or reboot), and come up in IceWM.

What I have done with my system is I boot to a run level 3 (console). In my .xinitrc file, I have put "exec ..." statements for each WM that I want to use. Then I comment out, with a # in the first position of that row, the ones that I DON'T want to start at the next X window session. That way, I can run my choice of KDE, Xfce, or IceWM (you may have other choices). Ah, the power of choice, it's a beautiful thing !
 
Old 05-24-2002, 11:13 AM   #7
Eraser02
LQ Newbie
 
Registered: May 2002
Distribution: Red Hat 7.2
Posts: 5

Rep: Reputation: 0
Quote:
That's absolutely correct. You get one window manager at a time.
Then how does Gnome let you run enlightenment, twm, etc on top of it, or is that a different story all together?


Eraser
 
Old 05-24-2002, 02:37 PM   #8
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Gnome is a desktop environment. It runs on top of a window manager. So it looks like this from the top down.


Gnome (what you see)

Window Manager (manages what you see)

XFree86 (provides a visual environment)

Linux (the world's greatest OS !)

machine (provides a home for all the above)
 
Old 05-24-2002, 03:28 PM   #9
shoot2kill
Member
 
Registered: Jan 2002
Location: California
Distribution: Red Hat
Posts: 402

Rep: Reputation: 30
you forgot mankind whom they develope and invent machines and OSes for all the above mentioned.
 
Old 05-24-2002, 04:01 PM   #10
jglen490
Member
 
Registered: Apr 2002
Location: The next brick house on the right.
Distribution: Kubuntu 18.04, Bodhi 5.0
Posts: 691

Rep: Reputation: 45
Well smack me silly for forgetting that little detail !!
 
  


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 On
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
No write access ICE authority dolphans1 Mandriva 5 07-24-2009 02:34 PM
desktop shortcuts in Ice WM alagenchev Linux - General 2 11-18-2004 03:20 AM
HPPCI - ICE JTAG Emulator praveengujar Linux - Hardware 0 04-28-2004 03:58 AM
ICEWM (ice window manager) install help jon_k Linux - Software 1 07-23-2003 01:03 AM
Linux & ICE mp3 player SpAcErAvEr Linux - Newbie 1 06-21-2003 09:36 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - General

All times are GMT -5. The time now is 04:52 AM.

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