-
 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 (47) .- Knowledge Base  . 

Dropbox ServiceMenu

   0.16.1  

KDE Service Menu

Score 90%
Dropbox ServiceMenu
zoom


Dropbox ServiceMenu
zoom


Dropbox ServiceMenu
zoom


Downloads:  9218
Submitted:  May 9 2010
Updated:  Jan 29 2012

Description:

Dropbox ServiceMenu is a servicemenu which allows easy access to most of Dropbox features. It uses Dropbox CLI to generate public urls, and pyndexer to allow sharing directories in public folder.

Features:
* Copy Public URL to clipboard
* Share folder (via web browser)
* Copy file/directory to public folder and paste the URL to clipboard
* Move file/directory to public folder and paste the URL to clipboard
* Support for sharing directories in public folder using pyndexer ( http://dl.dropbox.com/u/552/pyndexer/index.html )
* Send generated public url via default email client and GMail (via webbrowser)
* View previous versions of file (via web browser)
* Encrypt directory listing with password (only works for directories in public folder)
* Automatic detection of Dropbox directory path

Installation:
1. Copy .desktop files to ~/.kde4/share/kde4/services/ServiceMenus/
2. Copy content of dropbox-script to your $PATH - e.g. /usr/bin or /usr/local/bin

or run installation script (it will install scripts and .desktop files in ~/.kde4/share/kde4/services/ServiceMenus):
./install-it.sh

or if you're running Fedora:
1. Install following RPM http://magnu5.fedorapeople.org/repo/magnu5-1.0-1.fc13.noarch.rpm
2. Now run following command: su -c 'yum install dropbox-servicemenu'

Thanks to Magnus Tuominen for providing Fedora RPMs.

or if you're running openSUSE:
You can install dropbox-servicemenu from KDE:Extras repository.


Additional dependencies:
- dropbox
- klipper
- kdialog
- sqlite3
- python
- python-m2crypto (required for encrypting directory listing)
- xdg-utils
- uudecode (can be found in sharutils package)
- recode
- perl

Currently translated to following languages:
Fully translated: Czech, Danish, Dutch, English, French, German, Italian, Lithuanian, Polish, Russian, Spanish, Traditional Chinese (Taiwan)

Not fully translated: (.desktop files, dropbox_menu_translations.sh): Portuguese, Turkish

if you want to translate this servicemenu then feel free to contact me via private message.

KNOWN ISSUES: This servicemenu requires python2. If your distro uses python3 as main python binary then this servicemenu won't work. In order to make it work you'll have to do some "sed magic" e.g. sed 's/python/python2/g' on dropbox_menu.sh and .py scripts, assuming that your distro provides python version 2 as python2.




Changelog:

0.16.1
- Danish translation updated thanks to Ole Holm Frandsen

0.16.0
- Support for Dropbox client >= 1.2
- Dropbox folder location is now determined by get_dropbox_folder.sh (written by Andrew Scheller)
- Dropbox-servicemenu now requires uudecode (can be found in sharutils package), recode and perl to be installed
- Shareable links support removed (currently i do not know how to get the user key from dropbox database)

0.15.4
- Dutch translation added thanks to Ruben Van Laerhoven

0.15.3
- Hungarian translation added thanks to Akos Toth

0.15.2
- German translation updated thanks to Felix Mauch
- Portuguese translation updated thanks to Ricardo Fernandes

0.15.1
- Fix python dependency check
- Removed xdg-open dependency check (KDE depends on xdg-utils, so it shouldn't be necessary)

0.15.0
- Added dependencies check

0.14.6
- Russian translation updated thanks to Stanislav Kosolapov

0.14.5
- Lithuanian translation updated thanks to Donatas G.

0.14.4
- Spanish translation updated thanks to Axel

0.14.3
- Italian translation updated - thanks to NevidS Sogaro

0.14.2
- German translation updated - thanks to Felix Mauch
- Traditional Chinese (Taiwan) translation added - thanks to Ray Chen

0.14.1
- Italian translation updated - thanks to NevidS Sogaro
- Czech translation updated - thanks to Pavel Fric
- French translation updated - thanks to Samuel Girard

0.14.0
- Add support for dropbox's new sharing model (dropbox 0.8 or higher required) - http://forums.dropbox.com/topic.php?id=21441&replies=155
- Merge "Copy public URL to klipper" with dropbox's new sharing model - if you use dropbox 0.8 or higher then you can generate public links for directories and files outside your Public folder

0.13.5
- Second attempt to make this servicemenu compatible with KHNS - scripts are now placed in servicemenu directory, install script doesn't require user interaction

0.13.4
- Spanish translation updated - thanks to Omar Campagne Polaino

0.13.3
- Removed wrong line in previous version thus "copy file to public.." was broken :P

0.13.2
- First attempt to make this servicemenu compatible with KHNS

0.13.1
- Small bugfix

0.13.0
- Use freedesktop notifications instead of kdialog, should be less obtrusive - feel free to share your opinions about this (is it better or worse?)
- Move script translations to separate file

0.12.2
- German translation updated




LicenseGPL
Source(Dropbox ServiceMenu 0.16.1)
Arch(AUR PKGBUILD)
Send to a friend
Subscribe
Other  Content  from hash87
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8 

-

 dropbox qt version

 
 by ahjolinna on: Jul 15 2014
 
Score 50%

Dropbox 2.11 the experimental version is rewritten in Qt5 plz be ready to update this app, only thing that working now with this version is "generate public url" :D


Reply to this

-

 Re: dropbox qt version

 
 by dmnmsc on: Jul 29 2014
 
Score 50%

You just need to edit as sudo your dropbox-menu.sh.

Mine is located at /usr/share/kde4/services/ServiceMenus/dropbox-scripts/dropbox-menu.sh.

Search this line (line 37 in my system):

dropbox_path=`${SCRIPTS_PATH}get_dropbox_folder.sh`

And change it to:

dropbox_path="$HOME/Dropbox"

Seems like Dropbox changed something and broke get_dropbox_folder.sh file, and when you try to move and generate public URL tries to move to /Public instead of ~/Dropbox/Public/

Please note this is just a workaround. If your Dropbox folder is not located in your home directory, just point to the correct path.

Probably is better explained here: http://chakraos.org/forum/viewtopic.php?pid=82217#p82217


Reply to this

-
.

 Re: Re: dropbox qt version

 
 by Henri on: May 6 2015
 
Score 50%

I did this change, and copying/moving works, but generating public URL not. It says: "Couldn't get public URL. Unknown Error". It has worked for me before. I'm have Dropbox version 1.6.2.


Reply to this

-
.

 Re: Re: Re: dropbox qt version

 
 by Henri on: May 6 2015
 
Score 50%

Found the reason for this. Forgot my Dropbox -dir is actually a symlink to real dir. I changed that as dropbox_path and now it works. I just can't "generate URL" if I go to Public -dir via symlink.


Reply to this

-

 Dropbox folder in Dolphin

 
 by steveredshaw on: Apr 15 2015
 
Score 50%

I am not very technical so am struggling to follow instructions for installing this Dropbox service. I presume a Dropbox folder is meant to appear within the Home folder when installation is complete. I don't have one, I think I need some more detailed, but simple instructions....


Reply to this

-

 any updates on the way?

 
 by farcus on: May 20 2015
 
Score 63%

Dropbox dropped support for public folders back in 2012 so if you have a dropbox account created after that then the ability to create links in the service menu doesn't work. If you try the error "You can generate public URL only for files and directories that are in your dropbox public folder" is generated.

When are we likely to see an update to the servicemenu that will address this issue? - it has been a few years now.


Reply to this

-

 Re: any updates on the way?

 
 by souledge on: Jun 12 2015
 
Score 63%

Interested as well


Reply to this

-

 fix get_dropbox_folder

 
 by tcat on: Jul 9 2015
 
Score 50%

To fix get_dropbox_folder.sh, you need prepend some line to get_dropbox_folder function:

...
function get_dropbox_folder {
if [ -f "$HOME/.dropbox/info.json" ]; then
DROPBOX_FOLDER=$(grep -P -o -w '(?<="path"\: ")[^\"]+' $HOME/.dropbox/info.json)
return
fi
...


Reply to this

-

 modified for KDE 5

 
 by swyear on: Dec 4 2015
 
Score 50%

I modified some pathes and scripts for KDE 5,
You can try to see if it's useful.

https://dl.dropboxusercontent.com/u/6331820/ServiceMenus4KDE5-0.0.1.tar.gz


Reply to this

-

 Re: modified for KDE 5

 
 by varanus on: Jun 23 2016
 
Score 50%

I have installed this last pasckage and the menu appears normally but since Public folders are not an option for free users, without and update it's not quite as useful.
Hope we will see an update cause it's a very good feature to have.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8 

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