Bug 202340

Summary: gnomebaker icon won't theme
Product: [Fedora] Fedora Reporter: Jeff Moe (jebba) <moe>
Component: gnomebakerAssignee: Brian Pepple <bdpepple>
Status: CLOSED NEXTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 5CC: extras-qa
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-08-30 23:54:17 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:

Description Jeff Moe (jebba) 2006-08-13 03:45:37 UTC
The icon in the menu does not change when the theme is changed. This
is true even if the theme has an icon of the correct name.

The cause of this is that in
/usr/share/applications/fedora-gnomebaker.desktop
the Icon= line has the absolute path to the icon instead of just the
icon name.

It has:
Icon=/usr/share/gnomebaker/gnomebaker-48.png

When it should have:
Icon=gnomebaker-48.png

Comment 1 Brian Pepple 2006-08-13 04:37:33 UTC
To correct this will take more work than just modifing the desktop file, since
the icons aren't installed in the '$(datadir)/icons/hicolor/' directory to make
use of the gtk-icon-cache.  Also, some of the src files will need to be
modified, since the current icon paths are hardcoded.  Some of the steps
involved to fix this are documented here:

http://live.gnome.org/GnomeGoals/AppIcon

I'll work up a patch for upstream when I get some free time, but I'm not going
to be backporting a patch to 0.5.1.





Comment 2 Brian Pepple 2006-08-30 23:54:17 UTC
Looks like my initial patch has been applied upstream.  I'm not going to be
backporting these changes to FC5, but it sounds like Bid should be doing a new
release for GnomeBaker soon, and should make it into FC6 eventually.

https://sourceforge.net/tracker/?func=detail&atid=708501&aid=1540113&group_id=127397