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 357930 - Orca icon in launch menu is not compliant with gnome theme settings.
Orca icon in launch menu is not compliant with gnome theme settings.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: general
1.0.x
Other All
: Normal normal
: ---
Assigned To: Willie Walker
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-27 08:28 UTC by Tim Miao
Modified: 2007-02-16 17:59 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
An initial draft for high contrast icon for Orca (1.35 KB, image/png)
2006-10-20 20:10 UTC, Luca Ferretti
Details
A package with updated Orca HC icons (8.90 KB, application/x-gzip)
2006-10-24 07:45 UTC, Luca Ferretti
Details
An initial draft for LargePrint icon theme (2.86 KB, image/png)
2006-10-24 08:03 UTC, Luca Ferretti
Details
An initial draft for LargePrint icon theme (2.86 KB, image/png)
2006-10-24 08:03 UTC, Luca Ferretti
Details

Description Tim Miao 2006-09-27 08:28:31 UTC
Please describe the problem:
The icon of orca is not compliant with gnome HighContrastLargePrintIverse theme settings.

Steps to reproduce:
1. Change gnome theme to HighContrastLargePrintIverse
2. Expand the launch menu All->Applications->Universal Access->Orca Screen Reader and Magnifier.

Actual results:
The icon of orca is not compliant with gnome theme settings.

Expected results:
The icon should be changed to HighContrastLargePrintIverse style.

Does this happen every time?
Yes.

Other information:
This bug can be found with orca 1.0.0 and gnome 2.16 on solaris vermillion 50.
Comment 1 Rich Burridge 2006-10-06 08:59:46 UTC
Tracking...
Comment 2 Calum Benson 2006-10-19 15:39:12 UTC
I assume there's no specific HighContrast version either? (I know the icon is black and white anyway, but it's too detailed for the HighContrast style.)

Luca, any chance you'd like to work on an SVG high contrast version of the Orca icon, and deliver us a PNG version at the same time? :)
Comment 3 Luca Ferretti 2006-10-20 07:24:19 UTC
(In reply to comment #2)
> I assume there's no specific HighContrast version either? (I know the icon is
> black and white anyway, but it's too detailed for the HighContrast style.)

Moreover the icon represents a "real" orca, so it's not good for HIG.

> Luca, any chance you'd like to work on an SVG high contrast version of the Orca
> icon, and deliver us a PNG version at the same time? :)
> 

There is an icon available in HighContrast and HighContrastInverse, named "gnome-settings-accessibility-tecnologies". This icon should be used inside the AT capplet. The "plain" version is in gnome-themes/capplets/accessibility/at-properties/at-startup.png

Here[1] is the HighContrast version. As you can see there are some issues:

  * rectagle in the bottom right cornes should be a virtual keyboard (GOK)
    Orca icon needs only magnifier, speech emblem and braille emblem

  * borders and strokes are 2 pixels, not 4 as per HIG - not sure, but place
    3 objects using 4 pixels inside a 48x48 canvas could be hard 

I'll try do draw something, starting from HC.

But, a stupid question: could we split the single Orca launcher in 3 launchers? I.e. "Orca Screen Magnifier" "Orca Screen Reader" and "Orca Braille". 


[1] http://cvs.gnome.org/viewcvs/*checkout*/gnome-themes/HighContrastLargePrint/icons/48x48/apps/gnome-settings-accessibility-technologies.png?rev=1.1
Comment 4 Luca Ferretti 2006-10-20 20:10:31 UTC
Created attachment 75098 [details]
An initial draft for high contrast icon for Orca

What about something like this? We have the magnify, we have braille signs, we have the comic-strip bubble.

The only way to put them all in 48 pixels using 4 pixels borders is IMHO use the bubble as a desktop.
Comment 5 Willie Walker 2006-10-23 15:17:31 UTC
Neat!  I'm guessing the comic strip bubble stands for speech, so we get all the presentation modes covered?  BTW, if it is possible to change the braille character (the current one is the Grade 2 braille contraction for 'ou' I believe), it would be great to make it something with subtle meaning.  For example, 'o' for orca, which is:

* 
  *
*

In any case, I thank you very much for doing this.  I have no artistic ability, so all I can say is that it looks great and we will roll it in to the Orca CVS repository unless anyone objects.
Comment 6 Luca Ferretti 2006-10-24 07:45:53 UTC
Created attachment 75284 [details]
A package with updated Orca HC icons

 * Use braille sign for 'o' character
 * Switch magnifier and braille sign (just a full vs empy space question after
   previous change)
 * Small alignment issues
 
There are 6 icons in this package. The PNG icons are availabe in -sexy and -plain version: the plain is the version that match HighContrast icon theme rules, the sexy adds a void 'o' in braille characted as placeholder. Of course this 'o' is drawn using a circle with a 0.5 border: this don't match HighContrast icon theme rules ("no stuff thinner then 2.5 pixels"), but it's so coooool :-) It's something like:

  *            * o
    *    vs    o *
  *            * o

 plain         sexy


The other files are: orca.svg (the SVG source for HighContrast) and orca-inverse.svg (the SVG source for HighContrastInverse). Both have the void circles enabled, so you should delete them manually to match HighContrast icon theme rules, if you will add SVG icons and you will discard the sexy version.

Not, I think thak we need also a "simple" version and a LargePrint. I'll try to draw somthing like this, using Tango style for "simple".

But, what about LargePrint? Currently there are neither pallete nor sytle guide. Should I use the old GNOME palette and let black borders? Maybe using 2 pixels for borders too? Calum?

PS the icon used by Rich Burridge in his blog posts about orca[1] is really cool. Could you use it as orca-logo in about dialod?

PPS yes, there is no about dialog, but it should be.

[1] http://blogs.sun.com/richb/resource/orca.jpg
Comment 7 Luca Ferretti 2006-10-24 08:03:01 UTC
Created attachment 75285 [details]
An initial draft for LargePrint icon theme

1 pixel black border seems goog to me.
Comment 8 Luca Ferretti 2006-10-24 08:03:03 UTC
Created attachment 75286 [details]
An initial draft for LargePrint icon theme

1 pixel black border seems good to me.
Comment 9 Willie Walker 2006-10-24 08:10:50 UTC
Luca - nice work!  You've been busy.  :-)  I think either the plain or sexy look fine and will defer to others with better taste than myself.  

> PS the icon used by Rich Burridge in his blog posts about orca[1] is really
> cool. Could you use it as orca-logo in about dialod?

The "real" Orca logo is http://live.gnome.org/data/Orca/attachments/orca2-sm.jpg.   I think it's even cooler.

Comment 10 Calum Benson 2006-10-27 17:24:50 UTC
Re Large Print-- the Large Print theme doesn't actually install any icons, it just uses a gtkrc file to enlarge the default icons from the desktop (gnome) or fallback (hicolor) theme where necessary.  So we don't specifically need a Large Print version.  (We do need a low contrast version, but that's also just derived from the hicolor version, by tweaking the levels in GIMP.)

The High Contrast icons are cool, though... I think I actually prefer the look of the non-sexy ones, and they are more guideline-compliant anyway, so I think we should go with those.  Feel free to commit them if I don't get there first.
Comment 11 Willie Walker 2006-11-02 20:50:27 UTC
> The High Contrast icons are cool, though... I think I actually prefer the look
> of the non-sexy ones, and they are more guideline-compliant anyway, so I think
> we should go with those.  Feel free to commit them if I don't get there first.

I like 'em all.  The one thing I don't know how to do, however, is the magic that needs to be added to configure.in to get these things installed in the right spot.  Anyone know how to do that?
Comment 12 Calum Benson 2006-11-07 15:14:07 UTC
I've just committed the HighContrast and HighContrastInverse PNG versions, and also the SVG version.  I actually swapped around the Inverse and regular ones, though, so that the Inverse one is predominantly-black, and the regular one predominantly white, which seemed to fit better with the rest of the icons in those themes.

I also committed a Low Contrast version of the current hicolor icon.

I think that closes out this bug for now, or are we still missing anything?
Comment 13 Luca Ferretti 2006-11-07 16:56:45 UTC
(In reply to comment #12)
> I've just committed the HighContrast and HighContrastInverse PNG versions, and
> also the SVG version.

About HighContrast-SVG: I think I'll move the orca.svg icon from scalable/apps directory to scalable/apps-extra directory. I like to keep only icons from Icon Naming Spec in "plain" directories, adding <dirname>-extra directories for icons not in spec needed by GNOME Desktop applications.

Of course this will be only a source-side separation, 'cause I think that is better install icons from scalable/app-extra in $prefix/share/icons/HighContrast-SVG/scalable/apps

>  I actually swapped around the Inverse and regular ones,
> though, so that the Inverse one is predominantly-black, and the regular one
> predominantly white, which seemed to fit better with the rest of the icons in
> those themes.

This is true, but HighContrast icons should have a white border and HC-Inverse black. Your commit breaks this rule :-(

> I think that closes out this bug for now, or are we still missing anything?

Just the 'hicolor' icon in Tango style with the same metaphor of HC icons and at multiple sizes (16, 22, 32, svg-48).

I'm working on it, but this is stuff for another bug report that I will open when the icons will be ready.
Comment 14 Willie Walker 2007-01-04 20:25:43 UTC
Hi All: I'm just checking in on the status of this.  Is there something us Orca folks need to do here?
Comment 15 Willie Walker 2007-02-13 21:10:15 UTC
Ping?
Comment 16 Calum Benson 2007-02-16 17:59:05 UTC
No, the Orca icon should be correctly-themed with all the a11y themes now; that's the case for me in 2.17.92 anyway.  Closing the bug accordingly; if anyone's seeing different please re-open.

(Luca correctly pointed out that I shouldn't really have swapped the High Contrast and Inverse versions before I committed them, but that's a separate issue-- I'll either open another bug about that, or just fix it before the final 2.18 release...)