![]() |
Ubuntu Tricks |
You can turn on more repositories of programs and packages. These let you install more software on your computer. Run "Add Applications". This is in the bottom of the Programs menu in Gnome, and under the Utilities menu in KDE.
Installing Kubuntu will add the K Desktop Environment (KDE), and a bunch of basic programs. It will not replace your Gnome desktop, it only provides an alternative. There are two methods of installing packages like this:
Open a command prompt, in Gnome you can find one called "Terminal" in the "Utilities" menu. Type the following: sudo apt-get install kubuntu-desktop. Enter your password and press enter. A prompt should appear asking if you really want to install all this stuff; type Y and press enter.
I usually only use a package manager when looking for packages I want, which is most of the time. If I know the name of the package it is much easier to install it from the command line. In the system or settings menu (the right one on the top) find Synaptic Package Manager. Search for the package named kubuntu-desktop, right click, select mark for installation. Click on Apply in the toolbar. Answer yes to all the questions about whether you really want to install it.
In the right menu at the top of the screen select log out. This takes you back to the login screen. Click on the session button and select KDE. Enter your username and password. The login manager will ask if you want this to be your default session type; select yes.
The first thing you'll want to do is get rid of that annoying single click opens files business. I don't understand this behavior; how are you going to select files if clicking on them opens them?
Click on the K in the lower left corner of the screen. Select the System Settings menu item. This opens KDE's settings. Under hardware click on Mouse. There is a section labeled Icons, in which Single-click to open files and folders is marked. Mark Double-click instead. Click on the Apply button. Close the System Settings program.
If you have already switched to using control center instead of system settings you can use it instead.
Menu items are listed by description by default. This is stupid. Right click on the panel (the bar at the bottom of the screen) and select Configure Panel or Panel Menu->Configure panel depending on which one is available. Open the Menus tab. Change Menu item format from Description (Name) to Name (Description). Click on Ok.
This isn't specific to just KDE. The Debian Menus list all of the programs installed on your computer, and are fairly well organized. They are great for finding programs you haven't used, and mining for shortcuts to put in other menus. To get them install the menu and menu-xdg packages. You will need to have already enabled the extra repositories in the first section.
Open a command prompt; you can do this by opening K Menu->System-Konsole. Type the following in the prompt, entering your password and Y where appropriate:
sudo apt-get update sudo apt-get install menu menu-xdg update-menus
The default System Settings behavior is annoying. There are three things you can do about it.
In the System Menu select settings. If you have removed it from your panel you can add it to the K Menu by right clicking on the panel, selecting Configure Panel, and in the Menus tab, under Optional Menus check System and click Ok.
Kcontrol has the same components, listed differently. You can find it under Debian->Apps->System->Kcontrol. There are two ways to add it to your menus:
Right click on the K menu and select menu editor. Click on System Settings at the bottom of this new window. Change the command from
systemsettings -caption "%c" %i %m to systemsettings --noembed -caption "%c" %i %m.
Click on the Save button. Quit.
These commands make KDE your default desktop so that auto-login will get you to the right place and use KDM as the login manager so that shutdown buttons show up in KDE. Open a terminal and copy and paste the following commands. Press Enter. Enter your password when prompted.
echo startkde > .xsession sudo bash -c "echo /usr/bin/kdm > /etc/X11/default-display-manager"
Open the KDE control center and under System Administration open Login Manager. Click the button to enter Administrator Mode; the border should turn red. Under the Convenience tab mark the checkbox for "Enable Auto-login". Click Apply. Close the window.
You will be automatically logged in to KDE the next time your computer boots. Starting with that session the shutdown buttons will work when you pick Log out...
My taskbar gets very cluttered with many programs open. Opening programs on different desktops keeps the windows uncluttered, and it will keep your taskbar uncluttered to. Right click on the panel and select configure panel. Click on the big blue taskbar button on the left. Unmark "Show windows from all desktops" and click Ok.
Now we'll arrange the window in a more usable manner.
You might not want Ubuntu to always boot as default. If so you'll probably want to do two things: Make the previous operating system boot by default and make the boot screen pretty so you'll notice it. Steps marked with an * can be omitted if you don't want the pretty boot screen.
sudo mkdir /boot/grub/images/ sudo cp butte-splash-gimp.xpm.gz /boot/grub/images/
kdesu kate /boot/grub/menu.lst
default 0
default saved
foreground FFFFFF background 336699 splashimage (hd1,0)/boot/grub/images/butte-splash-gimp.xpm.gz
... # You can specify 'saved' instead of a number. In this case, the default entry # is the entry saved with the command 'savedefault'. default saved foreground FFFFFF background 336699 splashimage (hd1,0)/boot/grub/images/butte-splash-gimp.xpm.gz ## timeout sec ...
The bootloader will now remember which operating system you used last and boot it by default. The bootloader will be pretty and hopefully attention catching.
The kde screensaver module is broken and annoying in many ways, especially if you want to use your own pictures for the screensavers or want to select only some of the screensavers for random display. The original xscreensaver system is much nicer. Here's how to switch:
bash xscreen and press enter. When it asks you for your password enter it.
You can get back to the settings in the K menu under Debian->Screen->Save->ScreenSaver Preferences. You can use a menu editor to copy this somewhere else too.
In the Advanced tab in screensaver settings check the "Choose Random Image" box. Browse and select the directory your pictures are in.
If you are displaying images you may want to set Cycle After to a low number, like 1 or 2 minutes, so that the effects change frequently. Many of the screensavers have their own settings for how frequently they loadi images; a few use the same image for the entire duration. The following screensavers use your pictures:
Get as much of the Restricted Format programs as you can.
I recommend installing the following packages:
The following packages are worth noting:
If Synaptic says packages are unauthenticated, or for some other reason just doesn't work or warns you of something when it starts up click on the big reload button in the left part of the toolbar.
These pages are helpful to some degree or another