After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 335327 - Switching icon themes, trashapplet doesn't change icon
Switching icon themes, trashapplet doesn't change icon
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: trash applet
2.14.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 340678 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-21 08:42 UTC by Sebastien Bacher
Modified: 2010-01-24 01:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add the signal listener for theme changes (1.73 KB, patch)
2007-02-04 02:39 UTC, Jesse Stockall
none Details | Review

Description Sebastien Bacher 2006-03-21 08:42:58 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/ubuntu-artwork/+bug/35687

"see topic, gnome-applet version 2.14.0-0ubuntu4
...
I can confirm this.

Steps to reproduce:
1. Start GNOME.
2. Go to System -> Preferences -> Theme.
3. Scroll down and ensure the Human Theme is selected.
4. In a terminal type "killall trashapplet"
5. When the warning appears press Reload.
6. Focus the Theme Preferences window.
7. Click on the Theme Details button.
8. Choose the Icons tab and select GNOME from the list.

Expected results:
Icons in GNOME to change to match the new theme.

Actual results:
Many programs do change their icons (e.g. Network Monitor) but trashapplet's icons do not change until it is killed off and restarted."
Comment 1 Daniel Holbach 2006-06-09 09:02:54 UTC
Confirmed as of https://launchpad.net/distros/ubuntu/+source/gnome-applets/+bug/49085
Comment 2 Danielle Madeley 2006-08-07 05:48:07 UTC
*** Bug 340678 has been marked as a duplicate of this bug. ***
Comment 3 Jesse Stockall 2007-02-04 02:39:41 UTC
Created attachment 81847 [details] [review]
Patch to add the signal listener for theme changes

The trash applet is not listening for theme changes.

Simple fix to connect theme changes to trash_applet_update()
Comment 4 Danielle Madeley 2007-02-04 05:09:09 UTC
2007-02-04  Davyd Madeley  <davyd@madeley.id.au>

        * src/trash-applet.c: Listen for theme changes. Fixes #335327.
          Patch from Jesse Stockall <jesse@cleverone.org>.

Thanks.