Warning: session_start(): open(/tmp/sess_75t7pa4bjioopq1hqvtaa0ldh4, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
dropbox-servicemenu-kde openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (12) .- Knowledge Base  . 

dropbox-servicemenu-kde

   0.2  

KDE Service Menu

Score 76%
kinuskinus
University of Cape Town
Home
dropbox-servicemenu-kde
zoom


dropbox-servicemenu-kde
zoom


Blog:  Link
Downloads:  4322
Submitted:  Nov 12 2009
Updated:  Nov 12 2009

Description:

dropbox-servicemenu-kde is a KDE service menu for Dropbox and functions as a wrapper around the Dropbox CLI.

Please note that this service menu only works for files which are in your Dropbox Public directory. The reason for this is that only files in the Public directory have a public URL :)

Klipper needs to be running in order for the "Copy Public URL to Klipper" option to work.

Installation:
1. chmod 755 install.sh
2. ./install.sh

The installation works by downloading the Dropbox python CLI from the Dropbox servers. It then copies the python CLI, the service menu and the icon to their required locations.

The installation is based on the assumption that your Dropbox folder is ~/Dropbox. If this is not the case, then edit install.sh and dropbox.desktop to reflect your Dropbox folder.




Changelog:

0.2:
+ Added option to copy Public URL to Klipper.
+ Removed icon because of trouble setting a relative path.
+ Uses kde4-config to find location of KDE directory.
+ Creates ServiceMenus directory if it doesn't exist.

0.1:
+ First Version




LicenseGPL
Source(dropbox-servicemenu-kde)
Send to a friend
Subscribe
Other  Content  from kinus
Report inappropriate content



goto page:  1  2 

-
.

 thanks + suggestion

 
 by rod on: Nov 12 2009
 
Score 50%

First, let me thank you for this - it is a shame to have to load half of gnome just to have that little dropbox icon in the systray. So, thanks.

The way this is implemented in Nautilus, though, looks a bit better to me. In nautilus you have a 'copy public link', and it goes directly to the clipboard, rather than appearing through a dialog. I think this could be an easy improvement


Reply to this

-

 Re: thanks + suggestion

 
 by kinus on: Nov 12 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

Thanks Rod :)

I have implemented the function that you suggested. It needs Klipper to be running to work though. Enjoy!


Reply to this

-

 Re: thanks + suggestion

 
 by Sciamano72 on: Nov 12 2009
 
Score 50%

There is no need to load half Gnome to have the dropbox icon in the system tray.

Just follow this tutorial:

http://antrix.net/journal/techtalk/dropbox_kde.html

BTW: this is starting to be a nice app, I hope it improves and integrates more functions soon.


Reply to this

-

 Re: Re: thanks + suggestion

 
 by kinus on: Nov 12 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

Thanks for the heads up Sciamano72 :)

Could you perhaps suggest some of the improvements and functions you would like to see integrated?


Reply to this

-

 Re: Re: Re: thanks + suggestion

 
 by Sciamano72 on: Nov 12 2009
 
Score 50%

Well, for example the undelete ("View Previous Versions") option that Nautilus has...


Reply to this

-

 Re: Re: Re: Re: thanks + suggestion

 
 by kinus on: Nov 12 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

Okay...
Currently dropbox-servicemenu-kde functions only as a wrapper around the official Dropbox python CLI.

The CLI provides the following functions:

status - get current status of the dropboxd
help - provide help
puburl - get public url of a file in your dropbox
stop - stop dropboxd
start - start dropboxd
filestatus - get current sync status of one or more files
ls - list directory contents with current sync status

So any of those functions could easily be implemented. I'm considering writing a complete KDE version of the nautilus interface over the Christmas holidays but that is still on the cards ;)


Reply to this

-

 Re: Re: Re: Re: Re: thanks + suggestion

 
 by Sciamano72 on: Nov 12 2009
 
Score 50%

I know, I was not complaining, just saying what I would like to see! :)
If you really make a KDE version of the Nautilus interface, I think most of the KDE community will love you :)


Reply to this

-

 Re: Re: Re: Re: Re: Re: thanks + suggestion

 
 by kinus on: Nov 12 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

I didn't see it as complaining in any way :) I like the feedback and always like to hear how I can improve things...

Yes, I'm sure the KDE community would be very happy...I will see what I can do ;)

Watch this space!



-

 Problems in sidux

 
 by DjNeophyte on: Nov 12 2009
 
Score 50%

good idea,but trouble in sidux :

dve@siduxbox:~$ /home/dve/dropbox-servicemenu-kde/install.sh
--2009-11-12 19:40:31-- https://www.dropbox.com/download?dl=packages/dropbox.py
Risoluzione di www.dropbox.com... 174.36.30.70
Connessione a www.dropbox.com|174.36.30.70|:443... connesso.
HTTP richiesta inviata, in attesa di risposta... 302 FOUND
Posizione: http://linux.dropbox.com/packages/dropbox.py [segue]
--2009-11-12 19:40:44-- http://linux.dropbox.com/packages/dropbox.py
Risoluzione di linux.dropbox.com... 174.36.30.70
Connessione a linux.dropbox.com|174.36.30.70|:80... connesso.
HTTP richiesta inviata, in attesa di risposta... 200 OK
Lunghezza: 91126 (89K) [application/octet-stream]
Salvataggio in: "dropbox.py"

100%[======================================>] 91.126 2,25K/s in 51s

2009-11-12 19:41:44 (1,75 KB/s) - "dropbox.py" salvato [91126/91126]

cp: impossibile fare stat di `dropbox.desktop': No such file or directory
dve@siduxbox:~$

Any idea? :D


Reply to this

-

 Re: Problems in sidux

 
 by kinus on: Nov 12 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

Ah yes, the problem is that you're running the install script from your home directory when the dropbox.desktop file is in the dropbox-servicemenu-kde directory.

To fix, cd into the dropbox-servicemenu-kde directory and then rerun the script.

For you this would be:

cd /home/dve/dropbox-servicemenu-kde/
./install.sh

Let me know if it works :)


Reply to this

-

 Re: Re: Problems in sidux

 
 by DjNeophyte on: Nov 12 2009
 
Score 50%

Work!!!
thanks so much sir !!
I run to you advertising on my blog, is a good application thanks again

sorry for my poor english :D


Reply to this

-

 Re: Re: Re: Problems in sidux

 
 by kinus on: Nov 12 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

Great! Glad to hear that I could be of assistance :)


Reply to this

-
.

 Good Job

 
 by yandy on: Dec 5 2009
 
Score 50%

considerably good job,I add this to my blog too


Reply to this

-

 DropBox Icon

 
 by szosel on: Dec 29 2009
 
Score 50%

Is there a way to implement the file status in the icon of the files?

and second question: a way to show this menu only when i select a file/folder within the dropbox?

That's the thing nautilus, mac and windows offers - would be great to get something her.

I googled after this - there seems to be many people outside looking for an KDE solution.


Reply to this

-

 Re: DropBox Icon

 
 by kinus on: Dec 30 2009
 
Score 50%
kinuskinus
University of Cape Town
Home

Hi :)

Yes, getting the status of a file is definitely an option and will appear in the next version.

As for only having the menu show up for dropbox items, I'm not sure if that is possible given that dropbox-servicemenu-kde is a KDE service menu and thus is limited by the Desktop Entry specification [1]. If someone can suggest a way to do this I will be more than happy to implement it.

Also, in the next version the following features could possibly be implemented:

- get dropbox status
- stop the dropbox service
- start the dropbox service
- get the status of an individual file
- get the status of all files

Please let me know which features you would like to see and I'll do my best to get them into the next version and release that version as soon as possible.

[1] http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html


Reply to this

-

 icons suggestion

 
 by FraSMOG on: Feb 18 2010
 
Score 50%

IMHO you can add also icons this way:

Quote:
[Desktop Entry]
Type=Service
ServiceTypes=KonqPopupMenu/Plugin
MimeType=all/all;
Actions=getPublicURL;copyPublicURL;
X-KDE-Submenu=Dropbox
X-KDE-StartupNotify=false
X-KDE-Priority=TopLevel


[Desktop Action getPublicURL]
Name=Get Public URL
Icon=dropbox
Exec=kdialog --msgbox "`python ~/Dropbox/dropbox.py puburl %u`"

[Desktop Action copyPublicURL]
Name=Copy Public URL to Klipper
Icon=klipper
Exec=dbus-send --type=method_call --dest=org.kde.klipper /klipper org.kde.klipper.klipper.setClipboardContents string:"`python ~/Dropbox/dropbox.py puburl %u`"


if someone knows how can be very useful that this menu is shown only when the path of the selected file/folder starts with the public dir path.


S.M.O.G. from Pimp My Linux
http://pimpmylinux.wordpress.com

Reply to this

-

 thank you thank

 
 by passerby on: Mar 10 2010
 
Score 50%

thanks for this no more going to the site for the public URL or adding stuff 2 my pulbic folder than having to use my macbook to get the URL


Reply to this

goto page:  1  2 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team