Ok, I followed the directions from these two sites:
http://ustunozgur.blogspot.com/2009/...ng-public.html
http://forums.dropbox.com/topic.php?...s=2#post-76494
to try and get dropbox to integrate with dolphin. I used the dropbox forums script, and installed as per the blogspot. I put it in .kde/share/kde4/service/dropboxpublic.desktop. Here is my file:
The comment is mine, I like comments in my files explaining to myself what they do, and where they belong.
As per the dropbox forum, I tried the `dropbox puburl %f` and then 'dropbox puburl %f' as well as "dropboxpuburl %f" and all three give me something like this: dropbox puburl /home/user/Dropbox/Public/file instead of the public url, which should be a long string, and an actual url. I'm not real handy at this, so if anyone knows how this works I would really appreciate any ideas to get this working. Thanks.
Shane
http://ustunozgur.blogspot.com/2009/...ng-public.html
http://forums.dropbox.com/topic.php?...s=2#post-76494
to try and get dropbox to integrate with dolphin. I used the dropbox forums script, and installed as per the blogspot. I put it in .kde/share/kde4/service/dropboxpublic.desktop. Here is my file:
Code:
[Desktop Entry] ## This should allow you to get the dropbox Public Link for the folder files in the ~/Dropbox/Public folder. This should be installed in ~/.kde/share/kde4/services/dropboxpublic.desktop or something similar. Type=Service ServiceTypes=KonqPopupMenu/Plugin MimeType=application/octet-stream Actions=CopyPublicLink Encoding=UTF-8 Version=0.1 [Desktop Action CopyPublicLink] Name=Copy public link Name[de]=Public-link in die Zwischenablage kopieren Icon=klipper Exec=dbus-send --type=method_call --dest=org.kde.klipper /klipper org.kde.klipper.klipper.setClipboardContents string:"dropbox puburl %f"
As per the dropbox forum, I tried the `dropbox puburl %f` and then 'dropbox puburl %f' as well as "dropboxpuburl %f" and all three give me something like this: dropbox puburl /home/user/Dropbox/Public/file instead of the public url, which should be a long string, and an actual url. I'm not real handy at this, so if anyone knows how this works I would really appreciate any ideas to get this working. Thanks.
Shane
Comment