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 137353 - need High Contrast a11y icon
need High Contrast a11y icon
Status: RESOLVED FIXED
Product: gnome-calculator
Classification: Core
Component: general
unspecified
Other Linux
: High normal
: ---
Assigned To: Rich Burridge
Rich Burridge
AP2
Depends on:
Blocks:
 
 
Reported: 2004-03-16 13:10 UTC by david.hawthorne
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to rename gcalctool app icon, making accessible themes work again... (5.83 KB, patch)
2004-03-18 16:38 UTC, Calum Benson
none Details | Review
Third attempt... can you tell I haven't done this for a while? :) (6.29 KB, patch)
2004-03-18 16:51 UTC, Calum Benson
none Details | Review

Description david.hawthorne 2004-03-16 13:10:55 UTC
There is currently no functional High Contrast icon for accessibility.
Using the standard 'Accessories' menu and a High Contrast theme, this is
clearly evident.

There is a need for an icon to be work with 
- High Contrast theme
- High Contrast Inverse theme
- Low Contrast theme
- Low Contrast Inverse theme
Comment 1 Calum Benson 2004-03-18 16:13:46 UTC
Patch to follow shortly...
Comment 2 Calum Benson 2004-03-18 16:16:28 UTC
This patch modifies the gcalctool .desktop file to use the same
accessible icons as gcalc used to.

Index: gcalctool.desktop.in
===================================================================
RCS file: /cvs/gnome/gcalctool/gcalctool.desktop.in,v
retrieving revision 1.2
diff -u -r1.2 gcalctool.desktop.in
--- gcalctool.desktop.in        27 Dec 2003 16:09:34 -0000      1.2
+++ gcalctool.desktop.in        18 Mar 2004 16:14:37 -0000
@@ -3,7 +3,7 @@
 _Name=Calculator
 _Comment=Perform calculations
 Exec=gcalctool
-Icon=gcalctool.png
+Icon=gnome-calc3.png
 Terminal=false
 Type=Application
 StartupNotify=true
Comment 3 Calum Benson 2004-03-18 16:31:17 UTC
Oops, forgot the bit that changed the icon filename, revised patch
incoming...
Comment 4 Calum Benson 2004-03-18 16:38:20 UTC
Created attachment 25773 [details] [review]
Patch to rename gcalctool app icon, making accessible themes work again...
Comment 5 Calum Benson 2004-03-18 16:41:23 UTC
*sigh* forgot to change the Makefile as well...
Comment 6 Calum Benson 2004-03-18 16:51:41 UTC
Created attachment 25774 [details] [review]
Third attempt... can you tell I haven't done this for a while? :)
Comment 7 Calum Benson 2004-03-19 13:25:58 UTC
Scrub that patch, I decided just to add accessible versions of
gcalctool.png to gnome-themes instead.