You are here: DesktopBSD Wiki Portal » doc » The Default Interface

Translations of this page?:

The Default Interface

kde.jpg

KDE - The K Desktop Environment

There are currently three main desktop environments for Linux / BSD systems:

KDE is probably the most developed and easily configurable and flexible of the three, and is the most similar to the Windows environment that most people are used to.

The DesktopBSD Tools such as the Tray mounter, etc. are built for the KDE desktop environment. It is possible to use a different environment, but some of the DesktopBSD customized functions will not be available.

For a more in depth document on the basics of KDE, refer to the wikipedia entry for a historical overview, and also theKDE Quickstart Guide. To learn about the more advanced functionality of KDE, refer to the KDE Userguide.

You can also use the “Help” entry in the main Kmenu, and navigate to the “KDE User Manual” as shown below.

kdehelp.jpg

kdehelp1.jpg

The screenshots below are for DesktopBSD 1.6 RC3

KMenu

To open the KMenu, click on the red DesktopBSD icon in the bottom left corner of the desktop.

The KMenu is a listing of system programs and utilities organized into logical groups, and can be customized later to suit your preferences.

kmenu.jpg

Actions / System menu

This is a quick way to navigate to different locations on your system.

kmenusystem.jpg

Actions /Settings

Here you can find ways to tweak most aspects of your system's behaviour.

kmenusettings11.jpg

kmenusettings1.jpg

kmenusettings3.jpg

kmenusettings4.jpg

kmenusettings5.jpg

kmenusettings6.jpg

kmenusettings7.jpg

kmenusettings8.jpg

kmenusettings9.jpg

Utilities

These are a few small KDE programs for performing simple desktop tasks such as note-taking.

kmenuutility1.jpg

kmenuutility2.jpg

kmenuutility3.jpg

kmenuutility4.jpg

kmenuutility5.jpg

kmenuutility6.jpg

kmenuutility7.jpg

System

This section includes terminal programs for command line work, a process monitor, a system information center, and the DesktopBSD package manager for installing software.

kmenusystem1.jpg

Settings

Here we find more configuration tools like menu editors and desktop setting wizards.

kmenusettings.jpg

Office

In DesktopBSD 1.6 RC3, due to single-CD space limitations, only a calendar application is included. In the final release, you can expect to see programs like KWord, or OpenOffice installed for word processing, spreadsheets, databases, etc.

kmenuoffice.jpg

Multimedia

Included here are a selection of audio and video players, recorders, CD burners, etc.

kmenumultimedia.jpg

Internet

This section includes programs for browsing the internet, IRC chat, email, BitTorrent downloading, and instant messenging.

kmenuinternet.jpg

Graphics

Here we find image viewers, photo managers, paint programs, PDF file viewers, etc. In DesktopBSD 1.6 RC3, due to single-CD space limitations, larger programs like the GIMP were not included. Expect to see these in the 1.6 final DVD release.

kmenugraphics.jpg

Games

Also included in this release are a number of simple games.

kmenugames.jpg

Introduction to the Command Line Interface

The true power of any UNIX-like Operating System lies at the Command Line Interface (CLI), and DesktopBSD is no different. Where the KDE desktop environment and the DesktopBSD tools can do most of everything you'll ever need, there will be times where using the CLI is simply faster or necessary.

Needed: Screenshot of K-Menu navigation through to Konsole, a suggestion on creating a shortcut on the desktop, an introduction to some basic BASH commands, su/sudo etc

To learn more about the CLI, DesktopBSD uses a CLI 'Shell' called BASH. You can read about Bash by entering man bash at the command line, or you can learn about it online at the wikipedia entry for a historical overview, and also the Bash reference manual. FreeBSD-World also has an excellent article on 25 must-know commands

The Run Dialog

In KDE, there is often more than one way of performing any action. For example, to open the Konsole shell, you can right-click anywhere on the desktop image to open the “Run” dialog.

run.jpg

To open “Konsole”, simply type it into the dialog box as shown, then click “Run”.

run1.jpg

Another way to get to the “Run” dialog is to hold down “Alt” and “F2” on your keyboard.

The third way is to navigate using the “Kmenu” at the bottom left corner of your desktop as shown below.

run9.jpg

A fourth way is to navigate using the “Kmenu” at the bottom left corner of your desktop as shown below.

konsole.jpg

Creating a Desktop Icon

To make it easier to get to “Konsole” in the future, you can create a desktop link icon by right-clicking the menu item and selecting “Add item to desktop” as shown below.

run2.jpg

The “Konsole” icon has now been added to the desktop. To open Konsole, double-left click on the icon, or right-click the icon and choose “Open”

run3.jpg

Using the Konsole shell

In this example, we will use the Konsole shell to open the configuration file /etc/fstab. This is a system file, so we will need “superuser” privileges in order to open and edit it.

A gentle warning is in order here. When using “superuser” privileges, you have the ability to mess up your system in a spectacular way! Please check your commands carefully before you hit the “Enter” key.

At the prompt, type in “su” as shown below, and hit “Enter”.

shell1.jpg

We are being asked for the superuser or “root” password. Enter it now and hit the “Enter” key.

shell2.jpg

The shell prompt has now changed to indicate that we are running with superuser privileges. In this case, the prompt is “root”, but on your system it will be whatever you selected at installation time.

shell3.jpg

We will use the “Easy Editor” ( ee ) program to open the file, so type in the command as shown below.

shell4.jpg

Editing the file

The program Easy Editor now opens the file /etc/fstab and can be navigated using the up and down arrow keys.

shell5.jpg

Exiting the editor

Once we are finished editing the file, use the “Escape” key and the down arrow key to navigate to “File operations” and hit “Enter”. You can also use the “C” key to select “File operations”.

shell6.jpg

shell7.jpg

Navigate to “Save file” and “Enter”.

shell8.jpg

Use the “Escape” key again to bring up the main menu.

shell9.jpg

Navigate to “Leave editor” and “Enter”

shell10.jpg

Exiting the shell

We are now back to the shell superuser prompt. Type in “Exit” and hit “Enter”

shell11.jpg

This brings us back to the regular user prompt. Type in “Exit” and hit “Enter”. This will close the Konsole shell and return us back to the Desktop.

shell13.jpg

shell14.jpg