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 343698 - make the muine trayicon transparent.
make the muine trayicon transparent.
Status: RESOLVED FIXED
Product: muine
Classification: Other
Component: general
trunk
Other All
: Normal normal
: ---
Assigned To: Wouter Bolsterlee (uws)
Muine Maintainers
: 325071 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-06-02 17:07 UTC by Allison Karlitskaya (desrt)
Modified: 2006-11-13 21:50 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch. (2.96 KB, patch)
2006-06-02 17:08 UTC, Allison Karlitskaya (desrt)
none Details | Review
Port from Banshee trayicon code (16.54 KB, patch)
2006-11-13 21:45 UTC, Wouter Bolsterlee (uws)
none Details | Review
Remove old file as well (30.39 KB, patch)
2006-11-13 21:49 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Allison Karlitskaya (desrt) 2006-06-02 17:07:34 UTC
here's a patch that's been in dapper for the past little while.  it makes the tray see-through.
Comment 1 Allison Karlitskaya (desrt) 2006-06-02 17:08:33 UTC
Created attachment 66666 [details] [review]
the patch.
Comment 2 Wouter Bolsterlee (uws) 2006-09-29 16:08:23 UTC
Crispin Flowerday in bug #325071:

When you left click the tray icon, a menu appears, and the icon is shaded in a
grey colour for me (clearlooks theme). Ideally the highlight colour would be
the same as that when left clicking on a menu (blue in clearlooks)
Comment 3 Wouter Bolsterlee (uws) 2006-09-29 16:08:42 UTC
*** Bug 325071 has been marked as a duplicate of this bug. ***
Comment 4 Wouter Bolsterlee (uws) 2006-11-13 21:45:55 UTC
Created attachment 76525 [details] [review]
Port from Banshee trayicon code

Seems to fix all issues re. transparency.
Comment 5 Wouter Bolsterlee (uws) 2006-11-13 21:49:36 UTC
Created attachment 76527 [details] [review]
Remove old file as well

Almost the same as the previous patch
Comment 6 Wouter Bolsterlee (uws) 2006-11-13 21:50:30 UTC
2006-11-13  Wouter Bolsterlee  <wbolster@cvs.gnome.org>

    * plugins/Makefile.am:
    * plugins/NotificationArea.cs:
    * plugins/TrayIcon.cs:

    Ported (copy/pasted) trayicon code from Banshee. It
    seems newer and contains the previous muine-specific
    patches to the trayicon code. Amongst possible other
    things, this makes the muine trayicon transparent. Fixes
    bug #343698.