dropbox-error

trying to get dropbox on opensuse, i have followed this tut: Swerdna’s Linux & openSUSE Musings: Install Dropbox in openSUSE 12.2 KDE installation whent fine but now i can not open the dropboxfolder, any suggestions?
this is what i get in terminal:

drum@linux-myl1:~> dropbox start -i
Starting Dropbox…Traceback (most recent call last):
File “/usr/bin/dropbox”, line 359, in handle_data_waiting
progress, status = self.one_chunk.next()
File “/usr/bin/dropbox”, line 211, in download_file_chunk
buf.write(chunk)
File “/usr/lib64/python2.7/StringIO.py”, line 213, in write
_complain_ifclosed(self.closed)
File “/usr/lib64/python2.7/StringIO.py”, line 40, in _complain_ifclosed
raise ValueError, “I/O operation on closed file”
ValueError: I/O operation on closed file

Follow this
https://forums.opensuse.org/content/37-re-how-install-dropbox-kde.html

followed this now i’m get this:

Unable to set user_xattr in /etc/fstab. Please do so manually.

This doesn’t happen for me
Could be something related to your attempt

Look for hidden folders:

.dropbox and .dropbox-dist

delete them and try again

(I have seen this request in debian based distros such as Mint) Never had it in openSUSE

Sorry to say so but i am totally new to openSUSE, when i right-click on the dropboxmap to delete i have a message that says: Toegang tot /home/drum/.local/share/Trash/files/Dropbox geweigerd. it means i have no acces?

The folders I mean are in your /home/username*

Is that where you are looking?

yes, how i can vieuw hidden folders, it seems that the combination of ctrl+H not working in opensuse as in debian.
Is there a terminalcommand to delete dropbox?

i have found the way to show the hidden folders now have delete .dropbox and .dropbox-dist, gonna try new install right now

same result :frowning: dropbox not working, it’s the only thing i seems to have trouble with on my first day with openSUSE even radiotray works like hellrotfl!

Shortcut in kde is Alt+.

Is your /home new/formatted? Or was it used with another distro?

/=ssd and /home=hdd, both formatted this morning before there was ubuntu 12.10 on it

Create a new user and try in that

with a new user the same, also have delete dropbox through Yast and followed again your guide but with the same result and the same errors.

Here is a screen of my repo’s, is that alright?
http://img526.imageshack.us/img526/9065/schermafdruk1y.png

As far as I can tell - yes

rpm -qa | grep dropbox

I see

dropbox-servicemenu-0.16.1-2.1.noarch
dropbox-1.4.0-1.1.x86_64

In 12.2 _64 KDE

Using dropbox or kfilebox doesn’t give any of these errors.

BTW, I’d like to see the permissions of the shared folder, can you post the output of

ls -ld /COMPLETE_PATH_TO/SHARED_FOLDER

where COMPLETE_PATH_TO and SHARED_FOLDER are separated by a “/” and COMPLETE_PATH_TO means .for example /home/drum and SHARED_FOLDER the name of the dropbox share.

ls -ld /home/drum/dropbox gives nothing, it says no access map don’t excist

And that’s the folder you configured? Mind, linux is case-sensitive, so Dropbox is not the same as dropbox.

To be honest, I don’t understand what you’re doing. IIRC I did nothing more than start dropbox, an icon came up in the system tray, I told configured it with path /home/knurpht/Dropbox , user credentials and that was it.

I had the same problem the first time I followed that tutorial… The reason for my problem was that I forgot to logout as root after the installation was complete… So the start command was run as root… This caused the dropbox folder to have root permissions! My advice: Remove the dropbox folder and run the start command as your normal user. One way of doing this, my personal preference, is by opening Dolphin as superuser.

Start krunner by pressing alt+F2 and entering the following:

kdesu dolphin

Now you can remove the dropbox folder like you normally would. Be sure not to do anything else as you are now a superuser and can do a lot of damage easily.

Now open up a terminal and enter the start command for dropbox:

dropbox start -i

That should restart dropbox the correct way.

tnx. Dexter1979 this has solved the problem.