You are not logged in.
Pages: 1
Hello! I have Slitaz 5.0 on a Dell inspiron B120, Intel Celeron M 1.40 Ghz. Slitaz works great, the old laptop runs like new. I installed dropbox with tazpkg, and now have the icon in the start menu/internet, but nothing happens when I click it. When I type "dropboxd" in the terminal I get:
/usr/bin/dropboxd: exec: line 3: /usr/lib/dropbox/dropbox: not found
Anything I can do?
Offline
Open terminal login root passwd: root
[c]leafpad /usr/lib/dropbox/dropboxd[/c]
Change
#!/bin/sh
PAR=/usr/lib/dropbox
LD_LIBRARY_PATH=$PAR:$LD_LIBRARY_PATH exec $PAR/dropbox $@
to
#!/bin/sh
[c]PAR=/usr/lib/dropbox[/c]/dropbox-lnx.x86-3.2.3
[c]LD_LIBRARY_PATH=$PAR:$LD_LIBRARY_PATH exec $PAR/dropbox[/c]d [c]$@[/c]
Save/Exit
Offline
Thanks, it worked!
Offline
Thanks for that!
Offline
Pages: 1
[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]