Indiana University


ComputerScience






 Home

 Contacts

 Courses

 Academics

 Careers

 Research

 People

 Calendar

 Resources

 Facilities
   FAQ
   System Notices
   Help
   Hardware
   Software
   Network
   Policies
   CSG Staff
   Lindley Hall

 Hiring

CSG FAQ

Q: How do I use a windowing environment other than Gnome on a CS Linux machine?

If you want to use KDE, you can just select this from the Session menu on the login banner. If you want to use another window manager you will need to create a startup script in your home directory named .xsession.

Here is a very simple example .xsession you could use to start a single xterm and twm:

#!/bin/sh
xterm -geometry +0+0 &
twm

After you create this file, you will need to make it executable:

chmod +x ~/.xsession

Once you have created this file, just login normally and it will take effect.




See an error in this FAQ entry? Please report it.

[Return to the FAQ index]









Valid HTML 4.01!