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 164590 - Windows that DEMANDS_ATTENTION should appear in bold in the task switcher
Windows that DEMANDS_ATTENTION should appear in bold in the task switcher
Status: RESOLVED FIXED
Product: metacity
Classification: Other
Component: general
trunk
Other Linux
: High normal
: 2.10.x
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on:
Blocks:
 
 
Reported: 2005-01-19 14:33 UTC by Vincent Noel
Modified: 2005-01-20 16:41 UTC
See Also:
GNOME target: ---
GNOME version: 2.9/2.10


Attachments
patch to implement the feature (3.94 KB, patch)
2005-01-19 15:53 UTC, Vincent Noel
accepted-commit_now Details | Review

Description Vincent Noel 2005-01-19 14:33:00 UTC
Right now, windows that demand attention (eg a window that has opened in the
background) have their label appear in bold in the window selector and window
list applets. It would be nice if the same was done in the alt-tab task switcher
popup.
Comment 1 Elijah Newren 2005-01-19 15:26:15 UTC
It would also be nice if we could do something better than bold.  In particular,
Firefox uses bold to denote the currently active tab, which makes our use of
bold *really* confusing.  However, for the window list that's blocking on a
gtk_widget_flash() or some similar API, so for gnome-2.10 I agree that we should
do this for now.
Comment 2 Vincent Noel 2005-01-19 15:53:24 UTC
Created attachment 36248 [details] [review]
patch to implement the feature

Yeah, I agree that bold is not optimal. I remember a version of gaim where
windows with new messages were flashing their button (selected/normal) in the
window list applet, that worked wonders. It was a lot more noticeable than
bold. 

Still, bold is better than nothing at this point I guess, if only for
consistency with the applets...
Comment 3 Rob Adams 2005-01-19 16:01:31 UTC
Yea I kinda wanted to do flashing also, but I implemented the bold following a
discussion with a bunch of gtk hackers that basically boiled down to "there's no
way to make the window list flash like that" because of different theme engines.
Comment 4 Elijah Newren 2005-01-19 16:21:13 UTC
Yeah, I even went and filed bug 150594 about making it possible to flash a
button and make it work for all theme engines; Owen commented and went so far as
to say that he didn't even think it would be useful (despite the cases we gave
for which we wanted to use it).  :-(
Comment 5 Vincent Noel 2005-01-19 16:36:56 UTC
In the meantime, what do you think about the patch ? :-)
Comment 6 Elijah Newren 2005-01-19 16:58:27 UTC
Looks sane to me, but I can't approve or reject patches, so I didn't comment. 
I'll make all the relevant triaging changes, though.  (Someone kick me if I'm
not supposed to set the target milestone like this...)
Comment 7 Havoc Pennington 2005-01-20 13:48:51 UTC
Comment on attachment 36248 [details] [review]
patch to implement the feature

Looks fine to me.
Comment 8 Vincent Noel 2005-01-20 16:41:43 UTC
Committed. Thanks.