Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
10-30-2002, 03:40 PM
|
#1
|
Member
Registered: May 2002
Location: Houston
Distribution: Gentoo
Posts: 32
Rep:
|
How do I change desktop environments???
I need to know how to change desktop environments... and not from within X. I got myself into Enlightenment, and there is no menu tool to switch desktop envrionment like there is in Gnome and KDE.
Any help would be REALLY appreciated. Thanks!
|
|
|
10-30-2002, 04:08 PM
|
#2
|
Senior Member
Registered: Jan 2002
Location: Rome, Italy ; Novi Sad, Srbija; Brisbane, Australia
Distribution: Ubuntu / ITOS2008
Posts: 1,207
Rep:
|
Easy, Slackware comes with a tool called xwmconfig, run it and change your WM (open a terminal, say xterm) and maximize over the whole screen then run xwmconfig. xwmconfig is a curses based program and it can not run in small window terminals.
Or else, even easier, edit ~/.xinitrc and change the last exec line to whatever WM you want.
Also, search the forums, as this questioned has been answered many times and you might even find better ways to do it if you search for other questions like this.
HTH
-NSKL
|
|
|
10-30-2002, 04:11 PM
|
#3
|
Member
Registered: May 2002
Location: Houston
Distribution: Gentoo
Posts: 32
Original Poster
Rep:
|
cool
Thanks very much! I will make sure to first read through the other discussions next time.
|
|
|
10-30-2002, 04:15 PM
|
#4
|
LQ Guru
Registered: Jan 2001
Posts: 24,149
|
Quote:
Originally posted by NSKL
Or else, even easier, edit ~/.xinitrc and change the last exec line to whatever WM you want.
|
And just to mention this to anyone else that does not know, .xinitrc does not come by default in the users home directory, it would be located in the /etc/X11/xinit directory, where Slack usually sets up separate .xinitrc's for each type of Desktop you've installed during the initial install.
But yeah, if you search the Slack forum here, I know I've gone into details about how to change the default desktop in Slackware.
|
|
|
10-31-2002, 08:55 AM
|
#5
|
Senior Member
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590
Rep:
|
Code:
bern@grendel bern$ su
Password:
root@grendel bern# cd /etc/X11/xinit/
root@grendel xinit# l
total 36
-rw-r--r-- 1 root root 146 Sep 5 09:27 README.Xmodmap
lrwxrwxrwx 1 root root 11 Oct 29 18:31 xinitrc -> xinitrc.kde
-rw-r--r-- 1 root root 541 Oct 6 11:45 xinitrc.bbox
-rwxr-xr-x 1 root root 546 Apr 4 2002 xinitrc.e
-rwxr-xr-x 1 root root 559 May 30 12:23 xinitrc.fvwm2
-rwxr-xr-x 1 root root 539 Feb 22 2002 xinitrc.fvwm95
-rwxr-xr-x 1 root root 630 Sep 22 15:06 xinitrc.gnome
-rwxr-xr-x 1 root root 536 Oct 29 17:25 xinitrc.kde
-r--r--r-- 1 root root 664 Sep 5 09:25 xinitrc.twm
-rwxr-xr-x 1 root root 788 May 31 06:21 xinitrc.wmaker
root@grendel xinit# rm xinitrc
root@grendel xinit# ln -s xinitrc.gnome xinitrc
root@grendel xinit# l
total 36
-rw-r--r-- 1 root root 146 Sep 5 09:27 README.Xmodmap
lrwxrwxrwx 1 root root 13 Oct 31 23:55 xinitrc -> xinitrc.gnome
-rw-r--r-- 1 root root 541 Oct 6 11:45 xinitrc.bbox
-rwxr-xr-x 1 root root 546 Apr 4 2002 xinitrc.e
-rwxr-xr-x 1 root root 559 May 30 12:23 xinitrc.fvwm2
-rwxr-xr-x 1 root root 539 Feb 22 2002 xinitrc.fvwm95
-rwxr-xr-x 1 root root 630 Sep 22 15:06 xinitrc.gnome
-rwxr-xr-x 1 root root 536 Oct 29 17:25 xinitrc.kde
-r--r--r-- 1 root root 664 Sep 5 09:25 xinitrc.twm
-rwxr-xr-x 1 root root 788 May 31 06:21 xinitrc.wmaker
root@grendel xinit#
|
|
|
All times are GMT -5. The time now is 10:44 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|