Hi,
I downloaded a .desktop file to add a service menu (action) to dolphin. Below please find the file, it works fine with one single file while it opens two different new mails when trying to send two files together. The behavior is the same with Dolphin and Konqueror.
I'm using Kubuntu 8.10 with KDE 4.1 and Thunderbird from the repository.
Any suggestion?
Thanks in advance,
g.
I downloaded a .desktop file to add a service menu (action) to dolphin. Below please find the file, it works fine with one single file while it opens two different new mails when trying to send two files together. The behavior is the same with Dolphin and Konqueror.
I'm using Kubuntu 8.10 with KDE 4.1 and Thunderbird from the repository.
Any suggestion?
Thanks in advance,
g.
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://%f')" Icon=attach
Comment