How to fix missing Dropbox tray icon?
I have Ubuntu 12.04 and today when I started my laptop I saw that the Dropbox icon is missing from the top panel and I don't know how can I get it back.
Solution 1:
This will work for versions 12.04 and above in case after installing Dropbox from their site using the DEB package, the icon does not show in Unity.
-
Remove Dropbox if already installed
sudo apt-get remove dropbox
-
Install the nautilus-dropbox package
sudo apt-get install nautilus-dropbox
-
In the case the steps above still do not work do the following (This package should already be installed but just in case):
sudo apt-get install libappindicator1
You will now need to restart Nautilus. You can either logout and then login or simply Reboot the PC.
The end result should be something like:
Tested on 12.04, 12.10, 13.04 and 13.10.
Solution 2:
Try this:
dropbox stop && dbus-launch dropbox start
References:
- Dropbox trayicon is missing in KDE
- Dropbox icon is not working Xubuntu 14.04 LTS 64
- Tray icon not responding linux mint 17.3
- Dropbox icon not working on Xubuntu 14.04 or Ubuntu MATE 16.04
Solution 3:
There is a package that solves all these issues. First, remove the currently installed package, and then install the caja-dropbox package:
sudo apt purge *dropbox* && sudo apt install caja-dropbox
Then link and do all the required chores.