Hi,
I'm using Kubuntu 8.10
I have just created a couple of actions to be used with Dolphin and noticed a strange behavior.
When I run Dolphin from the Kmenu my action is available (right clicking on a directory) as desired. However, I also have a Desktop folder in the "plasmoid dashboard" with a link to the most used directories. When I left clik on one of these directories Dolphin runs but I do not see one of my actions.
I have created two .desktop files (below) and put them in
/home/user/.kde/share/kde4/services/ServiceMenus
In detail:
a) SendWithTB.desktop is always working
b) OpenTerminal.desktop works only if I run Dolphin by Kmenu. In addition, I would like to have it available on a right click also when pointing to a file and it does not do it
any help is appreciated.
best,
g.
OpenTerminal.desktop
SendWithTB.desktop
I'm using Kubuntu 8.10
I have just created a couple of actions to be used with Dolphin and noticed a strange behavior.
When I run Dolphin from the Kmenu my action is available (right clicking on a directory) as desired. However, I also have a Desktop folder in the "plasmoid dashboard" with a link to the most used directories. When I left clik on one of these directories Dolphin runs but I do not see one of my actions.
I have created two .desktop files (below) and put them in
/home/user/.kde/share/kde4/services/ServiceMenus
In detail:
a) SendWithTB.desktop is always working
b) OpenTerminal.desktop works only if I run Dolphin by Kmenu. In addition, I would like to have it available on a right click also when pointing to a file and it does not do it
any help is appreciated.
best,
g.
OpenTerminal.desktop
Code:
[Desktop Entry] Actions=OpenTerminal; ServiceTypes=all/allfiles,inode/directory [Desktop Action OpenTerminal] Name=Open Terminal here Exec=konsole Icon=konsole
Code:
[Desktop Entry] Actions=SendWithTB; Encoding=UTF-8 ServiceTypes=all/allfiles,KonqPopupMenu/Plugin ExcludeServiceTypes=application/x-iso,kdedevice/*,inode/directory Type=Service [Desktop Action SendWithTB] Name=Send File with Thunderbird Exec=thunderbird -remote "xfeDoCommand(composeMessage,attachment='file://%U')" Icon=attach
Comment