Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 106673 - start menu icon fuzzy
Summary: start menu icon fuzzy
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: gnome-panel
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Mark McLoughlin
QA Contact:
URL:
Whiteboard:
: 106521 (view as bug list)
Depends On:
Blocks: CambridgeBlocker
TreeView+ depends on / blocked
 
Reported: 2003-10-09 13:58 UTC by Alexander Larsson
Modified: 2007-11-30 22:10 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-02-27 07:26:53 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

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.



Note You need to log in before you can comment on or make changes to this bug.