LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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-04-2011, 04:20 PM   #1
EMateer
LQ Newbie
 
Registered: May 2011
Posts: 7

Rep: Reputation: 0
Slackware 13 with KDE, can I add xfce without re-installing?


I installed almost the complete install. I left off Apache, MySQL and PHP since I wanted to do them myself (which I did and it went fine). I selected KDE as the window manager but now I want to try xfce. When I boot up, I'm left at the command prompt and have to login (probably does that for everybody) then I run startx. That brings up my KDE. Are the xfce components installed and can I use something else to bring up that desktop? Or can I install it and then bring it up at the command after login? As usual, any help will be appreciated (and I hope I'm being clear in my explanation). Thanks
 
Old 06-04-2011, 04:52 PM   #2
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
If you only left out Apache, MySQL, and PHP when you installed Slackware 13 then XFce will be there. At the command prompt as root after your computer starts up issue the following command:

# xwmconfig

That will bring up a window where you can select another environment to use. Select xfce then press enter. Log in as your regular user after logging out of root. When you type startx this will launch XFce.
 
Old 06-04-2011, 05:03 PM   #3
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
And read this: http://slackbook.org/html/x-window-s...xwmconfig.html

By the way, read the rest of the book too. You'll profit from that!

Eric
 
Old 06-04-2011, 05:37 PM   #4
gypsypiney
LQ Newbie
 
Registered: Jan 2011
Location: Austin, Texas
Distribution: Slackware
Posts: 5

Rep: Reputation: 1
At the GUI login screen there should be a menu button allowing you to chose which DE you want to use. You can use different ones without changing the default. Also has a KDE (failsafe) setting, handy for when I mess up settings playing with the eye-candy.




edit: It doesn't behave like this with "startx". I use "sudo /sbin/init 4. It's of one of my favorite features, tho. My bad.

Last edited by gypsypiney; 06-04-2011 at 06:03 PM. Reason: misunderstood.
 
Old 06-04-2011, 05:43 PM   #5
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by gypsypiney View Post
At the GUI login screen there should be a menu button
Quote:
Originally Posted by EMateer
When I boot up, I'm left at the command prompt
The advice is good, but not relevant for this question.

Eric
 
Old 06-04-2011, 05:49 PM   #6
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,085

Rep: Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262
You can run xwmconfig as user without having to log in as root.
 
Old 06-04-2011, 06:19 PM   #7
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by cwizardone View Post
You can run xwmconfig as user without having to log in as root.
Yes. You can do that. But, when you issue the command as root the command will be system-wide for all users. I've found that when you issue the command as a user sometimes the system will revert back to the original DE/WM selected during installation. But, you can always change the DE/WM again with the xwmconfig command.
 
Old 06-04-2011, 06:41 PM   #8
mRgOBLIN
Slackware Contributor
 
Registered: Jun 2002
Location: New Zealand
Distribution: Slackware
Posts: 999

Rep: Reputation: 231Reputation: 231Reputation: 231
Running xwmconfig as the root user sets the "default".

If (as a user) you've never run xmwconfig then you'll end up with the default.

By running xwmconfig as a user you will get to override the default and your choice should stick (unless there is a bug somewhere).

Of course this all pertains to runlevel 3 and using the "startx" command.

The command basically just generates a ~/.xinitrc file for you.
 
Old 06-04-2011, 07:59 PM   #9
cwizardone
LQ Veteran
 
Registered: Feb 2007
Distribution: Slackware64-current with "True Multilib" and KDE4Town.
Posts: 9,085

Rep: Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262Reputation: 7262
Quote:
Originally Posted by hitest View Post
Yes. You can do that. But, when you issue the command as root the command will be system-wide for all users....
Yes, I am, and was, aware of that.
 
Old 06-04-2011, 08:04 PM   #10
hitest
Guru
 
Registered: Mar 2004
Location: Canada
Distribution: Void, Debian, Slackware
Posts: 7,342

Rep: Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746Reputation: 3746
Quote:
Originally Posted by mRgOBLIN View Post
Running xwmconfig as the root user sets the "default".

If (as a user) you've never run xmwconfig then you'll end up with the default.

By running xwmconfig as a user you will get to override the default and your choice should stick (unless there is a bug somewhere).

Of course this all pertains to runlevel 3 and using the "startx" command.
Yeah. I have encountered that bug on occasion.
 
Old 06-05-2011, 01:08 AM   #11
tallship
Member
 
Registered: Jul 2003
Location: On the Beaches of Super Sunny Southern San Clemente, California USA
Distribution: Slackware - duh!
Posts: 534
Blog Entries: 3

Rep: Reputation: 118Reputation: 118
Quote:
Originally Posted by EMateer View Post
I installed almost the complete install. I left off Apache, MySQL and PHP since I wanted to do them myself (which I did and it went fine).
Perhaps a bit off topic (More than a bit, actually), but if you did that, did you consider installing MariaDB instead of MySQL?
 
Old 06-05-2011, 06:50 AM   #12
EMateer
LQ Newbie
 
Registered: May 2011
Posts: 7

Original Poster
Rep: Reputation: 0
Thank you all for your help, and yes, it is off topic and no I did not consider MariaDB (and probably won't at this point and you can stop trying since I'm nobody important but cheers anyway). I will definitely go through the Slackware book. I was able to start the xFce desktop. When I was checking the differences between the two, it was said that xFce was faster and most development is done with GTK+. I suppose it doesn't really matter what desktop I'm using as long as if I want GTK+ in my programs, I use that library and if I want Qt, I use that. It seems that my "almost" complete install of Slackware has both. I love Linux and all of the choices. I installed Slackware because I'm now starting to learn the kernel so all of my configurations, etc., are being done through terminal commands rather than gui programs. Thanks again!
 
Old 06-06-2011, 08:04 AM   #13
unclejed613
Member
 
Registered: Mar 2009
Posts: 352

Rep: Reputation: 32
if you want it to boot into the graphical login, edit /etc/inittab and change the default runlevel from 3 to 4. if you need to do anything requiring you NOT have X running (such as a reinstall of X), you can change it back to 3.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
[SOLVED] Switching XFCE to KDE Slackware 13.1.. How..? drfrostbyte Slackware 1 04-07-2011 08:32 PM
Cannot add new items to XFCE Panels in slackware -current el_jauzaa Slackware 1 02-08-2011 04:06 PM
[SOLVED] Installing xfce 4.6 in slackware 12.2 Aquarius_Girl Slackware 9 12-05-2009 06:14 AM
[SOLVED] Slackware and Xfce - how do you add more resolutions and refresh rates to the menu? joeBuffer Linux - Newbie 12 08-04-2009 03:45 PM
kde or xfce better for slackware laptop? andrew.46 Slackware 9 05-02-2008 09:26 AM

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

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