You are not logged in.

Search results

Search results 1-20 of 21.

Friday, September 7th 2007, 7:40pm

Author: Jongi

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

This is what the solution looks like: Source code 1 2 3 4 5 6 7 8 9 10 [root@localhost ~]# cat /usr/share/apps/konqueror/servicemenus/email.desktop [Desktop Entry] Actions=Email Encoding=UTF-8 ServiceTypes=all/all [Desktop Action Email] Name=Send file(s) with Thunderbird Exec=/home/user/sendWithTB.sh %U Icon=kmail Source code 1 2 3 4 5 6 7 8 [root@localhost ~]# cat /home/user/sendWithTB.sh #!/bin/bash stringa="" while [ "$1" != "" ]; do stringa="${stringa}file://$1," shift done thunderbird -comp...

Tuesday, September 4th 2007, 7:01pm

Author: Jongi

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

Don't know if this has always been the case but if I highlight multiple files, only the last one highlighted is included as an attachment. FC7 (2.6.22.4-65.fc7) / KDE 3.5.7-21 / TB 2.0.0.5

Friday, July 6th 2007, 9:03am

Author: Jongi

The UK Pound sign

I used to be able to do ctrl-shift-a3 to make the £ sign. This is using US English keyboard. This no longer works (kde 3.5.7). Is there another key combo?

Sunday, March 11th 2007, 8:18pm

Author: Jongi

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

This works for Thunderbird users: Exec=thunderbird -compose attachment='file://%F'

Tuesday, February 20th 2007, 10:30pm

Author: Jongi

Login Manager disappeared from Control Center

Yeah I had to install kde-config and kde-config-kdm. Pretty sure I never had to install these packages before. Infact unless something went wrong with the upgrade process this time, I have never installed these programs before.

Friday, February 9th 2007, 7:21pm

Author: Jongi

Login Manager disappeared from Control Center

Is it kdeadmin that takes care of whether the previous session is restored?

Friday, February 9th 2007, 5:26pm

Author: Jongi

Login Manager disappeared from Control Center

Hmmm. Just noticed kdeadmin and kdebase are not the same version number.

Friday, February 9th 2007, 8:19am

Author: Jongi

Login Manager disappeared from Control Center

After updating KDE to the 3.5.6 on my FC6 x86_64 install, the Login Manager under Control Center --> System Administration has disappeared. Here are the installed kde related packages Source code 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 [root:~#] yum list | grep kde | grep installed PyQt.x86_64 3.17-0.1.fc6.kde installed PyQt-devel.x86_64 3.17-0.1.fc6.kde installed beryl-kde.x86_64 0.1.9999.1-2.fc6 installed kde-config.n...

Wednesday, January 17th 2007, 9:34pm

Author: Jongi

No grub options under "Restart Computer" (FC6)

I have gone to Control Center --> System Administration --> Login Manager --> Shutdown and selected grub under Miscellaneous. The KDE I use is from http://apt.kde-redhat.org/apt/kde-redhat/fedora/kde.repo The kdmrc files on my system are Source code 1 2 3 4 5 6 [jongi:~#] locate kdmrc /etc/X11/xdm/kdmrc.rpmsave /etc/kde/kdm/kdmrc /etc/kde/kdm/kdmrc.rpmnew /etc/kde/kdm/kdmrc.rpmorig /usr/share/doc/HTML/en/kdm/kdmrc-ref.docbook and the output of /etc/kde/kdm/kdmrc is below Source code 1 2 3 4 5 6 ...

Monday, September 25th 2006, 10:34pm

Author: Jongi

k3b error when starting it

I get this error. Everything seemingly runs well and I have been able to burn stuff. Should I be worried about this? If so How would i go about rectifying the error? cdrdao v1.2.1-1, k3b v0.12.16 and fc5

Monday, September 25th 2006, 9:57pm

Author: Jongi

KDE Daemon and problem mounting DVD/CDs

When I put a DVD/CD into the computer, the KDE Daemon appears with whatever options depending on the the media on the DVD/CD. However if I choose Do Nothing or close the dialog box without choosing an option, then the DVD/CD does not mount. EDIT: How can I get the DVD/CD to mount even if I don't choose an option in the KDE daemon. Or can I add an option to just mount the DVD/CD to the KDE Daemon with having konqueror or the media play? KDE v3.5.4-6.1 and fc5

Tuesday, August 15th 2006, 4:47pm

Author: Jongi

Sort Menus Alphabetically

I haven't manually added any items. Totem is the only item I've added on this menu. Menu

Sunday, August 13th 2006, 10:37pm

Author: Jongi

Sort Menus Alphabetically

It's a solution. But a less than optimal one. It doesn't bother so much that I need it that way. But it would be nice to hace the option. I dual boot with Ubuntu so it's one of the nice things I picked up that gnome has and kde doesn't. The gnome menus (when an item is added) seems to be alphabetical. Again I stress this is a minor point for me.

Sunday, August 13th 2006, 9:40pm

Author: Jongi

What you want from KDE 4

Alt-F2: In gnome, as you type it resolves as if you are pressing tab pn the command line. I would like this feature in kde as well. eg, I type ether and it shows it can complete it as ethereal when that is the only possible command left. In kde currently, it will show you the history of previously typed commands. In fact a combo of the two would be perfect.

Sunday, August 13th 2006, 9:31pm

Author: Jongi

Sort Menus Alphabetically

They appear unsorted when I run kmenuedit as the user. So are you saying that I have to do it manually there?

Sunday, August 13th 2006, 12:33am

Author: Jongi

Sort Menus Alphabetically

Even if it is not the menus on the main menu. But I would at least like the ability to sort sub-menu items alphabetically.

Sunday, August 13th 2006, 12:27am

Author: Jongi

Search inside kmenu

I really liked that feature. Would be great if it was integrated into KDE as standard.

Saturday, August 12th 2006, 5:13pm

Author: Jongi

KDE Daemon - Option to play a DVD (movie) with Xine

The solution for KDE is: xine dvd:/ #%u http://www.linuxforums.org/forum/suse-li…html#post325186