I installed Dropbox in Lubuntu. It works perfectly, but panel icon is not shown, because Nautilus is not default file-manager in Lubuntu.
I've been searching for several forum pages at Askubuntu, Ubuntuforums and ArchLinux Forums. They doesn't work entirely in Lubuntu. The best I got is this icon, that is shown in this image,
but it doesn't work at all.
So I ask: Is there any solution for Dropbox Panel Icon in Lubuntu?
I worked on a solution for this. If I run these commands:
Dropbox icon will work like a charm, as image below:
So I saved a bash script as
/opt/dropbox-start.sh
Boring is having to open a terminal to execute it. If I put in
~/.profile
, it locks lxsession startup. Changing the Exec line in~/.config/autostart/dropbox
launcher, doesn't work, because this launcher is a copy from/usr/share/applications/dropbox.desktop
and it will be replaced by this one at system startup.So I decided to change Exec line directly in
/usr/share/applications/dropbox.desktop
launcher, as it follows:This solution works even if there are several accounts in the computer, because the change was not saved in
$HOME
folder. To assure dropbox will autostart, check atif Dropbox is checked as shown below: