Author Topic: How to get Dropbox Integration on KDE.  (Read 5330 times)

Offline anchorschmidt

  • Full Member
  • ***
  • Posts: 81
    • My youtube Channel
How to get Dropbox Integration on KDE.
« on: September 06, 2010, 08:45:57 AM »
How to get Dropbox Integration for KDE
youtube.com/anchorschmidt
Latest video: "How to get Dropbox Integration in KDE"
Sept 6 2010

PClinuxos KDE+Lxde

Offline timeth

  • Hero Member
  • *****
  • Posts: 829
  • G'day mate-Link for big GIF^ http://db.tt/SUIL4CtK
Re: How to get Dropbox Integration on KDE.
« Reply #1 on: September 08, 2010, 09:26:43 AM »
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?
宜しくお願いします > Yoroshiku Onegaishimasu > I humbly and respectfully ask for your kindness.  |   My graphics blog

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: How to get Dropbox Integration on KDE.
« Reply #2 on: September 08, 2010, 09:40:20 AM »
in your /home/<user>/.kde4/share/kde4/services/ServiceMenus/ should be a dropbox.desktop file.
And in your dropbox a dropbox.py. Is there this files, so should the servicemenu go...


Offline anchorschmidt

  • Full Member
  • ***
  • Posts: 81
    • My youtube Channel
Re: How to get Dropbox Integration on KDE.
« Reply #3 on: September 09, 2010, 07:04:03 AM »
Quote
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?

That's interesting. Which KDE release are you using? Did you try to install two services at once from the manager? does it still show as "installed" when you search for it again?
youtube.com/anchorschmidt
Latest video: "How to get Dropbox Integration in KDE"
Sept 6 2010

PClinuxos KDE+Lxde

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15304
  • ┌∩┐(◕_◕)┌∩┐
Re: How to get Dropbox Integration on KDE.
« Reply #4 on: September 09, 2010, 07:18:51 AM »
I've tried the Dropbox ones a few times in the past and they always show up in my context menu but alas none of the options ever seem to work.

The Root Actions service always works well though
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline daniel

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3737
  • God knows, i'm not an Angel!
    • Tipps und Tricks
Re: How to get Dropbox Integration on KDE.
« Reply #5 on: September 09, 2010, 12:17:13 PM »
for a long time under kde4, and now with a little trick under LXDE.
When the dropbox.py is store in the Dropbox folder, so use with little command
Code: [Select]
python ~/Dropbox/dropbox.py puburl %f | zenity --text-info --title "%f" --width=680 --height=100
for me works... ;D



Uploaded with ImageShack.us

If you need this files, so i can send it up...

genomega

  • Guest
Re: How to get Dropbox Integration on KDE.
« Reply #6 on: September 09, 2010, 02:14:26 PM »

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.com

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12799
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: How to get Dropbox Integration on KDE.
« Reply #7 on: September 10, 2010, 07:21:34 AM »
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.com

Now thats the solution that worked for me but I got there myself :D!

I followed Leiche's advice and i checked the folder

Quote
[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:

Code: [Select]
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.

Quote
[andrzejl@WISHMACER servicemenu-download]$ mc

[andrzejl@WISHMACER DropboxServiceMenu-0.14.3]$ ./install-it.sh

After that:

Quote
[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
« Last Edit: September 10, 2010, 07:26:21 AM by AndrzejL »

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: How to get Dropbox Integration on KDE.
« Reply #8 on: November 02, 2010, 08:51:45 AM »
Hi,
       Just installed Dropbox and have it set up so want to extend it a bit with these service menu functions.

I noticed that there are two separate downloads, and in the posts above I note that different people use either.

So before I install one of these I would like to know which is working the better.
One I see is only 1.6Kb while the other is 45.8Kb .....  there being a huge difference is size I guess there must be a huge difference in functionality.

Anyone care to enlighten me?

Thanks   ;)

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11582
  • ----IOFLU----
Re: How to get Dropbox Integration on KDE.
« Reply #9 on: November 02, 2010, 10:52:30 AM »
Hi,
       Just installed Dropbox and have it set up so want to extend it a bit with these service menu functions.

I noticed that there are two separate downloads, and in the posts above I note that different people use either.

So before I install one of these I would like to know which is working the better.
One I see is only 1.6Kb while the other is 45.8Kb .....  there being a huge difference is size I guess there must be a huge difference in functionality.

Anyone care to enlighten me?

Thanks   ;)


I installed both, and get these menu additions;

Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Was_Just19

  • Hero Member
  • *****
  • Posts: 6852
  • MLU
Re: How to get Dropbox Integration on KDE.
« Reply #10 on: November 02, 2010, 11:22:44 AM »
I downloaded both, - one seems to have the associated packages with it, and the other seems to download them during install. So I am wondering if they are near ebough the same thing.

Do you have two sets of Dropbox options in the righ-click drop down list?

I installed the larger one here. I do not have these two entries

Copy Public URL to Klipper
Get Public URL

It seems like at least one of those is a duplicate.

Looks like I am covered with using just the one I have installed.

Thanks.

regards.

Offline dejan034

  • Jr. Member
  • **
  • Posts: 16
Ubuntu is an ancient african word, meaning "I can't configure Debian"

Online Old-Polack

  • Administrator
  • Super Villain
  • *****
  • Posts: 11582
  • ----IOFLU----
Re: How to get Dropbox Integration on KDE.
« Reply #12 on: November 02, 2010, 01:33:48 PM »
Old-Polack

Of what use be there for joy, if not for the sharing thereof?



Lest we forget...

Offline Texstar

  • Administrator
  • Super Villain
  • *****
  • Posts: 12519
Re: How to get Dropbox Integration on KDE.
« Reply #13 on: November 02, 2010, 01:40:26 PM »
http://cristalinux.blogspot.com/2010/11/install-dropbox-on-kde-desktops.html


We just install dropbox with Synaptic, from our repository mirrors.


Yeh. Works great. Just open your file manager and copy whatever you want into the public folder for sharing.


Thanks to everyone who donates. You keep the servers running.

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15304
  • ┌∩┐(◕_◕)┌∩┐
Re: How to get Dropbox Integration on KDE.
« Reply #14 on: November 02, 2010, 02:10:27 PM »
Quote
Yeh. Works great

Yup - first class storage site and so very easy to use.
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000