Home · Compatibility Lists · Support Forums · FAQ · News Archive · Articles · Submit News/Upcoming News
Linux Compatible
advertisement


Forum overview » Applications » Installing IceWM (1/1)

Reply New Poll

Installing IceWM
Author Message
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 10:08:57

In Mandrake Control Manager, I've selected the iceWM packages, and it installed of the ISO-discs.

Now, on the iceWM homepage, I've found this :

"First make sure that you choose the correct X startup script in your home directory. For most distributions the file $HOME/.xsession is honored by startx and X Display Managers like kdm. On RedHat, the $HOME/.Xclients may be used instead. In all cases, choose the one recommended by your distribution and make sure that there is no concurency between the X startup scripts.

The recommended way to start is from $HOME/.xsession shell script (may be executable, must be on RedHat). Mine looks something like this:

# run profile to set $PATH and other env vars correctly
. $HOME/.bash_profile
# setup touchpad and the external mouse
xset m 7 2
xinput set-ptr-feedback 0 7 1.9 1
# run initial programs
uxterm &
# start icewm, and run xterm if it crashes (just to be safe)
exec icewm-session || exec xterm -fg red

The xterm on the last line is there simply to make sure that your X session doesn't crash if icewm does (should never happen). You can restart icewm from there or start some other window manager. The session will close if you close the xterm."



I think I've located the IceWM-file by typing
find /usr -iname "ice"
It came with a lot of result, a lot of .html-files in usr/bin/shared and "icewm" and "icepref" located at usr/lib/menu/icewm and usr/lib/menu/icepref.
I also found a 'directory' at : /usr/share/doc/icewm1.2.13
and /usr/share/doc/icewm-light-1.2.13/


Question is: What do I do next ?

Post #5191
Edit Quote Print Solution Plonk Delete
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 11:10:44

Okay, I donwloaded IceWM from the homepage, and restarted the install as stated in this page : http://jetblackz.nabaza.org/InstallingIceWM.html

"tar zxvf icewm-1.2.13.tar.gz
cd icewm-1.2.13
./configure --prefix=/usr/X11R6 --exec-prefix=/usr/X11R6 --with-imlib --without-xpm --enable-gradients --enable-shaped-decorations --enable-xfreetype --disable-corefonts
make && make install
cd .. && rm -fr icewm-1.2.13
icewm --version
"


When I entered the command given there, I got this error :

"configure: WARNING : you should use --build, --host, --target
configure : WARNING : invalid host type : ./configure
configure: error : unrecognized option: --enable-gradients
Try './configur --help" for more information

[root@localhost icewm-1.2.13] # make && make install
make[1]: gcc: command not found
make[1] : *** [ymsgbox.o] Error 127
make[1]: Leaving directory '/home/maxwell/icewm1.2.13/src"
make: *** [base] error 2

[root@localhost icewm-1.2.13]# cd .. && rm -fr icewm-1.2.13
[root@localhost maxwell]# icewm --version
"


What did just happen ?

Post #5195
Edit Quote Print Solution Plonk Delete
Dapper Dan
Moderator


Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
Icon 2004-02-01 11:46:05

IceWM should just work for you if you installed it via the Mdk software installer. There is no reason to try installing the IceWM tarball on top of it. Press Ctrl + Alt + Backspace to get back out to the kdm user login. Look under Sessions. IceWM *should* be there for you to choose. If it isn't, choose "Failsafe." It will come up as an xterm terminal in the lower right hand side of your screen. Type:

icewm [enter]

And you will have an icewm DE

Post #5196
Edit Quote Print Solution Plonk Delete
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 11:56:20

You are right, there shouldn't be any need to install IceWM on top of the already installed version. But I was under the impression that it didn't install, since I didn't see any options when rebooting.

Turned out I had to change my boot-configuration to launch IceWM at startup.

But : that didn't work... It just rebooted under KDE

So I tried the Ctrl-Alt-Backspace... didn't work either. I just popped right back into loading KDE.

So then I tried choosing "Failsafe".
So then I got:

"Telling INIT to go to single user mode
INIT: Going single user
sh-2.05b# "


So this didn't work.

Now what do I do ?

Post #5197
Edit Quote Print Solution Plonk Delete
Dapper Dan
Moderator


Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
Icon 2004-02-01 12:01:18

Are you not booting to the kdm or gdm user login manager? Are you booting to black screen (runlevel 3) and then doing "startx" to go to your desktop environment?

Post #5200
Edit Quote Print Solution Plonk Delete
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 12:07:05

*cough* huh ?


Well, I turn on the computer, and it starts up, boots up KDE and that's it.

No login whatsoever, and no typing. Just waiting for it to boot up.

Can I change this ? And how ?

In the Boot-menu under the Mandrake Control Center: should I tell it not to launch the graphical environment when the starts ?
I'll just try that this time.

Post #5201
Edit Quote Print Solution Plonk Delete
Dapper Dan
Moderator


Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
Icon 2004-02-01 12:11:28

OK so your doing auto login. After booting to your KDE desktop, it doesn't take you out to the kdm login manager at all if you then press Ctrl + Alt + Backspace?

Post #5202
Edit Quote Print Solution Plonk Delete
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 12:14:30

okay, it just changed here.

I rebooted not using the "default graphical interface"-option (is that auto-login ?)

username, password
then "startx"

KDE booted

then I did Ctrl-Alt-Backspace

And I'm now staring at a command line as a normal user.
[maxwell@localhost maxwell]$

What do I need to do ?

Post #5203
Edit Quote Print Solution Plonk Delete
Dapper Dan
Moderator


Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
Icon 2004-02-01 12:26:45

type:

su [enter]

it will ask for password to become root.

as root type:

kdm [enter]

if you have kdm installed, a box will come up which is the kde login manager. click and look on the tab beside "Session type" and see if IceWM is a choice. If it isn't, choose "Failsafe" and put in your user id and password and enter. when the Failsafe terminal comes up in the lower left hand corner type:

icewm [enter]

This is a rough way to get to icewm, and you can fix everything where it will boot to icewm automatically like it does with KDE, but I'm just trying to get you to IceWM so you can have a look at it and smoke it over..

Post #5204
Edit Quote Print Solution Plonk Delete
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 12:29:47

"type:

su [enter]

it will ask for password to become root.

as root type:

kdm [enter]

if you have kdm installed, a box will come up which is the kde login manager. "


Right up to there I knew where we were heading. But... no login manager.
It's just boots up again.

Is there anywhere where I can get to the login manager ?
Is this an option I should activate somewhere ?

Maybe some usefull information, I'm not sure. But I'm the only user in this computer. Root and Maxwell are the same. Well, there is only one normal user : "maxwell", and then of course there's root.
Maybe this has something to do with the not appearing login manager ?

'Cause I would really like to look at IceWM and smoke it over

btw: I really appreciate all the help you're giving me

Post #5205
Edit Quote Print Solution Plonk Delete
Maxwell Rain
Member


Posts: 24
From: Belgium
Joined: 2004-01-31
Member No.: 26609
Icon 2004-02-01 12:41:57

Wait, I think I got it !

Boot Options --> "No I don't want auto-login" --> rebooted et voila, login-screen.


I should have seen this before, you stated it a couple of messages ago.

I'm in

Thanks for all the help, you're a lifesaver

Post #5207
Edit Quote Print Solution Plonk Delete
Dapper Dan
Moderator


Posts: 1703
From: The Sovereign state of South Carolina
Joined: 2003-09-26
Member No.: 22400
Icon 2004-02-01 12:59:28

It's been a while since I configured MDK, so I forgot about that boot options thing. I'm pretty sure you can go back in there and configure it to autologin to IceWM should you so choose.

Post #5208
Edit Quote Print Solution Plonk Delete

Related Threads RSS

- Help installing GAIM... (11/27/2005 07:16 pm)
- Need Help installing DSL or Puppy (03/13/2005 07:02 pm)
- Installing Ipcop 1.4.0 - Grub Hard Disk Error (12/31/2004 03:40 pm)
- Installing Firefox (01/06/2005 11:35 pm)
- Installing Mandrake 10.0 (12/27/2004 08:02 am)
- Question on installing icewm control panel (07/22/2004 08:57 am)
- Installing apt in SuSE 9.1/64 (07/13/2004 09:00 am)
- Installing apt-get RPM on Fedora Core 2 (10/31/2004 12:22 pm)
- Installing Firefox (02/24/2004 07:37 am)
- Uninstalling OpenOffice (02/01/2004 07:34 pm)
- installing pixelview play tvpro (01/29/2004 07:17 am)
- Installing xmms (01/19/2004 04:30 pm)
- Installing software from old System Cd's (01/20/2004 06:43 pm)
- Installing PHP and MySQL on RedHat 9.0 (02/04/2005 11:34 pm)
- Newbie needs help with installing xine on red hat 9 (09/30/2003 07:45 pm)
- Installing TCPDUMP on RH9 (07/29/2003 04:33 pm)
- installing Eclipse on Linux (07/02/2003 03:49 pm)
- Installing Programs HELP! (02/13/2003 02:28 pm)
- Installing VMware 3.2 on Mandrake 9 (06/01/2003 04:39 am)

Reply New Poll

Forum overview » Applications » Installing IceWM

Legend
View   View profile
Solved   Mark this post as solution (topic starter only)
Quote   Reply with quote to post
Edit   Edit post
Delete   Delete post (admin only)

Moderator: Open / Close / Bump / Delete / Move / Merge

All products mentioned are registered trademarks or trademarks of their respective owners.
© 2002-2009 Esselbach Internet Solutions - All Rights Reserved. Terms and privacy policy
Website powered by Esselbach Storyteller CMS System