docs.kde.org
Miscellaneous questions
Prev
Next

Chapter 15. Miscellaneous questions

15.1. Does KDE support transparency and other visual effects provided by the new composite extension to X.org?
15.2. What about KDE programs that do not have icons? How do I get them into the menu?
15.3. Does KDE have a graphical FTP client?
15.4. How do I exit KDE?
15.5. Is there a program that checks for new mails at my ISP if and only if I am online?
15.6. Is it really necessary to upgrade to the latest version?
15.7. How do I copy and paste in KDE?
15.8. How do I convert the default Red Hat menus into a menu in the K menu?
15.9. What isSVN?
15.10. Does KDE support dual screen (Xinerama)?
15.11. How do I check which version of KDE I am using?
15.12. How do I go about creating themes and icons?
15.13. How can I get to know about development updates?
15.1.

Does KDE support transparency and other visual effects provided by the new composite extension to X.org?

Yes! An exciting new feature in KDE 3.4 and greater is support for the new X composite extension. This allows for effects such as translucency and drop shadows for all windows, easily configurable through KWin's configuration dialog. This requires you to be using X.org version 6.8.0 or newer and have:

Section "Extensions"
Option  "Composite" "Enable"
EndSection

In your xorg.conf. If you have an nvidia graphics card and use the nvidia driver you can improve the performance of these effects by also adding the RenderAccel option to the Device section for your graphics card:

Section "Device"
    Identifier  "nvidia-fx5200"
    Driver      "nvidia"
    Option      "RenderAccel" "true"

Once you have configured X.org correctly, transparency and other effects can be enabled through the Desktop->Window Behavior KDE Control Center module, under the Translucency tab.

15.2.

What about KDE programs that do not have icons? How do I get them into the menu?

Use KMenuEdit. To access it use the right mouse button on the K button and select Menu Editor.

15.3.

Does KDE have a graphical FTP client?

Yes, and it is none other than your favorite file manager, Konqueror. You can drag and drop remote files into local folders.

15.4.

How do I exit KDE?

Simply click on the K button and select Logout. In addition, if you right click on an empty area of the desktop, you will be presented with a menu containing logout as one of the options.

Note

Depending on your configuration of the X Window System®, Ctrl+Alt+Backspace might also do the trick by killing the X server, but its use prevents session management and cannot be recommended.

15.5.

Is there a program that checks for new mails at my ISP if and only if I am online?

KOrn will do the job. If you are not connected, it will just sit there (idling).

15.6.

Is it really necessary to upgrade to the latest version?

We recommend to always use the latest stable release. If you don't, it will probably be difficult to get answers to your questions. If you have a problem with an old version, the answer will probably be “Please upgrade and try again”. Note that new versions also sometimes fix security problems.

15.7.

How do I copy and paste in KDE?

The simplest method is to use your mouse:

  1. Highlight the text you want to copy by holding down the left mouse button and dragging across the text. This adds the selected text to the clipboard.

  2. Go to the destination area; depending on your configuration, you might need to click it using the left mouse button to give it focus.

  3. Click the middle mouse button to paste. If you have a two button mouse and are emulating a three button mouse, push both buttons simultaneously.

For more information about using the clipboard in KDE please see the Klipper hand book, accessed by typing help:/klipper into the Konqueror address bar.

15.8.

How do I convert the default Red Hat® menus into a menu in the K menu?

Click on the K button and select System->Appfinder.

15.9.

What isSVN?

It stands for Subversion, and is a version control system. It is similar to CVS, but improves on it in many ways. It is used to maintain source code under development. It will keep multiple versions of things (handy if you broke something and have to back up and get a clean old version), and allows people remote access over the internet to pick up the latest source code and even to check in new files if they have permission. It is also open source (you pay for support if you want it), and since it is free it is the system of choice for people writing more free products, such as KDE.

15.10.

Does KDE support dual screen (Xinerama)?

Yes, you need to have a multi-headed X server (e.g. MetroX or XFree86 4.0 and above) and a KDE >= 2.2.1

15.11.

How do I check which version of KDE I am using?

Fire up the KDE Control Center. It comes up with an Info Screen including the version of KDE The KDE version is also included in the application's About dialog. You can also check from the command line with the command kde-config--version

15.12.

How do I go about creating themes and icons?

Go see http://kde-artists.org. There is also a more informal community of KDE related artists and artwork at http://kde-look.org.

15.13.

How can I get to know about development updates?

You might want to subscribe to the various KDE mailing lists available, especially kde-cvs, which lists all commits done to the KDE CVS repository. Check http://lists.kde.org if you want to read without subscribing.

Prev
Next
Home


docs.kde.org