caf4926
September 23, 2010, 9:58am
1
How To Install Dropbox in openSUSE (Gnome)
Add the repo for your openSUSE version:
11.4
zypper ar -f http://download.opensuse.org/repositories/openSUSE:/11.4:/Contrib/standard contrib
11.3
zypper ar -f http://download.opensuse.org/repositories/openSUSE:/11.3:/Contrib/standard contrib
Then do this from su - terminal
zypper in dropbox nautilus-dropbox
Once done, close that terminal.
Now do this in a user terminal:
dropbox start -i
This should start this:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop1.png
Then OK this and:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop2.png
Then:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop3.png
Just follow the prompts to create the account entering your email address and a password for your dropbox account:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop4.png
Logout and back in and you are done.
**How to Install Dropbox KDE
**
Add the contrib repo for your openSUSE version:
12.1
zypper ar -f http://download.opensuse.org/repositories/openSUSE:/Factory:/Contrib/openSUSE_12.1/ contrib
11.4
zypper ar -f http://download.opensuse.org/repositories/openSUSE:/11.4:/Contrib/standard contrib
11.3
zypper ar -f http://download.opensuse.org/repositories/openSUSE:/11.3:/Contrib/standard contrib
**
Add the kde-extra repo for your version:**
12.1
zypper ar -f http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_12.1/ kde-extra
11.4
zypper ar -f http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_11.4/ kde-extra
11.3
zypper ar -f http://download.opensuse.org/repositories/KDE:/Extra/openSUSE_11.3/ kde-extra
**
Next refresh the repos:**
zypper ref
(a) to accept the key
Install dropbox and the kde service menu
zypper in dropbox dropbox-servicemenu
Next do this in a normal user terminal:
dropbox start -i
This should start this:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop1.png
Then OK this and:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop2.png
Then:
http://dl.dropbox.com/u/10573557/Dropbox%20Install/drop3.png
That’s it. And the service menu should give you the context menu actions in konqueror and dolphin.
Hi to all,
for kde now exist the following project : KDropBox …
Browse KFilebox Files on SourceForge.net
Download rpm for opensuse
From menu run :
Kickoff –> Apps –> Internet –> Change Data –> KDropbox.
it’s very easy to install and for me work !
Bye Boymix81.
Any followers of this thread might want to know I updated it recently.
KEB64
December 6, 2011, 2:32am
5
Does this work for gnome in 12.1 yet?
On Tue, 06 Dec 2011 01:36:02 +0000, KEB64 wrote:
> Does this work for gnome in 12.1 yet?
It worked for me straight away.
Jim
–
Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C
KEB64:
Excellent. Thank you!
Remember you’ll prol need to logout or reboot to have the full functions in Nautilus (Copy Public URL)
Iam running 12.1gnome and dropbox installed and synched but now I cant open the dropbox desk top folder etc with the icon
caf4926
December 11, 2011, 7:42pm
11
Can’t open?
Could you elaborate a little
got it fixed! everythings cool now yay!!! thanks
garthkh
February 27, 2012, 9:01am
13
KEB64:
Excellent. Thank you!
Can I have something clarified?
I have followed this thread to it’s end having had the same error message …
gpgme.GpgmeError: (32, 176, ‘Not operational’)
I am then understanding from the thread that I need to uninstall python-gpgme before running
dropbox start -i
Whenever I try to uninstall python-gpgme it wants to also uninstall the dependencies
The following packages are going to be REMOVED:
dropbox nautilus-dropbox python-gpgme
I am obviously missing something. Please help.
garthkh
February 27, 2012, 11:06pm
15
Sounds easy, but …
linux-zfg9:/home/garth # uninstall python-gpgme
If ‘uninstall’ is not a typo you can use command-not-found to lookup the package that contains it, like this:
cnf uninstall
linux-zfg9:/home/garth # cnf uninstall
uninstall: command not found
linux-zfg9:/home/garth #
Why can’t I use the uninstall command?
When I have managed to uninstall python-gpgme do I just need to go back to the user terminal and run
dropbox start -i
caf4926
February 28, 2012, 4:29am
16
Please follow the guide from the beginning
Removal is not necessary. I have it installed.
FYI: to remove a package installed by the software manager or zypper
Use: zypper remove <packagename>
garthkh
February 28, 2012, 5:35am
17
caf4926:
Please follow the guide from the beginning
Removal is not necessary. I have it installed.
FYI: to remove a package installed by the software manager or zypper
Use: zypper remove <packagename>
I followed all the instructions as per this link …
Quote Originally Posted by caf4926 View Post
Yes
Articles are here:
http://forums.opensuse.org/content/3...box-gnome.html
and got the same errors.
I have re-run all the instructions again and still come to the same place - same errors
Retrieving: nautilus-dropbox-0.7.1-3.1.x86_64.rpm [done (12.6 KiB/s)]
Installing: python-gpgme-0.1-108.1.3 [done]
Installing: dropbox-0.7.1-3.1 [done]
Installing: nautilus-dropbox-0.7.1-3.1 [done]
GarthLinux:/home/garth # exit
exit
garth@GarthLinux:~> dropbox start -i
Starting Dropbox…Traceback (most recent call last):
File “/usr/bin/dropbox”, line 365, in handle_data_waiting
self.unpack_dropbox()
File “/usr/bin/dropbox”, line 375, in unpack_dropbox
name, i, total = one_member.next()
File “/usr/bin/dropbox”, line 267, in unpack
if not verify_signature(StringIO.StringIO(DROPBOX_PUBLIC_KEY), signature, self.local_file):
File “/usr/bin/dropbox”, line 200, in verify_signature
with gpgme_context([key_file]) as ctx:
File “/usr/lib64/python2.7/contextlib.py”, line 17, in enter
return self.gen.next()
File “/usr/bin/dropbox”, line 184, in gpgme_context
ctx = gpgme.Context()
gpgme.GpgmeError: (32, 176, ‘Not operational’)
What am I not getting right?
caf4926
February 28, 2012, 8:03am
18
What version of openSUSE?
Thing is I use kde, but it shouldn’t matter, the only difference is I use the kde integration not nautilus
What repos do you have
zypper lr -d
Be patient I’m busy today
garthkh
February 28, 2012, 11:04pm
19
caf4926:
What version of openSUSE?
Thing is I use kde, but it shouldn’t matter, the only difference is I use the kde integration not nautilus
What repos do you have
zypper lr -d
Be patient I’m busy today
I am using OpenSuse 12.1 64bit Gnome Desktop
My Repos are…
garth@GarthLinux:~> zypper lr -d
| Alias | Name | Enabled | Refresh | Priority | Type | URI | Service
—±-------------------------------------------±----------------------------------------------------±--------±--------±---------±-------±----------------------------------------------------------------------------------------------±-------
1 | Oracle_VirtualBox_openSUSE | Oracle VirtualBox openSUSE | Yes | Yes | 99 | rpm-md | Index of /virtualbox/rpm/opensuse/11.4/ |
2 | Updates-for-openSUSE-12.1-12.1-1.4 | Updates for openSUSE 12.1 12.1-1.4 | Yes | Yes | 99 | rpm-md | Index of /update/12.1 |
3 | download.opensuse.org-Apps | openSUSE BuildService - GNOME:Apps | Yes | Yes | 99 | rpm-md | Index of /repositories/GNOME:/Apps/openSUSE_12.1 |
4 | download.opensuse.org-Stable | openSUSE BuildService - LibreOffice | Yes | Yes | 99 | rpm-md | Index of /repositories/LibreOffice:/Stable/openSUSE_12.1 |
5 | download.opensuse.org-VirtualBox_backports | openSUSE BuildService - Virtualization (VirtualBox) | Yes | Yes | 99 | rpm-md | Index of /repositories/Virtualization:/VirtualBox_backports/openSUSE_12.1 |
6 | download.opensuse.org-games | openSUSE BuildService - Games | Yes | Yes | 99 | rpm-md | Index of /repositories/games/openSUSE_12.1 |
7 | download.opensuse.org-packages | openSUSE BuildService - Java:packages | Yes | Yes | 99 | rpm-md | Index of /repositories/Java:/packages/openSUSE_12.1 |
8 | dropbox | dropbox | Yes | Yes | 99 | rpm-md | Index of /repositories/network/openSUSE_12.1 |
9 | openSUSE-12.1-12.1-1.4 | openSUSE-12.1-12.1-1.4 | Yes | No | 99 | yast2 | cd:///?devices=/dev/disk/by-id/ata-TSSTcorp_CDDVDW_SH-222AB_R8FK6GBB305046,/dev/sr0 |
10 | packman.inode.at-suse | Packman Repository | Yes | Yes | 99 | rpm-md | Index of /suse/12.1/ |
11 | repo-debug | openSUSE-12.1-Debug | No | Yes | 99 | NONE | Index of /debug/distribution/12.1/repo/oss |
12 | repo-debug-update | openSUSE-12.1-Update-Debug | No | Yes | 99 | NONE | Index of /debug/update/12.1 |
13 | repo-non-oss | openSUSE-12.1-Non-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/12.1/repo/non-oss |
14 | repo-oss | openSUSE-12.1-Oss | Yes | Yes | 99 | yast2 | Index of /distribution/12.1/repo/oss |
15 | repo-source | openSUSE-12.1-Source | No | Yes | 99 | NONE | Index of /source/distribution/12.1/repo/oss |
garth@GarthLinux:~>
caf4926
February 29, 2012, 4:32am
20
I suggest you comment about it here
https://bugzilla.novell.com/show_bug.cgi?id=745257
(Use the same login as the forum)