Description: This is a really simple service menu that just sets the current photo as your photo in Kopete, nothing more, nothing less.
Some bug in in the inner parts of Kopete made files in directories containing spaces not appear correct in the identity dialog, but image is being displayed for contacts, see bug https://bugs.kde.org/show_bug.cgi?id=140959 mor for info, this should be fixed for the next KDE release.
Just put this file in ~/.kde/share/apps/konqueror/servicemenus or use http://www.kde-look.org/content/show.php?content=11435 to install it.
I haven't tried it, but does quoting not work?
Exec= dcop kopete KopeteIface setGlobalPhoto "%U"
or maybe
Exec= dcop kopete KopeteIface setGlobalPhoto '%U'
Of course there is a problem when there are quotes in the file name, but that's less likely then spaces.
Ratings & Comments
2 Comments
I haven't tried it, but does quoting not work? Exec= dcop kopete KopeteIface setGlobalPhoto "%U" or maybe Exec= dcop kopete KopeteIface setGlobalPhoto '%U' Of course there is a problem when there are quotes in the file name, but that's less likely then spaces.
Same things happens, so no luck there;-) But thanks for the tip!