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 129397 - gcalctool should use gnome-icon-theme
gcalctool should use gnome-icon-theme
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other Linux
: Normal trivial
: ---
Assigned To: Rich Burridge
Rich Burridge
Depends on:
Blocks:
 
 
Reported: 2003-12-15 19:48 UTC by Michael Terry
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Proposed patch (2.50 KB, patch)
2003-12-15 19:49 UTC, Michael Terry
none Details | Review

Description Michael Terry 2003-12-15 19:48:25 UTC
gcalctool should use the gnome-icon-theme icon instead of a built-in one. 
Attached is a patch to do so.  With this patch, the
gcalctool/gcalctool/gcalctool.png image can be CVS removed, as it is no
longer needed.
Comment 1 Michael Terry 2003-12-15 19:49:29 UTC
Created attachment 22469 [details] [review]
Proposed patch
Comment 2 Rich Burridge 2003-12-16 22:13:26 UTC
Yes it should (and thanks for the patch), but if
I check this in now, it will create a dependancy 
on the latest tk+ which I'm not prepared to do at
the moment. Hopefully soon though.
Comment 3 Alex Duggan 2003-12-21 02:01:29 UTC
adding PATCH keyword
Comment 4 Rich Burridge 2004-05-21 17:17:43 UTC
Hi Michael, I just tried applying your patch and am getting
the following error at build time:

...
gmake[3]: Nothing to be done for `all-am'.
gmake[3]: Leaving directory `/net/stard/space/richb/gnome-2.4/gcalctool/help'
gmake[2]: Leaving directory `/net/stard/space/richb/gnome-2.4/gcalctool/help'
gmake[2]: Entering directory `/net/stard/space/richb/gnome-2.4/gcalctool'
gmake[2]: *** No rule to make target `gcalctool.desktop', needed by `all-am'.  Stop.
gmake[2]: Leaving directory `/net/stard/space/richb/gnome-2.4/gcalctool'
gmake[1]: *** [all-recursive] Error 1
...

Is there some change needed to the top-level Makefile.am to fix
this problem?
Comment 5 Michael Terry 2004-05-22 02:00:34 UTC
Hmm..  Just tried it over here and it worked for me.  I would be very surprised
if this is due to my patch, because I don't change how gcalctool.desktop is
handled by the toplevel Makefile.am.  I only change what icon
gcalctool.desktop.in uses.
Comment 6 Rich Burridge 2004-05-22 14:23:15 UTC
Yeah, I think you're right. I suspect I haven't got a proper GNOME 2.6
build environment setup on my Solaris box at work. Okay, thanks for
looking into it. I'll go ahead and commit the patch.
Comment 7 Rich Burridge 2004-05-23 13:09:18 UTC
Changes checked into CVS HEAD. Version number in
configure.in bumped to 4.4.6. Thanks!