Unit - 4 With Linux -Unix
Unit - 4 With Linux -Unix
KDE comes with 20 different screensavers. To configure a screensaver for your KDE
desktop, click Preferences, Look & Feel, then the Screensaver menu item on the Panel
menu. You can also use KDE's Control Center.
The Screensaver dialog box, has a number of settings, such as the type of screensaver, the
time delay before activating the screensaver, a random setting to cycle through installed
screensavers, and whether you want to require a password to go back to work. After you
make your changes, click Apply; click OK to close the dialog box.
A new feature for KDE is the Accessibility dialog. This feature allows you to use
your computer's keyboard to move the mouse using the numeric keypad (laptop
users may find this a trifle inconvenient, but it works). Select the Module menu's
Personalization menu, then click the Accessibility menu item. Next, click the
Mouse tab in the dialog and click the Move Mouse with Keyboard (Using the Num
Pad) check box
GNOME (GNU Network Object Model
Environment
GNOME is a set of software libraries and X11 clients built to support an X11
desktop environment. GNOME can be used with any GNOME-aware window
manager or any window manager that will support its panel component and client
features, such as drag-and-drop desktop actions.
GNOME is initialized and runs before you start your window manager. Like KDE,
GNOME provides a rich user environment with application frameworks, a file
manager, a panel, a suite of applications with consistent look and feel, and session
management, so that a working desktop is restored between X11 sessions.
♣ The software is fully Open Source and commercial software may be built upon the
software without purchasing a software license.
♣ Contributions, changes, and modifications may be made without control by a central
source, and there are no licensing restrictions on making and distributing changes.
♣ The software supports multiple operating systems and external programming
languages.
GNOME control center :
You can radically change your desktop's appearance by selecting other controls, such as the
Theme Selector.
GNOME Panel Configuration
The panel is configured by clicking the Panel menu item on the panel's pop-up menu, or by
right-clicking a blank area of the panel.
You can create new panels on the top, bottom, left, or right edges of the display, and add or
remove menus, drawers (to contain launcher applets), icons, or other applications. If you
need a bit more screen real estate, click the Hide Panel button on either end of the panel to
minimize or maximize the panel.
The GNOME Panel is an application and menu launcher for the GNOME desktop. By
default, the panel is home for a number of important desktop elements, such as
♣ System menus for a dozen categories of clients, including menus for the AnotherLevel
window manager and KDE desktop
♣ GNOME help
♣ GNOME configuration
♣ Virtual desktop navigation through the GNOME pager
♣ A taskbar container for currently running applications
♣ The date and time
Configuring Your Desktop with the GNOME Control Center
The GNOME Control Center, configures your system and desktop. The Control
Center can be started by clicking the GNOME Configuration tool button on the
desktop panel, or by clicking the Panel menu, selecting Settings, and then clicking
the GNOME Control Center menu item.
For example, to configure your desktop's background, launch the Control Center
and then click the Background item, under the Desktop group in the left side of the
Control Center's window. The right side of the Control Center will clear, and you'll
have access to a dialog box to configure your desktop's background color or
wallpaper.
Desktop icons
The easiest way to enable desktop icons is to use
Gnome Tweak Tool. Run sudo apt-get install
gnome-tweak-tool, then launch Gnome Tweak
Tool from the Gnome Shell menu. It will be called
Advanced Settings.
Then, click on the Desktop button. Enable the
option that says "Have file manager handle the
desktop. Now, any files placed in the Desktop
folder inside your home folder should appear on
ther desktop.
Windows management by GNOME
Move windows to left/right side, bottom/top, center or
corner.
Move window to other screen.
Select focused window using the keyboard.
Application based window placement.
Install / Uninstall software
INSTALL SOFTWARE
press “Ctrl + Alt + T” to open a Terminal window.
use the “apt-get” command, which is the general
command for installing programs and
manipulating installed programs.
For example :
Sudo apt-get package_name
Enter your password when prompted and press
“Enter”.
You can also use the “dpkg” command to see a
list of all installed packages on your computer,
UNINSTALL SOFTWARE:
Type the following command at the prompt and press
“Enter”.
Dpkg –list
Scroll through the list of installed packages in the
Terminal window to find the one you want to uninstall.
Note the full name of the package.
To uninstall a program, use the “apt-get” command
with purg command.
For example , following command uninstalls gimp and
deletes all configuration files using –purg command.
Sudo apt-get –purg remove gimp.
Enter your password when prompted and press enter.
Assignment - 4
Q.no. Questions Marks
1 Write a short note on x-windows. 3
2 Explain windows manager with its purpose. 3
3 What is KDE? How KDE Works for following desktop properties: 5
(1) Desktop
(2) Screen saver
(3) Keyboard & mouse
(4) Cursor controlling