LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   dropbox and KDE (https://www.linuxquestions.org/questions/slackware-14/dropbox-and-kde-4175455271/)

mreff555 03-23-2013 11:13 AM

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?

tux_dude 03-23-2013 11:38 AM

You can modify the slackbuild script and update to version or run "VERSION=<num>;dropbox.SlackBuild"

willysr 03-23-2013 11:55 AM

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

mreff555 03-25-2013 08:15 AM

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.

willysr 03-25-2013 10:03 AM

the latest version is now 2.0.2, not 1.4.x

mreff555 03-25-2013 10:57 AM

So, I've heard, however it isn't posted on their web site. Where did you get it?

willysr 03-25-2013 11:06 AM

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

kernel-P4N1C 03-25-2013 12:25 PM

alienbob has a package on his repo that download the dropbox python files etc..

http://taper.alienbase.nl/mirrors/pe...ropbox-client/

mreff555 03-27-2013 08:46 PM

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?

cmyster 03-28-2013 06:45 AM

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.

allend 03-28-2013 11:47 PM

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.

willysr 03-29-2013 01:18 AM

Quote:

Originally Posted by allend (Post 4920891)
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

allend 03-29-2013 02:13 AM

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.

willysr 03-29-2013 02:45 AM

It's only executed once
After that, you can delete the rest or leave it and use git pull to the update

allend 03-29-2013 10:01 AM

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 04:58 AM.