LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Debian (https://www.linuxquestions.org/questions/debian-26/)
-   -   How to change window managers (https://www.linuxquestions.org/questions/debian-26/how-to-change-window-managers-406573/)

psteege 01-22-2006 12:24 PM

How to change window managers
 
When I first installed Debian 3.r1 I chose Windowmaker as my X manager. Then I loaded xfce4 and icewm, using apt-get so I could see the different managers.

After I exited Windowmaker and logged back in, the system automatically brought up xfce4 as my login manager.

How can I setup my Debian so I am given an option, at login, as to which manager I want to run.

I remember on my Ubuntu Debian system I had a "session" box that I could use to select the manager, but I don't see that on the stable Debian I installed.

Thanks,

Phil

Ruben2 01-22-2006 12:32 PM

You can use another display manager than the default xdm to get that. I prefer gdm (gnome display manager) or wdm (Wings display manager). But there also is kdm (Kde's display manager) and maybe there are more that I don't know of. All of those have a box where you can select the session (window or desktop manager) you want to start.
Try install one of these packages and Debian will automaticly ask which display manager you want to use.

gilead 01-22-2006 01:45 PM

You can select window managers using xwmconfig. If you have it installed it's in:

Code:

/usr/X11R6/bin/xwmconfig

grautu 01-22-2006 03:18 PM

Here is how I did replace xdm with kdm.
Step1: install kdm
Code:

# aptitude install kdm
Step2: reconfigure the system
Code:

# dpkg-reconfigure kdm
It follows a one window dialog: choose kdm.
That's all.

lpd 01-23-2006 06:12 AM

If you're using "startx" to start up X then
Code:

update-alternatives --config x-window-manager
or use kdm/gdm to choose your window manager.

psteege 01-23-2006 11:17 AM

Thanks to everyone for the tips.
I did "apt-get install wdm" and that gave me what I wanted.

Cheers.


All times are GMT -5. The time now is 10:28 PM.