You are not logged in.

Search results

Search results 1-3 of 3.

Sunday, May 21st 2006, 3:19am

Author: barcode_linux

Paths

Sorry I haven't responded in awhile but I have been away. This link ought to be helpful: http://developer.kde.org/documentation/t…rvicemenus.html The path to the service menus should be one of these: Source code 1 2 3 /opt/kde3/share/apps/konqueror/servicemenus/ /usr/share/apps/konqueror/servicemenus/ /home/user/.kde3/share/apps/konqueror/servicemenus/ or where ever your distro put the main kde configuration. You can check this by: Source code 1 kde-config --path data This will show you first wh...

Thursday, January 12th 2006, 1:14am

Author: barcode_linux

Screensaver not starting after mplayer

I have noticed that the KDE screensaver will not start or power management will not suspend the monitor after I play a video file with mplayer. Anyone ever had this happen?

Sunday, January 1st 2006, 10:18am

Author: barcode_linux

How-To add "Send Email" to right click "Actions" menu

Ever wondered how to right-click on a file or two and have the option to "Send with Kmail"? (I know it sounds kinda Windows-ish, but it is useful.) It is as simple as: open konsole su (or kdesu for kubuntu users) pico /usr/share/apps/konqueror/servicemenus/email.desktop (KDE-3.4) or pico /opt/kde/share/apps/konqueror/servicemenus/email.desktop (KDE-3.5) Insert the following: Source code 1 2 3 4 5 6 7 8 9 10 11 [Desktop Entry] Actions=Email Encoding=UTF-8 ServiceTypes=all/all [Desktop Action Emai...