GNOME Bugzilla – Bug 137353
need High Contrast a11y icon
Last modified: 2004-12-22 21:47:04 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
Patch to follow shortly...
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
Oops, forgot the bit that changed the icon filename, revised patch incoming...
Created attachment 25773 [details] [review] Patch to rename gcalctool app icon, making accessible themes work again...
*sigh* forgot to change the Makefile as well...
Created attachment 25774 [details] [review] Third attempt... can you tell I haven't done this for a while? :)
Scrub that patch, I decided just to add accessible versions of gcalctool.png to gnome-themes instead.