LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Changing Windows Managers (https://www.linuxquestions.org/questions/linux-newbie-8/changing-windows-managers-232395/)

Little Dump 09-19-2004 02:33 AM

Changing Windows Managers
 
I have my Debian install set to boot to text mode.

When I type startx, gnome loads.

What do I need to change in order to get KDE to load?

Thanks.

micxz 09-19-2004 02:42 AM

startx is a front end for xinit. check out your ".xinitrc" file in you home directory. On my machine it's heald in $WINDOWMANAGER environment variable.

Little Dump 09-19-2004 03:08 AM

I dont have that file

Hmmm

micxz 09-19-2004 03:19 AM

To determine the client to run, startx first looks for a file called .xinitrc in the user's home directory. If that is not found, it uses the
file xinitrc in the xinit library directory. If command line client options are given, they override this behavior and revert to the xinit(1)
behavior. To determine the server to run, startx first looks for a file called .xserverrc in the user's home directory. If that is not found,
it uses the file xserverrc in the xinit library directory. If command line server options are given, they override this behavior and revert to
the xinit(1) behavior. Users rarely need to provide a .xserverrc file. See the xinit(1) manual page for more details on the arguments.

try:
man startx
and
man xinit


All times are GMT -5. The time now is 03:26 PM.