Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: Dropbox icon is grey

  1. #1
    Join Date
    Apr 2008
    Beans
    48
    Distro
    Ubuntu 13.04 Raring Ringtail

    Dropbox icon is grey

    My dropbox tray icon is grey, I need help making it as it's supposed to be - blue.
    It's not a big problem, but it's driving me crazy.
    Attached Images Attached Images

  2. #2
    Join Date
    May 2007
    Location
    Leeds, UK
    Beans
    1,675
    Distro
    Ubuntu

    Re: Dropbox icon is grey

    It's supposed to be grey, to match the other indicator icons.

  3. #3
    Join Date
    Apr 2008
    Beans
    48
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Dropbox icon is grey

    Even if it's true, it looks awful. There should be some way to change it.

  4. #4
    Join Date
    May 2007
    Location
    Leeds, UK
    Beans
    1,675
    Distro
    Ubuntu

    Re: Dropbox icon is grey

    I don't know if this helps ...

    http://www.omgubuntu.co.uk/2010/05/d...ble-tray-icon/

    Those downloads should have the old blue icons. The grey ones should be coming from /usr/share/icons/ubuntu-mono-* but I don't really know the correct procedure for replacing them.

  5. #5
    Join Date
    Mar 2009
    Beans
    9

    Re: Dropbox icon is grey

    This is a hack that works for me...

    Code:
    sudo mv /usr/share/icons/ubuntu-mono-dark/apps/22/dropboxstatus-idle.svg /usr/share/icons/ubuntu-mono-dark/apps/22/dropboxstatus-idle.svg-DISABLED
    sudo cp ~/.dropbox-dist/icons/hicolor/16x16/status/dropboxstatus-idle.png /usr/share/icons/ubuntu-mono-dark/apps/22/dropboxstatus-idle.png
    sudo update-icon-caches /usr/share/icons/ubuntu-mono-dark /usr/share/icons/ubuntu-mono-light
    dropbox stop
    dropbox start
    It'll break again when the "ubuntu-mono" package is updated.

    Alan

  6. #6
    Join Date
    Mar 2009
    Beans
    9

    Re: Dropbox icon is grey

    Oooh, a better solution...

    Code:
    cd /usr/share/icons/ubuntu-mono-dark/apps
    sudo mkdir 22/UNUSED
    sudo mv 22/dropbox-* 22/UNUSED/
    sudo mkdir 24/UNUSED
    sudo mv 24/dropbox-* 24/UNUSED/
    sudo update-icon-caches /usr/share/icons/ubuntu-mono-dark
    dropbox stop
    dropbox start
    Then the indicator applet will not find the mono-colored icons, and instead, it will ask the dropbox app to provide icons for it. Those are stored in ~/.dropbox-dist/icons .

    Alan

  7. #7
    Join Date
    Apr 2008
    Beans
    48
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Dropbox icon is grey

    Quote Originally Posted by AlanPorter View Post
    This is a hack that works for me...

    Code:
    sudo mv /usr/share/icons/ubuntu-mono-dark/apps/22/dropboxstatus-idle.svg /usr/share/icons/ubuntu-mono-dark/apps/22/dropboxstatus-idle.svg-DISABLED
    sudo cp ~/.dropbox-dist/icons/hicolor/16x16/status/dropboxstatus-idle.png /usr/share/icons/ubuntu-mono-dark/apps/22/dropboxstatus-idle.png
    sudo update-icon-caches /usr/share/icons/ubuntu-mono-dark /usr/share/icons/ubuntu-mono-light
    dropbox stop
    dropbox start
    It'll break again when the "ubuntu-mono" package is updated.

    Alan
    I'll use this, maybe after update it will look better. At least of the same color as the others.

  8. #8
    Join Date
    Aug 2010
    Beans
    1

    Re: Dropbox icon is grey

    Slight typo in the above advice. It should read:

    sudo mv 22/dropboxstatus-* 22/UNUSED/

    and

    sudo mv 24/dropboxstatus-* 24/UNUSED/


    Instead of

    sudo mv 22/dropbox-* 22/UNUSED/

    sudo mv 24/dropbox-* 24/UNUSED/
    Thanks for the tip. I missed the Dropbox tick and now it's back.

  9. #9
    Join Date
    May 2011
    Beans
    4

    Wink Re: Dropbox icon is grey

    Quote Originally Posted by AlanPorter View Post
    Oooh, a better solution...

    Code:
    cd /usr/share/icons/ubuntu-mono-dark/apps
    sudo mkdir 22/UNUSED
    sudo mv 22/dropboxstatus-* 22/UNUSED/
    sudo mkdir 24/UNUSED
    sudo mv 24/dropboxstatus-* 24/UNUSED/
    sudo update-icon-caches /usr/share/icons/ubuntu-mono-dark
    dropbox stop
    dropbox start
    Then the indicator applet will not find the mono-colored icons, and instead, it will ask the dropbox app to provide icons for it. Those are stored in ~/.dropbox-dist/icons .

    Alan

    Thanks Alan. It works as a charm. (just correcting a typo).

    Beco.

  10. #10
    hakermania's Avatar
    hakermania is offline Τώρα ξέρεις τι γράφω εδώ!
    Join Date
    Aug 2009
    Location
    Greece
    Beans
    1,705
    Distro
    Ubuntu Development Release

    Re: Dropbox icon is grey

    I was also questioned about this, thanks!

Page 1 of 2 12 LastLast

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •