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 406958 - bug-buddy needs a new icon
bug-buddy needs a new icon
Status: RESOLVED FIXED
Product: bug-buddy
Classification: Deprecated
Component: general
unspecified
Other All
: Normal trivial
: ---
Assigned To: Bug-buddy Maintainers
Bug-buddy Maintainers
: 393857 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2007-02-12 05:36 UTC by Sebastian Kraft
Modified: 2008-07-27 00:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
new icon for bug-buddy (28.46 KB, application/x-compressed-tar)
2007-02-12 05:40 UTC, Sebastian Kraft
  Details
bug-buddy icon orange version (29.82 KB, application/x-compressed-tar)
2007-02-14 01:27 UTC, Sebastian Kraft
  Details
High-contrast version (7.41 KB, image/svg+xml)
2007-02-24 18:21 UTC, Andreas Nilsson
  Details
bug-buddy icon, orange version, better directory layout (30.70 KB, application/x-gzip)
2007-10-07 10:12 UTC, Andreas Nilsson
  Details
Icons + Makefile (28.69 KB, application/x-bzip)
2007-10-07 10:57 UTC, Michael Monreal
  Details
Patch (755 bytes, patch)
2007-10-07 10:59 UTC, Michael Monreal
none Details | Review

Description Sebastian Kraft 2007-02-12 05:36:21 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:
Comment 1 Sebastian Kraft 2007-02-12 05:40:48 UTC
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
Comment 2 Sebastian Kraft 2007-02-14 01:27:52 UTC
Created attachment 82506 [details]
bug-buddy icon orange version

Orange version of the bug-buddy icon.
Comment 3 Andreas Nilsson 2007-02-24 18:21:00 UTC
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?
Comment 4 Andreas Nilsson 2007-10-07 10:12:14 UTC
Created attachment 96808 [details]
bug-buddy icon, orange version, better directory layout
Comment 5 Michael Monreal 2007-10-07 10:57:04 UTC
Created attachment 96812 [details]
Icons + Makefile

Move icons/ to the bug-buddy tree and remove pixmaps/
Comment 6 Michael Monreal 2007-10-07 10:59:18 UTC
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.
Comment 7 Michael Monreal 2007-10-07 11:26:38 UTC
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?
Comment 8 João Matos 2008-02-13 02:41:49 UTC
Status?
Comment 9 Pavel Šefránek 2008-03-09 13:31:51 UTC
*** Bug 393857 has been marked as a duplicate of this bug. ***
Comment 10 Cosimo Cecchi 2008-07-27 00:29:11 UTC
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.