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 05-07-2011, 09:38 PM   #1
splitzjc
LQ Newbie
 
Registered: May 2011
Posts: 16

Rep: Reputation: 0
Starting window managers other than kde


Hello,

I'm having trouble starting non-kde window managers. From the start-up command line, I get an error message about the XServer when typing "fluxbox" in as a command. However, when I put fluxbox in as a command in konsole, it gives an error message (which makes sense because I was using kde). I also can't start xfce as it is not a recognized command.

Thanks
 
Old 05-07-2011, 09:44 PM   #2
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
The command to change window managers is 'xwmconfig' which you run from the command line prior to starting X.
 
Old 05-07-2011, 10:15 PM   #3
splitzjc
LQ Newbie
 
Registered: May 2011
Posts: 16

Original Poster
Rep: Reputation: 0
Hey thanks that helps. However, when running xwmconfig, xfce is absent, but I can start xfce through fluxbox. Is it supposed to be like that?
 
Old 05-07-2011, 10:23 PM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
No. xfce should be available.
What is the output of 'ls -l /etc/X11/xinit/'?

I see, for xfce, "lrwxrwxrwx 1 root root 28 Mar 31 23:26 xinitrc.xfce -> ../../xfce/xdg/xfce4/xinitrc"
 
Old 05-07-2011, 10:43 PM   #5
splitzjc
LQ Newbie
 
Registered: May 2011
Posts: 16

Original Poster
Rep: Reputation: 0
There was more output given but here is the line for xfce:

Code:
lrwxrwxrwx 1 root root  28 May  3 20:35 xinitrc.xfce -> ../../xfce/xdg/xfce4/xinitrc*
 
Old 05-07-2011, 10:58 PM   #6
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,377

Rep: Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757Reputation: 2757
Good. The symlink is in place, but what about the target?
What is the output of 'ls -l /etc/xfce/xdg/xfce4'?

Last edited by allend; 05-08-2011 at 12:09 AM.
 
Old 05-08-2011, 04:50 PM   #7
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277
The command to start xfce from the cli is 'startxfce4', which should explain why 'xfce' is not found....

cheers,
 
Old 05-08-2011, 06:32 PM   #8
jamesf
Member
 
Registered: Dec 2004
Location: USA
Distribution: Slackware 12, Slackware64 14.2
Posts: 236
Blog Entries: 1

Rep: Reputation: 57
The following shows what DE/WMs are available:
Code:
james@somecomp:~$ ls -l /etc/X11/xinit/
total 28
-rw-r--r-- 1 root root 321 Mar 16  2003 README.Xmodmap
lrwxrwxrwx 1 root root  11 Oct  2  2010 xinitrc -> xinitrc.kde*
-rwxr-xr-x 1 root root 651 Feb 27 21:59 xinitrc.blackbox*
-rwxr-xr-x 1 root root 659 Feb 27 22:03 xinitrc.fluxbox*
-rwxr-xr-x 1 root root 644 Feb 27 22:07 xinitrc.fvwm2*
-rwxr-xr-x 1 root root 627 Jan  7 21:21 xinitrc.kde*
-rwxr-xr-x 1 root root 725 Dec  1  2009 xinitrc.twm*
-rwxr-xr-x 1 root root 894 Feb 27 22:06 xinitrc.wmaker*
lrwxrwxrwx 1 root root  28 Mar 31 00:27 xinitrc.xfce -> ../../xfce/xdg/xfce4/xinitrc*
That xinit links to xinitrc.kde shows that when xwmconfig was last run as root the system default DE/WM was set to KDE. If a user runs xwmconfig and selects a different DE/WM then 'startx' for that user will start the selected DE/WM.

You can also start any one of them with a command of this form:
Code:
startx /etc/X11/xinitrc/xinitrc.xfce
That will start XFCE4.

I can't take any sort of credit for any of that, it all came from these forums, somewhere.

Naturally, this is limited to non-GUI runlevels (like 3). As you're all well aware (for completeness), selecting a different DE/WM from KDE is simply clicking on the button on the login screen. I'm not sure how to do that for xdm, maybe you can't.

[edit: last paragraph added]
[edit2: hrmph. I seem to have answered a slightly different question that what was asked. ;v) ]

Last edited by jamesf; 05-08-2011 at 06:39 PM.
 
Old 05-10-2011, 12:14 AM   #9
splitzjc
LQ Newbie
 
Registered: May 2011
Posts: 16

Original Poster
Rep: Reputation: 0
Thanks all for the help. I don't have a big problem starting fluxbox and going from there.
 
  


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
Window managers in KDE and Gnome gordingin Linux - Newbie 1 09-29-2004 03:51 PM
UDE, KDE & window managers moridon77 Linux - Software 4 06-23-2004 09:34 PM
How about changing window managers in KDE? jenna_h Linux - Software 8 11-09-2003 09:57 AM
window managers vs kde/gnome externalgreenfu Linux - Software 3 07-14-2003 12:35 AM
Starting differnt window managers durden2.0 Linux - Newbie 2 06-02-2003 08:41 PM

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

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