GNOME Bugzilla – Bug 406958
bug-buddy needs a new icon
Last modified: 2008-07-27 00:29:11 UTC
Please describe the problem: This is not a cosmetic problem in meaning to misspelling nor wrong translation, it concerns here rather a graphic/optical bug. Many others and i think the icon is simply out of date, so i draw a new one to make it more suitably. So if you like it, catch it :) http://www.eska-art.de/uploads/bug-buddy.tar.gz Steps to reproduce: Just run bug-buddy. Actual results: I think the icon is out of date. Expected results: A newer icon. Does this happen every time? No, only if i have to use bug-buddy. Other information:
Created attachment 82366 [details] new icon for bug-buddy Follow the link for a preview of the icon: http://www.eska-art.de/uploads/bug-buddy-family.png
Created attachment 82506 [details] bug-buddy icon orange version Orange version of the bug-buddy icon.
Created attachment 83263 [details] High-contrast version Here is the high-contrast version. Luca: Want to add it to the hc-theme or have the app install it?
Created attachment 96808 [details] bug-buddy icon, orange version, better directory layout
Created attachment 96812 [details] Icons + Makefile Move icons/ to the bug-buddy tree and remove pixmaps/
Created attachment 96813 [details] [review] Patch Build system integration for icons/ @Bug-Buddy Maintainer: think about creating data/ and move icons/ to data/. The data/ dir could also hold things like the .desktop file.
There's still the old bug-buddy icon hard-coded in src/bug-buddy.gtkbuilder, but I don't know gtkbuilder... is it possible to use icons from hicolor here?
Status?
*** Bug 393857 has been marked as a duplicate of this bug. ***
This is fixed now in trunk, thanks to everyone for the new icons! 2008-07-26 Cosimo Cecchi <cosimoc@gnome.org> * Makefile.am: * autogen.sh: * configure.in: * data/*: * src/*.in: * src/bug-buddy.gtkbuilder: * src/bug-buddy.c: * src/bugzilla.c: * src/Makefile.am: * src/libglade-buddy.h * pixmaps/*: * m4/: * gentool/*: Rearranged the code tree into a more coherent fashion. Added data/ to hold icons, XML and .in files, added m4/ to hold macro files. Change the icon to a new Tango one, thanks to Andreas Nilsson, Michael Monreal and Sebastian Kraft (#406958). Fixed bits of autogen.sh, configure.in and Makefile.am to get rid of old stuff and fix some warnings. Remove some useless includes and obsolete libglade-buddy.h file.