LinuxQuestions.org
Visit Jeremy's Blog.
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 03-23-2013, 11:13 AM   #1
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Rep: Reputation: Disabled
dropbox and KDE


I'm kinda new to slack and also to KDE as well.

What is the best way to install dropbox? I found a slack build but it was old and that version is no longer available. I would like to build the current version.

It appears that KDE has some sort of dropbox functionality built in to it because it asks if I want to upload files which I have edited.

I've built it myself before but I'm trying to do it correctly and would like to use a slack build.

Any advice?
 
Old 03-23-2013, 11:38 AM   #2
tux_dude
Member
 
Registered: Dec 2008
Distribution: Slackware64 Current
Posts: 277

Rep: Reputation: 41
You can modify the slackbuild script and update to version or run "VERSION=<num>;dropbox.SlackBuild"
 
Old 03-23-2013, 11:55 AM   #3
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Another alternative is the updated SlackBuild for dropbox which i placed on my SlackHacks. It's updated to 2.0.2, the latest one available
 
Old 03-25-2013, 08:15 AM   #4
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Original Poster
Rep: Reputation: Disabled
FYI I just changed the version and it worked. However I couldn't get it to work with the source posted on the dropbox website. It appears to be packaged in a different format.

What I did was I clicked on the source link on the slack build web site and just changed the 1.0.10 to 1.4.0.

I think there is still a few bugs to work out, but it works.
 
Old 03-25-2013, 10:03 AM   #5
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
the latest version is now 2.0.2, not 1.4.x
 
Old 03-25-2013, 10:57 AM   #6
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Original Poster
Rep: Reputation: Disabled
So, I've heard, however it isn't posted on their web site. Where did you get it?
 
Old 03-25-2013, 11:06 AM   #7
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
i looked at other site that usually posted Windows' version of dropbox
as they sync their work between Windows and Linux, i can easily track their version and i can get the URL easily
 
Old 03-25-2013, 12:25 PM   #8
kernel-P4N1C
Member
 
Registered: Nov 2007
Location: Panama city, Republic of Panmaa
Posts: 167

Rep: Reputation: 18
alienbob has a package on his repo that download the dropbox python files etc..

http://taper.alienbase.nl/mirrors/pe...ropbox-client/
 
Old 03-27-2013, 08:46 PM   #9
mreff555
Member
 
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473

Original Poster
Rep: Reputation: Disabled
Hmmm... I'm having a bit of trouble with that one. Version 1.4 worked fine. When I ran this slackbuild it appeared to compile and install correctly, however when I run dropbox start -i I am told that python-gpgme isn't installed. I can't find a slack build for it either.

Has anyone else run in to this?
 
Old 03-28-2013, 06:45 AM   #10
cmyster
Member
 
Registered: Oct 2004
Location: Israel
Distribution: Slackware64, Gentoo
Posts: 74

Rep: Reputation: 4
seems like something is missing.

if that did not work for you and you are having trouble with it, try the one from SBo. Just copy the download link and paste it as URL but with 2.0.2 as the version.
then you need to change the SlackBuild for the version number and delete line 66 from it. you need to also change the info file to reflect the changes. I simply delete the info file but it is not a good thing to do. I am lazy
then, just run the slackbuild and installpkg what it produces.
worked for me ever since the SBo package stopped being maintained.

as for version, I use dropbox's site and select near the download button "Windows". it tells the site to fetch you the windows version that is more up to date, but for now the site returns 2.0.0.

Last edited by cmyster; 03-28-2013 at 06:49 AM.
 
Old 03-28-2013, 11:47 PM   #11
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Just went through this exercise myself on my 64bit Slackware and it was more painful than it should have been.
The link https://www.dropbox.com/download?plat=lnx.x86_64 on the Dropbox Download page https://www.dropbox.com/install points to dropbox-lnx.x86_64-2.0.0.tar.gz so I needed to do
Code:
wget https://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-2.0.2.tar.gz
to get the latest version.
I got the Dropbox-1.2.49 SlackBuild from http://www.slackbuilds.org/ and updated the contents of the dropbox.info and dropbox.SlackBuild files with the content of the files from willysr's SlackHacks in post#3. I had to copy and paste the code from the HTML pages as I could only download the HTML pages from SlackHacks.
Then I was able to successfully build a Dropbox package and install it.
 
Old 03-29-2013, 01:18 AM   #12
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
Quote:
Originally Posted by allend View Post
Just went through this exercise myself on my 64bit Slackware and it was more painful than it should have been.
The link https://www.dropbox.com/download?plat=lnx.x86_64 on the Dropbox Download page https://www.dropbox.com/install points to dropbox-lnx.x86_64-2.0.0.tar.gz so I needed to do
Code:
wget https://dl-web.dropbox.com/u/17/dropbox-lnx.x86_64-2.0.2.tar.gz
to get the latest version.
I got the Dropbox-1.2.49 SlackBuild from http://www.slackbuilds.org/ and updated the contents of the dropbox.info and dropbox.SlackBuild files with the content of the files from willysr's SlackHacks in post#3. I had to copy and paste the code from the HTML pages as I could only download the HTML pages from SlackHacks.
Then I was able to successfully build a Dropbox package and install it.
the easiest way to get an updated version is by cloning it
it won't take much space as it doesn't include any source

in total (including .git which stores all history for tracking purposes), you only need to download 11 MB. After that, if you wish to remove the .git, you can save up to 5.5 MB, so the repository is about 6 MB
 
Old 03-29-2013, 02:13 AM   #13
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Code:
git clone git://github.com/willysr/SlackHacks.git
gives me 7.8MiB with 513 files in 132 subdirectories.
Seems messy if you just want two files.
 
Old 03-29-2013, 02:45 AM   #14
willysr
Senior Member
 
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,661

Rep: Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784Reputation: 1784
It's only executed once
After that, you can delete the rest or leave it and use git pull to the update
 
Old 03-29-2013, 10:01 AM   #15
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749Reputation: 2749
Code:
pkill grumpymode || echo "Thankyou to willysr for SlackBuild"
returns
Quote:
Thankyou to willysr for SlackBuild
 
  


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
HOWTO: use DropBox(tm) with Kubuntu v11.04 and KDE SaintDanBert Linux - Desktop 4 02-20-2012 07:32 PM
Using dropbox with mutt macreal Linux - General 2 11-02-2010 03:28 AM
LXer: Gnome And KDE Might Collaborate Into Creating A FLOSS Alternative To Dropbox LXer Syndicated Linux News 0 03-23-2010 10:42 PM
Dropbox not sync-ing in KDE spoovy Linux - Desktop 2 03-16-2010 11:34 AM
Dropbox gordon duff Linux - Laptop and Netbook 1 01-17-2010 09:33 AM

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

All times are GMT -5. The time now is 07:59 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