After installing Dropbox I was happy to see that although the installer said it would be version 0.6.7, it actually installed Dropbox 1.1.0. This version includes the new application indicator. However, Ubuntu does not ship with an icon for this by default.
How can I replace the icon with a nice, monochrome icon set?
The new version of dropbox V1.0 and higher comes with a support for new application indicator. I downloaded this .deb file which automatically installs monochrome indicator icons for dropbox. Even if you update dropbox, the monochrome icons still remain unchanged.
You can download it by adding the following PPA to the repository through the command line (terminal) by typing,
You can refer to this tutorial for more details. Tutorial Link
If you do not want to go through the hassle of adding a PPA you can just download this .deb file, Click here to download the deb file
However please note that you will not receive further updates if you download this deb file instead of adding the PPA.
Hope this helps.
For ubuntu 10.x and Dropbox 1.x:
Unpack the set into a temporary directory and make sure it contains the following icons:
dropboxstatus-busy2.svg
dropboxstatus-busy.svg
dropboxstatus-idle.svg
dropboxstatus-logo.svg
dropboxstatus-x.svg
Find out which icon set you're using. Go to menu System -> Preferences -> Appearance. Click on your current theme then click "Customise..." and click on "Icons" tab. The highlighted icon theme is your current.
If you want to apply new icons to all users who use your theme.
If it does not already exist, create the icons directory:
(replace "your_icon_theme" with the name of your icon theme)
Stop Dropbox:
Copy the dropbox icon files into the created directory.
Update Gnome icon cache:
Start Dropbox:
Or, if you want the icons to be effective to you only.
If it does not already exist, create the local icons directory:
(replace "your_icon_theme" with the name of your icon theme)
Stop Dropbox:
Copy the dropbox icon files into the created directory.
Start Dropbox:
Read here for instructions on how to replace them, and you can look for icons here. I've linked to a list of icon sets here.
I have written a simple shell script to automatically replace the icons with a nice set of monochrome ones which I have found here.