LinuxQuestions.org
Visit Jeremy's Blog.
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-08-2002, 06:44 AM   #1
xcobra
LQ Newbie
 
Registered: Jun 2002
Posts: 9

Rep: Reputation: 0
Thumbs up Slackware 8 Window Managers


I installed slackware 8 (full without promps). I'm new to this and have many questions. I've also downloaded all the docs but couldn't find my questions.

1. Hi another question: I want to run another windowsmanager; just for fun. So log in as root; typed xwmconfig and i scrolled down to xinitrc.wmmaker windowmaker pressed ok, then i typed startx againg and it boots kde again.....mm strange... I installed the full editions so windowmaker should start right? Tell me if I done something wrong or should download wmaker?....

3. Well in the case I should download; it's easy to untar, gunzip from the shell and it's explained well in the tutorials. But whats the best directory to untar and unzip in ?... I use the user/home directory but I don't want to make a mess from my system...
 
Old 06-08-2002, 06:53 AM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
please do NOT double post
http://www.linuxquestions.org/questi...threadid=22905
 
Old 06-08-2002, 09:19 AM   #3
spook
LQ Newbie
 
Registered: Jun 2002
Location: UK
Distribution: slackware, freebsd, solaris,sunOS, IRIX
Posts: 18

Rep: Reputation: 0
windowmaker

Hi,
If i remember correctly in order to get windowmaker to work you have to do "wmaker.inst" for any user that wants to use it.
Hope this helps.
spook
 
Old 06-08-2002, 04:38 PM   #4
kdaru
LQ Newbie
 
Registered: May 2002
Location: Arizona
Distribution: Mandrake7.1, now SuSE 8
Posts: 14

Rep: Reputation: 0
To see if you have windowmaker on your system, type

whereis windowmaker

and see if it comes back with a path, e.g., /usr/X11R6/bin/windowmaker. If it just says "windowmaker:", then you have to download and install.

I find it easier to edit .xinitrc directly (with vi or whatever) to force it to start my windowmanager of choice. At the end of the file it should have a line like

exec $WINDOWMANAGER

Comment this out and write

exec windowmaker

Keep in mind also that there may be >1 .xinitrc scattered over your system: one in your home dir, one in /root, and one in /usr/X11. Changes to your home .xinitrc will not be seen if you startx as root and root has its own .xinitrc.

Re where to put new packages: I've been using /opt, but I don't know if that's right or not.

Katie
 
Old 06-08-2002, 06:03 PM   #5
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Actually in Slack 8, there won't be any xinitrc files by default in any users home directory.

The default xinitrc scripts are located in /etc/X11/xinit
where you'll find many different Window Managers installed.

There you should find a xinitrc.wm, can't be for certain not at my Linux box at the time. The easiest way to setup your default Window Manager or Desktop in Slack is this way:

To setup globally for all users, say for instance you wanted everyone to use window maker by default:

1. cd /etc/X11/xinit
2. If your have a xinitrc link file, remove it like this:
rm xinitrc
3. ln -s xinitrc.wm xinitrc
4. Now you should have a new xinitrc linked to xinitrc.wm which makes your default desktop Window Manager for all users on the system.

Now if you want to make a default desktop for a particular user, the easiest way to do this is to create a link like above in the users home directory to point to the desktop they want to use.
Say user1 wants gnome as their desktop, you can do these steps from their home directory:

ln -s /etc/X11/xinit/xinitrc.gnome .xinitrc

And this should place a hidden link .xinitrc that makes Gnome their default desktop. You don't specifically have to put the period in front of the xinitrc, but it's usually good to, so its hidden and can be viewed with a ls -al command to list all files.

Hope this helps in anyway. And If you did a full install of Slack8, Window Maker is installed or should be at least. Not sure of the correct file like I mentioned before for windowmaker but you should know once you see the list of xinitrc scripts. As far as I know though, it should be xinitrc.wm though..

Also about installing files.. I tend to download to my home directory and install from there.

Last edited by trickykid; 06-08-2002 at 06:07 PM.
 
Old 06-08-2002, 06:28 PM   #6
Sfin
Member
 
Registered: Apr 2002
Location: Michigan
Distribution: Slackware 8.0
Posts: 197

Rep: Reputation: 30
The correct fileame is:

xinitrc.wmaker

well that is what it is on my Slack.

Just giving you some help tricky
 
Old 06-08-2002, 06:51 PM   #7
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985Reputation: 1985
?!?!?!?! How hard is it NOT to reply to double posts??? criminy!
 
Old 06-08-2002, 08:34 PM   #8
trickykid
LQ Guru
 
Registered: Jan 2001
Posts: 24,149

Rep: Reputation: 269Reputation: 269Reputation: 269
Quote:
Originally posted by acid_kewpie
?!?!?!?! How hard is it NOT to reply to double posts??? criminy!
I closed the other one.. quit wasting bandwidth acid !

Thanks sfin, I wasn't for sure cause first its not installed on my box I ssh into from work, and second, my other box was turned off so I couldn't access it to see since it is installed on it..
 
Old 06-12-2002, 07:36 AM   #9
Dvorak2099
LQ Newbie
 
Registered: Jun 2002
Distribution: Slackware 8.0
Posts: 4

Rep: Reputation: 0
Lightbulb Well I think I know the answer to this

well i think it is simple enough to realize that you just can't highlight your window manager and press enter you must highlight it in xmwconfig then press space then enter to select it. Glad I could help.
 
  


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 change window managers with startx in slackware name_in_use450 Linux - General 11 09-06-2017 05:42 AM
Window Managers vs Window Shell Environments DJOtaku Linux - General 7 08-09-2005 12:43 PM
window managers - where to get them? kriidler Linux - Newbie 11 05-25-2005 02:37 PM
Window Managers vs. Desktop Managers mikeshn Linux - General 4 02-11-2004 11:31 AM
Window Managers nuadastorm Linux - Software 2 06-03-2003 07:50 PM

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

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