LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 06-28-2005, 04:13 PM   #1
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Rep: Reputation: 50
I want icewm as my desktop


hi, this is my first post in the slackware forum- (I think lol) and I'd like to say how much I love slack. I LOVE SLACK!!! The thing I like most is that it is helping me to learn linux, and really learn linux.

Ok, enough gushing, onto my "problem"

how do I set up icewm as my default window manager when I "startx"? I like how slack boots into cli mode, so, which file do I edit, what do I add to the file I'm editing and where is it located?

thanks.

titanium_geek

ooops! I forgot to say that I have icewm properly installed yadda yadda.

Last edited by titanium_geek; 06-28-2005 at 04:15 PM.
 
Old 06-28-2005, 04:37 PM   #2
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
I assume you want to keep booting on runlevel 3 without any graphical login manager.
To achieve what you want, you have to take some xinitrc file from /etc/X11/xinit and copy it to /home/youruser/.xinitrc or /etc/X11/xinit/xinitrc (to be global).
Then edit the line in the file you've copied where it starts the window manager, and change it to run icewm.
 
Old 06-28-2005, 05:33 PM   #3
Mirari
LQ Newbie
 
Registered: Feb 2005
Location: CT
Distribution: Slackware 10.1
Posts: 21

Rep: Reputation: 15
Can't you also run 'xwmconfig' and get the same effect? Seems to work for me when I want to try out new window managers.
 
Old 06-28-2005, 06:22 PM   #4
Shade
Senior Member
 
Registered: Mar 2003
Location: Burke, VA
Distribution: RHEL, Slackware, Ubuntu, Fedora
Posts: 1,418
Blog Entries: 1

Rep: Reputation: 46
That works with preinstalled wms. If you add your own xinitrc.icewm to /etc/X11/xinit you'll be able to choose it with xwmconfig too.

--Shade
 
Old 06-28-2005, 07:11 PM   #5
shepper
Member
 
Registered: Mar 2003
Location: Dry, Dusty and Conservative
Distribution: OpenBSD, Debian Wheezy/Jessie
Posts: 449

Rep: Reputation: 33
If you use the icewm package from LinuxPackages it includes xintrc.icewm.
If you compiled icewm from source then you can use this xintrc.icewm:


#!/bin/sh
# $XConsortium: xinitrc.cpp,v 1.4 91/08/22 11:41:34 rws Exp $

userresources=$HOME/.Xresources
usermodmap=$HOME/.Xmodmap
sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap

# merge in defaults and keymaps

if [ -f $sysresources ]; then
xrdb -merge $sysresources
fi

if [ -f $sysmodmap ]; then
xmodmap $sysmodmap
fi

if [ -f $userresources ]; then
xrdb -merge $userresources
fi

if [ -f $usermodmap ]; then
xmodmap $usermodmap
fi

# run profile to set $PATH and other env vars correctly
# . $HOME/.bash_profile
# start some nice programs

icewm-session
"xscreensaver &"

#-----------------------------------------------------------
 
Old 06-28-2005, 09:48 PM   #6
titanium_geek
Senior Member
 
Registered: May 2002
Location: Horsham Australia
Distribution: elementary os 5.1
Posts: 2,479

Original Poster
Rep: Reputation: 50
thanks for the responses. The instructions to do the text file were confusing. I just ran xwmconfig and that was fine. Now I am running ice and I am very happy.

titanium_geek
 
  


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
How to get Icewm as default desktop on SuSE 9.3? n00b_juser SUSE / openSUSE 8 05-23-2005 07:31 PM
Gnome keeps stealing my desktop from xfce + icewm eduardo451 Ubuntu 5 03-28-2005 12:38 PM
icewm workspaces + desktop icons andi456 Linux - Software 0 05-17-2004 10:12 AM
How do you put icons on the IceWm desktop? javaarmy Linux - General 6 10-16-2003 03:06 AM
how to create an icon on desktop with ICEWM jj71 Linux - Newbie 2 07-30-2003 07:00 PM

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

All times are GMT -5. The time now is 08:46 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