Bug 106673

Summary: start menu icon fuzzy
Product: [Fedora] Fedora Reporter: Alexander Larsson <alexl>
Component: gnome-panelAssignee: Mark McLoughlin <markmc>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: kth, leonard-rh-bugzilla, otaylor
Target Milestone: ---Keywords: Triaged
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-27 07:26:53 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 100643    

Description Alexander Larsson 2003-10-09 13:58:35 UTC
The red hat icon on the panel looks like a small icon scaled up.

Comment 1 Alexander Larsson 2003-10-09 14:32:36 UTC
This happens to drawer icons too. It seems the panel handles icon themes in a
quite busted way. It gets a 24x24 (PANEL_DEFAULT_MENU_ICON_SIZE) icon from the
icon theme, then registers that with the gtk stock system (in only that size).
Then buttons render with:
 button->pixbuf = gtk_widget_render_icon (
					GTK_WIDGET (button),
					button->stock_id,
					(GtkIconSize) -1,
					NULL);
which is then scaled to the right size.

Since we now have 24x24 icons as well as 48x48 ones we get the 24x24 icons
scaled to 48x48 in size 48 panels.



Comment 2 Bill Nottingham 2003-10-09 18:29:45 UTC
This is reported in a couple other places, might want to find them and dup them
here.

Comment 3 Bill Nottingham 2003-10-09 18:31:23 UTC
*** Bug 106521 has been marked as a duplicate of this bug. ***

Comment 4 Bill Nottingham 2003-10-21 19:56:05 UTC
I think this is fixed in current panels, please confirm.

Comment 5 Kai Thomsen 2003-10-21 20:30:40 UTC
Fedora icon looks o.k., but drawer icon and most action icons (see bug 106521) 
are fuzzy. Tested with a fresh user account on FC test3 updated via Rawhide.

Comment 6 Owen Taylor 2003-10-21 20:49:46 UTC
The red hat was a gnome-panel bug fixed in gnome-panel-2.4.0-2

The other icons are problems with the Bluecurve icon theme ... right
now it's providing all themed icons at only 24 pixels.


Comment 7 Leonard den Ottolander 2004-02-26 13:13:57 UTC
Can be closed CURRENTRELEASE as it is no issue with FC1 anymore.