Hey anchorschmidt,
Thanks for the video. I would love to have Dropbox integration for KDE and I followed your tutorial but it didn't work for me. The Dropbox entry doesn't show up in my context menu after I install the plugin. Do you have any ideas I can try?
+1

!
This is what I had to do:
cd /home/
yourname/.kde4/share/apps/servicemenu-download/115336-dropbox-servicemenu-kde_0.2.tar.gz-dir/dropbox-servicemenu-kde/
chmod 755 install.sh
./install.sh
This will download and install what you need from
www.dropbox.comNow thats the solution that worked for me but I got there myself

!
I followed Leiche's advice and i checked the folder
[andrzejl@WISHMACER ~]$ cd ~/.kde4/share/kde4/services/ServiceMenus/
bash: cd: /home/andrzejl/.kde4/share/kde4/services/ServiceMenus/: No such file or directory
It didn't even existed. So I ran this:
mkdir -p ~/.kde4/share/kde4/services/ServiceMenus/
and then decided to reinstall the service - I was thinking... Maybe if I created folder that it needs it will install no problem.
When was trying to reinstall the service I got very helpful clue:
This told me where the installer was downloading its file...
Using konsole / mc I opened this location. Unpacked the tar.gz file and ran install.sh file - it was already executable so there was no need to chmod it here.
[andrzejl@WISHMACER servicemenu-download]$ mc
[andrzejl@WISHMACER DropboxServiceMenu-0.14.3]$ ./install-it.sh
After that:
[andrzejl@WISHMACER DropboxServiceMenu-0.14.3]$ cd ~/.kde4/share/kde4/services/ServiceMenus/
[andrzejl@WISHMACER ServiceMenus]$ ls
dropbox_all.desktop dropbox_directories.desktop dropbox_files.desktop dropbox-scripts/
[andrzejl@WISHMACER ServiceMenus]$
and it all works as expected now...
Thanks Dudes!
Andy