Simple method:
sudo aptitude install nautilus-dropbox
(see below for additional tweaks).
Original post from before Dropbox was in the repos, or how to get the latest experimental build:
************************************************** ************************************
Here is my method for getting Dropbox working easily on KDE without using Nautilus. I have been using this method over several years and distros without any problem.
(I got the tutorial originallly from http://antrix.net/journal/techtalk/dropbox_kde.html )
1. Download the latest Dropbox binaries from:
http://forums.dropbox.com/tags.php?t...al-forum-build
(I have always used the experimental build without problems)
Or (Stable):
a. for x86 users: http://www.getdropbox.com/download?plat=lnx.x86
b. for x86_64 users: http://www.getdropbox.com/download?plat=lnx.x86_64
2. Extract the downloaded file which gives you a hidden folder named “.dropbox-dist”. (NB. Turn on "show hidden files" to see it!)
a. To extract from the command line (copy this command and paste it into a terminal): tar xzf dropbox-lnx.x86_64-0.6.571.tar.gz
b. Or right click on the downloaded file and click "Extract Archive Here"
3. The .tar.gz file extracts a hidden folder named “.dropbox-dist”. Move this file to your home directory.
To move it to your home directory with command line: mv .dropbox-dist ~/
NB! You won’t be able to see the folder unless you have “view hidden files” enabled.
4. Then you need to start the Dropbox daemon. The dropbox daemon is called “dropboxd” which is a shell script in the “.dropbox-dist” folder.
a. To start it from the command line, paste this into a terminal: ~/.dropbox-dist/dropboxd
b. Or navigate to the “.dropbox-dist” folder and double click the dropboxd shellscript:
(To navigate to the .dropbox-dist folder, paste this into a terminal: cd ~/.dropbox-dist/
To run the script, paste this into a terminal: ./dropboxd ).
5. Follow the onscreen instructions to either set up a new account, or use your existing account.
6. To run Dropbox after it's set up just run "dropboxd" as above.
Or make a shortcut on your desktop, panel or whatever you prefer.
6. If you want it to autostart:
a. For command line way: ln -s ~/.dropbox-dist/dropboxd ~/.kde/Autostart (or your distro's Autostart folder, if different)
b. Gui way: Kmenu -> System Settings -> Advanced -> Autostart -> Add Script and navigate to ~/.dropbox-dist and select dropboxd
Finally, if you would like to download Dropbox, and at the same time give yourself (and me ) 500mb of free extra storage, please feel free to use this link:
https://www.getdropbox.com/referrals/NTMxNzg2MDk
Good luck.
sudo aptitude install nautilus-dropbox
(see below for additional tweaks).
Original post from before Dropbox was in the repos, or how to get the latest experimental build:
************************************************** ************************************
Here is my method for getting Dropbox working easily on KDE without using Nautilus. I have been using this method over several years and distros without any problem.
(I got the tutorial originallly from http://antrix.net/journal/techtalk/dropbox_kde.html )
1. Download the latest Dropbox binaries from:
http://forums.dropbox.com/tags.php?t...al-forum-build
(I have always used the experimental build without problems)
Or (Stable):
a. for x86 users: http://www.getdropbox.com/download?plat=lnx.x86
b. for x86_64 users: http://www.getdropbox.com/download?plat=lnx.x86_64
2. Extract the downloaded file which gives you a hidden folder named “.dropbox-dist”. (NB. Turn on "show hidden files" to see it!)
a. To extract from the command line (copy this command and paste it into a terminal): tar xzf dropbox-lnx.x86_64-0.6.571.tar.gz
b. Or right click on the downloaded file and click "Extract Archive Here"
3. The .tar.gz file extracts a hidden folder named “.dropbox-dist”. Move this file to your home directory.
To move it to your home directory with command line: mv .dropbox-dist ~/
NB! You won’t be able to see the folder unless you have “view hidden files” enabled.
4. Then you need to start the Dropbox daemon. The dropbox daemon is called “dropboxd” which is a shell script in the “.dropbox-dist” folder.
a. To start it from the command line, paste this into a terminal: ~/.dropbox-dist/dropboxd
b. Or navigate to the “.dropbox-dist” folder and double click the dropboxd shellscript:
(To navigate to the .dropbox-dist folder, paste this into a terminal: cd ~/.dropbox-dist/
To run the script, paste this into a terminal: ./dropboxd ).
5. Follow the onscreen instructions to either set up a new account, or use your existing account.
6. To run Dropbox after it's set up just run "dropboxd" as above.
Or make a shortcut on your desktop, panel or whatever you prefer.
6. If you want it to autostart:
a. For command line way: ln -s ~/.dropbox-dist/dropboxd ~/.kde/Autostart (or your distro's Autostart folder, if different)
b. Gui way: Kmenu -> System Settings -> Advanced -> Autostart -> Add Script and navigate to ~/.dropbox-dist and select dropboxd
Finally, if you would like to download Dropbox, and at the same time give yourself (and me ) 500mb of free extra storage, please feel free to use this link:
https://www.getdropbox.com/referrals/NTMxNzg2MDk
Good luck.
Comment