(Problems and, may be, some solutions)
Line 4: Line 4:
 
* it's based on the wonderful [[Qt]] toolkit
 
* it's based on the wonderful [[Qt]] toolkit
  
The current generation, kde4, is however full of irritating flaws, ludicrous loss of functionalities as compared to previous versions, pompous and useless design.
+
The latest generation, kde4, however brought us backward and things are only slowly recovering. It started full of irritating flaws, ludicrous loss of functionalities as compared to older versions, cast in a pompous and useless design that makes it painfully slow.
  
A typical atrocity is that instead of konqueror as a universal browser (a sort of [[emacs]] for whatever goes beyond text-editing), konqueror is now relegated to mere internet browsing and an atrocious so-called ''dolphin'' takes over for file browsing. This is a terrible mistake, I believe, going backward from the great insight of a universal browser.
+
A typical atrocity is that instead of konqueror as a universal browser (a sort of [[emacs]] for whatever goes beyond text-editing), konqueror is now relegated to mere internet browsing and an atrocious so-called ''dolphin'' takes over for file browsing. This is a terrible mistake and a sacrifice of the great kde insight of a universal browser.
  
Below I list some terrible problems and, whenever possible, a fix for them.
+
Below I list some problems and, whenever possible, a fix for them.
  
 
= Problems with solutions =
 
= Problems with solutions =
Line 17: Line 17:
  
 
You can't completely get rid of it, everything being interconnected. You merely want it never ever to pop up. Enforce konqueror as file browser in ''System Settings > Personal > Default Applications > File Manager''.
 
You can't completely get rid of it, everything being interconnected. You merely want it never ever to pop up. Enforce konqueror as file browser in ''System Settings > Personal > Default Applications > File Manager''.
 +
 +
= No more a problem =
 +
 +
Things tend to get fixed as time goes on. I keep the list below for my records, but they should not be necessary anymore.
  
 
== Hotkeys ==
 
== Hotkeys ==
 +
 +
''(fixed in 4.4.2)''
  
 
There was a comfortable, powerful manager of hotkeys in previous versions of kde. Now it's rubbish. For most things, you have to edit the following file by hand:
 
There was a comfortable, powerful manager of hotkeys in previous versions of kde. Now it's rubbish. For most things, you have to edit the following file by hand:

Revision as of 15:21, 3 May 2010

KDE is a great desktop environment suite, with two big assets from the start:

  • it's free sofware
  • it's based on the wonderful Qt toolkit

The latest generation, kde4, however brought us backward and things are only slowly recovering. It started full of irritating flaws, ludicrous loss of functionalities as compared to older versions, cast in a pompous and useless design that makes it painfully slow.

A typical atrocity is that instead of konqueror as a universal browser (a sort of emacs for whatever goes beyond text-editing), konqueror is now relegated to mere internet browsing and an atrocious so-called dolphin takes over for file browsing. This is a terrible mistake and a sacrifice of the great kde insight of a universal browser.

Below I list some problems and, whenever possible, a fix for them.

Contents

Problems with solutions

If you have a better solution, please, contact me.

Remove Dolphin

You can't completely get rid of it, everything being interconnected. You merely want it never ever to pop up. Enforce konqueror as file browser in System Settings > Personal > Default Applications > File Manager.

No more a problem

Things tend to get fixed as time goes on. I keep the list below for my records, but they should not be necessary anymore.

Hotkeys

(fixed in 4.4.2)

There was a comfortable, powerful manager of hotkeys in previous versions of kde. Now it's rubbish. For most things, you have to edit the following file by hand:

.kde/share/config/kglobalshortcutsrc

An important thing that I refuse to negotiate about is circulating through virtual desktops with the keyboard. This is achieved with the following lines:

Switch One Desktop Down=Ctrl+Down,Ctrl+Down,Switch One Desktop Down
Switch One Desktop Up=Ctrl+Up,none,Switch One Desktop Up
Switch One Desktop to the Left=Ctrl+Left,Ctrl+Left,Switch One Desktop to the Left
Switch One Desktop to the Right=Ctrl+Right,Ctrl+Right,Switch One Desktop to the Right

The same but grabbing a window as you go along:

Window One Desktop Down=Ctrl+Shift+Down,Ctrl+Shift+Down,Window One Desktop Down
Window One Desktop Up=Ctrl+Shift+Up,Ctrl+Shift+Up,Window One Desktop Up
Window One Desktop to the Left=Ctrl+Shift+Left,Ctrl+Shift+Left,Window One Desktop to the Left
Window One Desktop to the Right=Ctrl+Shift+Right,Ctrl+Shift+Right,Window One Desktop to the Right

See also