CMSC 10200 Lab — Winter 2006
Using the KDE Desktop Environment

KDE Desktop Environment

KDE is a powerful free graphical desktop environment for Linux and Unix workstations. The environment is comparable to Windows (for the PC) or OS X (for the Mac). All the CS Linux machines come equipped with KDE, and you can install KDE on your own computer, and use it remotely if you are sshing with XWindows. This page will help you find the applications you will need for this class

  1. Configuring your system for KDE
  2. Web Browser
  3. Text Editor
  4. Terminal Window
  5. Home Directory
  6. Help Desk
  7. Logout

Configuring for KDE

If you are at a Linux terminal in the CS cluster, you access KDE when you log-in. Before logging-in, you will be presented with a log-in screen prompting you for your Username. Do the following

  1. Click-on Session, and Select KDE (which is selection 5.)
  2. Enter Username and Password.
  3. Select Make Default when prompted.
From now on, you need only perform step 2 above, and KDE will automatically be selected as your window environment.

You will need an implementation of the XWindows system to run KDE from home (either natively on your machine or remotely using ssh.) I recommend looking into XFree86, a free open-source implementation of the XWindow system. You can obtain KDE from the KDE website, if you want KDE on your home machine. You can also use KDE remotely when you access CS machines. You will need to ssh to a remote machine using a terminal running XWindows by

ssh -Y machine-name
You can obtain a list of CS machines available to you here. You will need to configure your system to run KDE. To do this see Configuring a Window Manager.

KDE Applications

When you first enter KDE your terminal will look something like


This is your Desktop.

Home Directory

Your home directory is accessed by the icon , found on the Desktop and in the icon bar on the lower-left corner of the Desktop. You can easily navigate through the folders in your home directory by double clicking.

Web Browsers

KDE has a native web browser, Konqueror, which is accessed by the icon , found in the icon bar. I like Firefox, which can be accessed through the icon in the icon bar:

Text Editor

There are several text editors available to you. You must you a text editor and not a word processor. The native KDE word processor is similar to Word and is accessed by the icon . Text Editors are accessed through the application icon


You have several choices. The links page provides more information on each of these. KDE also provides a full Integrated Development Environment for developing large scale applications. It is similar to Eclipse, CodeWarrior or Mac's XCode. The text editor built-in is Kate, and the IDE can be accessed through the application icon

Terminal

Unix/Linux has traditionally been commandline based, not windows based. You should know basic navigation skills using the commandline, especially if you intend to access the CS machines remotely. There are several good tutorial on the links page. The commandline interface takes place in a terminal. You can access a new terminal by pressing the F4 button (or by accessing the home icon , and selecting the Tools menu and choosing Terminal.) You will be given a terminal, which looks like

Help

The KDE help icon is , and each KDE application has a Help menu. The Help resources are excellent, and the first place to turn for questions or when learning about how to use the application.

Logout

To logout, click on application icon and select logout


Kenneth Harris
kaharris@cs.uchicago.edu