Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
|
03-23-2013, 11:13 AM
|
#1
|
Member
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473
Rep: 
|
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?
|
|
|
03-23-2013, 11:38 AM
|
#2
|
Member
Registered: Dec 2008
Distribution: Slackware64 Current
Posts: 278
Rep:
|
You can modify the slackbuild script and update to version or run "VERSION=<num>;dropbox.SlackBuild"
|
|
|
03-23-2013, 11:55 AM
|
#3
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849
|
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
|
|
|
03-25-2013, 08:15 AM
|
#4
|
Member
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473
Original Poster
Rep: 
|
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.
|
|
|
03-25-2013, 10:03 AM
|
#5
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849
|
the latest version is now 2.0.2, not 1.4.x
|
|
|
03-25-2013, 10:57 AM
|
#6
|
Member
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473
Original Poster
Rep: 
|
So, I've heard, however it isn't posted on their web site. Where did you get it?
|
|
|
03-25-2013, 11:06 AM
|
#7
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849
|
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
|
|
|
03-27-2013, 08:46 PM
|
#9
|
Member
Registered: Sep 2011
Location: Philly
Distribution: Gentoo
Posts: 473
Original Poster
Rep: 
|
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?
|
|
|
03-28-2013, 06:45 AM
|
#10
|
Member
Registered: Oct 2004
Location: Israel
Distribution: Slackware64, Gentoo
Posts: 74
Rep:
|
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.
|
|
|
03-28-2013, 11:47 PM
|
#11
|
LQ 5k Club
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,551
|
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.
|
|
|
03-29-2013, 01:18 AM
|
#12
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849
|
Quote:
Originally Posted by allend
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
|
|
|
03-29-2013, 02:13 AM
|
#13
|
LQ 5k Club
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,551
|
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.
|
|
|
03-29-2013, 02:45 AM
|
#14
|
Senior Member
Registered: Jul 2004
Location: Jogja, Indonesia
Distribution: Slackware-Current
Posts: 4,849
|
It's only executed once
After that, you can delete the rest or leave it and use git pull to the update
|
|
|
03-29-2013, 10:01 AM
|
#15
|
LQ 5k Club
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,551
|
Code:
pkill grumpymode || echo "Thankyou to willysr for SlackBuild"
returns
Quote:
Thankyou to willysr for SlackBuild
|
|
|
|
All times are GMT -5. The time now is 11:48 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|