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 140312 - The <normal color="#000000"> attribute doesn't work with "userlist"
The <normal color="#000000"> attribute doesn't work with "userlist"
Status: RESOLVED FIXED
Product: gdm
Classification: Core
Component: general
2.6.0.x
Other Linux
: Normal normal
: ---
Assigned To: GDM maintainers
GDM maintainers
: 122518 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2004-04-16 23:42 UTC by Harshwardhan Nagaonkar
Modified: 2005-04-16 00:21 UTC
See Also:
GNOME target: ---
GNOME version: 2.5/2.6



Description Harshwardhan Nagaonkar 2004-04-16 23:42:05 UTC
Here is a code snippet that doesn't work properly:
==========================
 <item type="list" id="userlist">
	<normal color="#000000" alpha="0.5"/>
	<pos x="50%" y="35%" height="15%" width="35%" />
 </item>
===========================

According to the documentation at
http://www.5z.com/jirka/gdm-documentation/x1178.html ;
the color of the element should change to whatever I specify in the <normal>
tag. However, it stays white even after changing the 'color' attribute or trying
to use 'alpha' to get around it.

This might be related to bug #122518
http://bugs.gnome.org/show_bug.cgi?id=122518

I know that userlist is a fairly new feature, so if there is a new way to
specify the colour, please let me know.

Thanks,
Comment 1 Kjartan Maraas 2005-01-12 11:54:23 UTC
Has this changed in later releases?
Comment 2 Harshwardhan Nagaonkar 2005-01-17 18:04:40 UTC
Nope, the background of the userlist stays white even after you specify another
color (or try to use any "alpha"/translucency attribute). 

I tested it on gdm 2.6.0.0 (distributed with SUSE 9.2) and the problem is still
there. 

Hope that helps, let me know if you need any additional information.

--
Harsh
Comment 3 Brian Cameron 2005-03-19 01:50:04 UTC
*** Bug 122518 has been marked as a duplicate of this bug. ***
Comment 4 Brian Cameron 2005-04-16 00:21:52 UTC
I've added a new node to the configuration file called "color" which can be used
with type listitem.  It allows you to define iconcolor and labelcolor so that
the icons and labels can have different background colors (useful for
transparent images).  It made sense to define a new node since the color
attributes of this widget are different than the ones for other widgets (active,
prelight, etc.).

Fixed in CVS head.