LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 05-02-2013, 10:19 PM   #1
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Rep: Reputation: 59
Anyone had success using Dropbox with Nemo?


Hello All,
I am running Fedora 18 x86_64, cinnamon, which I understand uses Nemo instead of Nautilus.
The official Dropbox Fedora app is "nautilus-dropbox", which doesn't want to work with Nemo.
If anyone has a solution that allows Dropbox to operate as it should on Fedora 18, cinnamon and nemo, could you please pass on your advice as to how this can be done?

I have contacted Dropbox asking if there is any support for nemo, but "no answer was the stern reply"

Cheers,
Terry
 
Old 05-06-2013, 07:13 PM   #2
Smokey_Mtn Ron
LQ Newbie
 
Registered: May 2009
Location: American living in Philippines
Distribution: Mint (17.3 Cinnamon
Posts: 13

Rep: Reputation: 0
Try this,

Nemo-Dropbox
 
Old 05-06-2013, 08:30 PM   #3
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Original Poster
Rep: Reputation: 59
Hello Ron,

Quote:
Originally Posted by Smokey_Mtn Ron View Post
Try this,

Nemo-Dropbox
I have seen references to this, but it seemed to me that it wasn't a package built for Fedora.
I will have a closer look.

Thanks for your help.

Cheers,
Terry
 
Old 05-07-2013, 08:50 PM   #4
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Original Poster
Rep: Reputation: 59
Quote:
Originally Posted by terry-duell View Post
Hello All,
I am running Fedora 18 x86_64, cinnamon, which I understand uses Nemo instead of Nautilus.
The official Dropbox Fedora app is "nautilus-dropbox", which doesn't want to work with Nemo.
Judging by the response there can't be too many using Fedora 18 with nemo that want to use Dropbox.
For the record, here is a solution that appears to be working.

Download the Fedora rpm (nautilus-dropbox) from the Dropbox web site, If you have already uninstalled nautilus this will pull in nautilus and nautilus-extensions, but that is OK.
Go to /usr/bin, and as root (or using sudo) move nautilus to nautlus-orig, or somesuch name.
write a little shell script as follows...

#!/bin/bash
exec nemo $1 $2 $3 $4
exit 0

Put this script, named 'nautilus' and owned by root and executable, into /usr/bin.
Go to Menu > internet and run 'Dropbox', which will install the dropbox daemon, follow the prompts to set up an account etc.

You should now have Dropbox working on nemo.

Please post any improvements/problems so we can all learn.

Cheers,
Terry
 
Old 05-07-2013, 09:28 PM   #5
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Original Poster
Rep: Reputation: 59
Quote:
Originally Posted by terry-duell View Post
You should now have Dropbox working on nemo.
Greatcoats off!
Sorry the problem hasn't been solved.
The proposed solution doesn't provide the ability to get a link to a public file via right click, so there is something else that needs to be linked to nemo to get that option in the right click menu.


There must be someone who knows how to fix this.
Surely I am not the only one that wants to use Dropbox with nemo on Fedora.

Cheers,
Terry
 
Old 05-28-2013, 05:23 PM   #6
AlexKorn
LQ Newbie
 
Registered: May 2013
Location: Russia
Distribution: Fedora
Posts: 2

Rep: Reputation: Disabled
Had the same issue, there is a solution:
1. Firstly, you need to install packages 'nemo-devel' and 'docutils'
2. then, get the source of nemo-dropbox plugin here:
launchpad - nemo-dropbox
(or here is the direct link for package I used: nemo-dropbox_1.8.0-20130505195033-precise.tar.gz)
3. untar, cd && do the following:
Code:
sh ./autogen.sh
./configure
make 
sudo make install
4. then initialize & start dropbox daemon:
Code:
dropbox start -i
and follow all steps
5. restart nemo:
Code:
nemo --quit
6. profit!

After all, I have fully working Dropbox plugin with Nemo =)
Good luck!

Last edited by AlexKorn; 05-28-2013 at 05:58 PM.
 
Old 05-28-2013, 11:33 PM   #7
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Original Poster
Rep: Reputation: 59
Quote:
Originally Posted by AlexKorn View Post
Had the same issue, there is a solution:
1. Firstly, you need to install packages 'nemo-devel' and 'docutils'
2. then, get the source of nemo-dropbox plugin here:
launchpad - nemo-dropbox
(or here is the direct link for package I used: nemo-dropbox_1.8.0-20130505195033-precise.tar.gz)
3. untar, cd && do the following:
Code:
sh ./autogen.sh
./configure
make 
sudo make install
[snip]
'nemo-devel' is available from the Fedora repos, but I'd rather not do a local make and install of 'nemo-dropbox'. It would be much more preferable for package management to able to build and install an rpm. That wouldn't be a problem if there was a 'nemo-dropbox.src.rpm'.
The curious thing is that the Dropbox team have advised me that there is no integration outside of nautilus, yet there are signs that the Dropbox team have been involved with 'nemo-dropbox'

Many thanks for your advice. If there is no sign of a Fedora src.rpm, I will probably have to use your approach.

Cheers,
Terry
 
Old 09-10-2013, 08:39 PM   #8
pajafumo
LQ Newbie
 
Registered: Sep 2013
Posts: 1

Rep: Reputation: Disabled
Here is a script I made to work with Fedora. Copy and paste into ~/.gnome2/nemo-scripts and you got it on the right click menu

Quote:
#!/bin/bash
# made by pajafumo@hotmail.com under GPL Lincence
chk=`yum list installed | grep xclip`
if [ "x${chk}" = "x" ]; then
chkxterm=`yum list installed | grep xterm`
if [ "x${chkxterm}" = "x" ]; then
zenity --info --timeout=10 --text="We need to install xterm and xclip to continue... please run: yum -y install xterm xclip"
exit 0
else
zenity --info --timeout=2 --text="We need to install xclip"
wait
xterm -e su -c 'yum -y install xclip'
wait
fi
fi

file=$NEMO_SCRIPT_SELECTED_FILE_PATHS
dropbox puburl $file | xclip -selection c
zenity --info --timeout=2 --text="Text copy to clipboard"
Ho to use it:
Just right click over the file you whant to share from your Public Folder and you got the Publick link on the clipboard

Hope it help you!!!
 
Old 09-11-2013, 05:42 PM   #9
terry-duell
Member
 
Registered: Jan 2007
Location: Melbourne, Australia
Distribution: Fedora 38 x86_64
Posts: 539

Original Poster
Rep: Reputation: 59
Quote:
Originally Posted by pajafumo View Post
Here is a script I made to work with Fedora. Copy and paste into ~/.gnome2/nemo-scripts and you got it on the right click menu
Ho to use it:
Just right click over the file you whant to share from your Public Folder and you got the Publick link on the clipboard

Hope it help you!!!
Thanks for your help, but I have decided to no longer use Dropbox.
It shouldn't be necessary for users to have to figure out local fixes to get it working correctly on a mainstream distro. The Dropbox team should be doing that.

Cheers,
Terry
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
How to add background.xml file in Nemo? acraig Linux - Newbie 0 01-30-2013 08:44 AM
LXer: Nemo Review: A New File Manager for Linux LXer Syndicated Linux News 0 04-24-2008 05:30 PM
LXer: Project Nemo: when file managers and calendars converge LXer Syndicated Linux News 0 01-24-2008 05:50 PM
LXer: Nemo file manager organizes around a calendar LXer Syndicated Linux News 0 12-10-2007 11:40 PM
replies to Chinaman (and Ranger Nemo) beginnerx Linux - Newbie 5 10-21-2003 09:21 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

All times are GMT -5. The time now is 06:07 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration