SliTaz SliTaz Forum

You are not logged in.

#1 2015-02-07 04:13:57

Redcap
Member
Registered: 2015-02-06
Posts: 2

Help with Dropbox in Slitaz 5.0

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

#2 2015-02-07 07:29:08

mojo
Administrator
Registered: 2011-03-29
Posts: 2,173

Re: Help with Dropbox in Slitaz 5.0

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

#3 2015-02-07 15:12:21

Redcap
Member
Registered: 2015-02-06
Posts: 2

Re: Help with Dropbox in Slitaz 5.0

Thanks, it worked!

Offline

#4 2018-02-09 10:02:46

stroudmw
Member
Registered: 2018-01-11
Posts: 16

Re: Help with Dropbox in Slitaz 5.0

Thanks for that!

Offline

Registered users online in this topic: 0, guests: 1
[Bot] ClaudeBot

Board footer

Powered by FluxBB
Modified by Visman

[ Generated in 0.018 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]