LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-22-2008, 11:45 AM   #1
CartersAdvocate
Member
 
Registered: Sep 2003
Location: Columbus, OH
Distribution: Slackware 12.2
Posts: 166

Rep: Reputation: 30
Question Dropbox on slackware 12.1 *solved*


Is there a way to get dropbox to work on Slackware? I know it normally runs on Gnome using nautilus, but I didn't know if there is a way to get it working on KDE/Slackware.

Last edited by CartersAdvocate; 09-22-2008 at 06:55 PM. Reason: solved
 
Old 09-22-2008, 03:35 PM   #2
MS3FGX
LQ Guru
 
Registered: Jan 2004
Location: NJ, USA
Distribution: Slackware, Debian
Posts: 5,852

Rep: Reputation: 361Reputation: 361Reputation: 361Reputation: 361
Dropbox is built around Nautilus, so there is no avoiding it. The best you could do would be to install the GNOME libraries and Nautilus from one of the third party GNOME-on-Slackware projects, and then simply run Nautilus from within KDE.

Running "nautilus --no-desktop" should allow you to run Nautilus without it trying to take over your KDE desktop.
 
Old 09-22-2008, 06:55 PM   #3
CartersAdvocate
Member
 
Registered: Sep 2003
Location: Columbus, OH
Distribution: Slackware 12.2
Posts: 166

Original Poster
Rep: Reputation: 30
That worked...I just installed the libraries from gnomeslackbuild.org and ran nautilus --no-desktop and it seems to be working on KDE. Thanks!
 
Old 04-22-2009, 04:36 PM   #4
v3gard
LQ Newbie
 
Registered: Jan 2007
Location: Kristiansand, Norway
Distribution: Slackware
Posts: 21

Rep: Reputation: 0
I figured out a way to install Dropbox on Slackware without having to install Nautilus first. I made a howto that I posted on my website.
 
Old 07-18-2010, 09:28 PM   #5
andreqls
LQ Newbie
 
Registered: Apr 2007
Posts: 14

Rep: Reputation: 3
nautilus-free solution

This solution is actually by v3gard, but the website he mentioned previously is now dead ("move along...") so I thought it would be convenient to post the solution here where it may be easily found. Again, just to make it clear, I take no credit for the solution, I can merely attest that it works.

First, you must download the Fedora-version of dropbox at www.dropbox.com (download the right one for your architecture, wether it's x86 or x86_64).
In the directory where you downloaded the package, issue the command (replacing the 0.6.3-1 and x86_64 with the appropriate version and architecture for you):

Quote:
rpm2tgz nautilus-dropbox-0.6.3-1.fedora.x86_64.rpm
This will create a .tgz package. Then, as root, use this command to extract the contents of the package:

Quote:
explodepkg nautilus-dropbox-0.6.3-1.fedora.x86_64.tgz
Now there should be a folder named 'usr' in the current directory. Move to the 'bin' subdirectory of 'usr':

Quote:
cd usr/bin
Inside this directory, which should contain only a file called "dropbox", create a new file titled "nautilus" with the following contents (you may replace dolphin in the script below with your preferred file browser, like thunar or konqueror):

Quote:
#!/bin/bash
dolphin $@
exit 0
Now move back to the usr directory and create your Slackware package for Dropbox, installing it immediately afterwards (note that you must create the package in a different directory from the one you are working in; I chose '/tmp' because it tends to be the default directory for storing Slackware packages):

Quote:
makepkg /tmp/dropbox-0.6.3-1.tgz
installpkg /tmp/dropbox-0.6.3-1.tgz
Finally, log out of the root account and as a normal user issue the following command to install the Dropbox client:

Quote:
dropbox start -i
There! You now have your dropbox available in Slackware. Cheers to v3gard for this.
 
2 members found this post helpful.
Old 07-19-2010, 01:08 AM   #6
dugan
LQ Guru
 
Registered: Nov 2003
Location: Canada
Distribution: distro hopper
Posts: 11,226

Rep: Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320Reputation: 5320
I would just use the official procedure:

http://wiki.dropbox.com/TipsAndTrick...edLinuxInstall

Last edited by dugan; 07-19-2010 at 01:15 AM.
 
1 members found this post helpful.
Old 07-19-2010, 01:37 AM   #7
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Or get a package here (should work on Slackware 12.1 too): http://slackware.com/~alien/slackbuilds/dropbox-client/

Eric
 
1 members found this post helpful.
Old 07-21-2010, 05:39 PM   #8
andreqls
LQ Newbie
 
Registered: Apr 2007
Posts: 14

Rep: Reputation: 3
Wow, not one but two legends of Slack - dugan & alienbob - replied. That's very cool ^^

I still think the solution is interesting and worthwhile, since you can keep up with the Dropbox releases (hopefully) by simply making and upgrading to a new package... Alien's package, for instance, is one release outdated ;P

Anyway... as always, there are many solutions to the same problem. I'm just glad I remembered this one after v3gard took it down and had the opportunity to post it here. Best regards to all.
 
Old 07-22-2010, 03:12 AM   #9
Alien Bob
Slackware Contributor
 
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 8,559

Rep: Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106Reputation: 8106
Quote:
Originally Posted by andreqls View Post
Alien's package, for instance, is one release outdated
Thanks for alerting me, I will update the Slackware 13.1 package.

Eric
 
Old 09-02-2010, 09:13 AM   #10
mEllis
LQ Newbie
 
Registered: Nov 2008
Location: American Fork, UT, USA
Distribution: Slackware 14.2
Posts: 10

Rep: Reputation: 0
Thumbs up Dropbox in Slackware

Hello, thanks to Alien Bob for the Dropbox package. I installed it fine on my Slackware 13.1 box. I can get Dropbox running just fine, but I'm wondering if I should expect to see the contextual menus for Dropbox (e.g., sharing options) when I right-click on a folder or file in konqueror? Right now, I'm not seeing them, and I don't have the Dropbox status icons on the folders like I do on my machine running that other popular OS. It would be nice to share folders and files from my Linux machine. And if anyone knows of a way to share from the command line, that would be great. Thanks.

Michael
 
Old 09-03-2010, 02:04 PM   #11
pg99
Member
 
Registered: May 2008
Location: UK
Distribution: Slackware
Posts: 73

Rep: Reputation: 18
I just installed kdropbox, now called kfilebox, from http://kdropbox.deuteros.es/

It was v simple. Downloaded source, compiled as per README instructions. On first run it downloaded the daemon, prompted for email/password and connected to my dropbox account.

Now I have a dropbox tray icon in KDE and all my files in ~/Dropbox (default folder, but I could've changed it on first run).

I'm running -current with KDE 4.4.5. Source was kdropbox-0.4.1.tar.gz

regards
Phil
 
Old 05-22-2014, 01:23 AM   #12
volvoz
LQ Newbie
 
Registered: May 2014
Posts: 4

Rep: Reputation: Disabled
I followed the advise of pg99

It downloaded deamon, but after gave a mistake
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave.
What does it mean?

I am still seating without dropbox on Slackware.
 
Old 05-22-2014, 02:14 AM   #13
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
hi volvoz, welcome to LQ.

next time you need help, please don't hijack a thread started in 2008: things are changed in the meantime (for instance, the program you used isn't updated since two years).

to try helping you we need more informations:
- which slackware version are you running (please note also if 32 or 64 bit)?
- which desktop environment are you running?

have you tried using the SlackBuild (howto) or the prebuilt package from Alien Bob?
 
Old 05-22-2014, 02:25 AM   #14
volvoz
LQ Newbie
 
Registered: May 2014
Posts: 4

Rep: Reputation: Disabled
You are right, next time I will find newer topic.

I am using Slackware 14.1(x64) with KDE.
I started from SlackBuild (tried dropbox and kfilebox) and dropbox-client from the second link.
But I didn't manage to start dropbox.
 
Old 05-22-2014, 03:03 AM   #15
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
Quote:
Originally Posted by volvoz View Post
You are right, next time I will find newer topic.
you can also open a new one

I just tried this:

- installed the prebuilt client from Alien Bob;

- installed the daemon with
Code:
dropbox start -i
(I found the command reading the output launching from a terminal first "dropbox", then "dropbox start")

- followed instructions on screen.

after an initial sync everything is running fine (also when logging in again).

Last edited by ponce; 05-22-2014 at 03:07 AM.
 
  


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
LXer: Dropbox: File synchronization and sharing couldn't be easier LXer Syndicated Linux News 0 09-17-2008 04:30 AM
About Slackware 9.1 boot disk?? ftp://ftp.kpn.be/pub/linux/slackware/slackware-9.1-is AL3OMDAH Slackware 4 04-18-2007 09:54 AM

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

All times are GMT -5. The time now is 11:07 AM.

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