[Bug 80702] Re: Keyboard indicator flags are missing

2011-03-27 Thread kernst
I suppose I should just learn how to make an Ubuntu package. But you can
use the (fairly complete) famfamfam flags icon set from
http://www.famfamfam.com/lab/icons/flags/, which is free for any
purpose with no requirement for attribution to get really nice looking
flag icons for the keyboard layout indicator with just a little effort.

Unzip the famfamfam icons into ~/.icons/flags as mentioned above. Then
open a terminal, 'cd' into ~/.icons/flags, and type the following
command (ImageMagick [package: imagemagick] must be installed):

  mogrify -background none -gravity center -extent 24x24 *.png

This command puts the flags on a 24x24 pixel transparent background to
prevent them from being scaled (and distorted) to 24x24. Then set the
gconf key as described above
(/desktop/gnome/peripherals/keyboard/indicator/showFlags) using gconf-
editor and you're in business.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/80702

Title:
  Keyboard indicator flags are missing

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2009-06-11 Thread Beni Cherniavsky
http://community.livejournal.com/xkbconfig/982.html
Ouch.  Half a day of reading ;-/  Summary:

 1. Flags represent sovereignty, and their very presence is politically loaded.
Experience proved there is no way to ship flags without offending some 
users.
GNOME removed all flags and their HIG recommends against the use of flags.

http://library.gnome.org/devel/hig-book/stable/principles-broad-userbase.html.en#internationalization
(KDE ships flags but some distributions censor them.  RedHat got burned and 
removed all flags.)
 2. The use of flags to represent languages is imprecise anyway.
The use of flags to represent keyboard layout is doubly imprecise and 
ambiguous.
Finally, flags are not always visually distinct - color blindness is 
obvious, and many are really similar:

http://www.jankoatwarpspeed.com/post/2008/10/27/You-should-never-use-flags-for-language-choice.aspx#1
 3. For these reasons the keyboard indicator defaults to labels.
Flags are still supported because some users (including the indicator's 
developer) want flags.

OK, so shipping flags is a bad idea.
(Technically, if this is the conclusion, the original bug is a WontFix.
Should I open a new bug to discuss the spinoff?)

But we still have sub-optimal usability:
 - The labels are not precise.  The full layout names are a bit better but too 
long to display in panel.
   Layout naming is a historically a mess - some are named by country, some by 
language.
 - The labels are hard to distinguish visually.

I see several improvement directions:
 - Write layout names in repsective script (and language?). E.g. USA / עבר 
/ Рус.
- Support: Wikipedia language choice uses this style (with full language 
names);
  googling for language flags leads to much web design advice suggesting 
this style over flags.
 - Choose labels per layout that indicate not just the language but the exact 
layout.
   E.g. Eng or QWER vs. Dvrk or PYFG is better than USA vs. USA2.
 - Use Jaunty's shiny new notifications on keyboard change, showing full name 
(in respective language).
  The time should probably be made shorter, e.g. 0.5 seconds.
 - Allow users to select indicator color per layout in the GUI.
  This provides as much visual distinction as flags or arbitrary images, while 
not confusing the user with 
  Where would I now find a good image of dvorak? and If they allow images, 
why don't they ship flags?.

Note that these options are non-exclusive.  Any subset would help.
Notifications + color together are probably an overkill, but I can't guess 
beforehand which is more usable.

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 80702] Re: Keyboard indicator flags are missing

2009-06-11 Thread Saïvann Carignan
Beni Cherniavsky : Thanks for this information!!

Obviously, if upstream decided to put a Won't fix on this, I doubt
that ubuntu will implement flags (considering all negative sides you
mentionned. Since feature requests should now go to
http://brainstorm.ubuntu.com/, I mark this bug as Won't fix. If you have
good ideas about this problem, you can write a new idea in brainstorm so
it can be discussed, voted and commented.

** Changed in: gnome-applets (Ubuntu)
   Status: Confirmed = Won't Fix

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2009-06-09 Thread Beni Cherniavsky
It's not enough addition to have the files available - we can't expect users to 
edit gconf manually.
Enabling flags by default sounds like a good idea.
But ideally there should be a easy way to toggle it from the applet.

Also, once we have icons, they could also be used in the Keyboard Properties 
dialog - 
Add Layout shows a frighteningly lost dropdown of languages/countries, 
which could be made friendlier with addition of icons to country/language names.
(Also, that menu is too slow to scroll through.  It should be split by 
continent or just by letter ranges.)

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2009-06-09 Thread Beni Cherniavsky
Note about enabling showFlag by default:
Flags only show the language and don't distinguish between variant layouts 
(e.g. US vs. US Dvorak).
So users with more than one layout for same language will experience a 
usability regression if we just enable showFlags!

I see 3 ways to fix it:
 - Add a mode where the string is shown alongside the flag.
 - Add a mode where the string is shown over the flag.  This saves space on the 
panel.
   It might be worse for people with disabilities (but wouldn't they then 
disable flags anyway?)
 - Add a way to choose personal images per layout.
   This allows people to represent layouts however they want, but requires 
effort to be used.
   If such flexibility is a goal, it's probably OK if people have to edit some 
file to change the layout-image mapping.
   Anyway, this can't be the only (or default) option (unless we provide cute 
images for each layout, which we probably won't).

BTW, the string only differnetiates such layouts as USA vs. USA2.
This is quite cryptic and maybe should be replaced with the full name?
However some layout names are very long, so showing them would be impracticle.
Also, the applet already shows the full name in a tooltip when you hover the 
mouse over it.

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2009-06-09 Thread Adi Roiban
The flags are not displayed for political reasons. (just search the
gnome/debian archives for the long debate)

As far as I know, languages have no flags. At least I am not aware how
the Romanian language flag looks like.

Beside alternate keyboard layouts (qwerty/qwetz/dworak), we can also
have the same keyboard layout use in different countries (French is the
oficial language of 29 countries).

I agree that USA and USA2 is not use friendly but displaying a flag
is not the answer for this problem,

From my point of view, an user friendly implementation will have only
one oficial keyboard layout for each language... users that need more
than 1 layout per language should be considere a special/advance case.

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-11-08 Thread Anthony Noto
I am marking this bug confirmed as it still displays text with no easy
way to display an icon on Ubuntu 8.10.

** Changed in: gnome-applets (Ubuntu)
Sourcepackagename: None = gnome-applets
   Status: New = Confirmed

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-11-05 Thread nadavkav
it only works for user root other users can not see the flags
(i checked access rights and others can read)

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-11-05 Thread nadavkav
disregard the last remark (me lame)
i forgot to enable showFlag for each user in the system.

works just fine (everywhere)

:-)

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-10-28 Thread nadavkav
i followed the instructions in 
[http://ubuntuforums.org/showthread.php?t=528890] but
with no success :-(

i copied he.png and us.png (64x64) to /usr/share/pixmaps
and i have enabled showFlags BUT no change :-(

is there any progress in solving this issue upstream ?

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-09-02 Thread Saïvann Carignan
Thanks for your bug report!

For sure, having the possibility to install flags instead of langcodes
is nice! At anytime, if you want to include a new package that will
provide this possibility in ubuntu repositories, your contribution is
appreciated.

I took a short look at sodipodi flags and saw that this project has not
been updated since 2004 and the main page looks abandoned (is this
project complete? Are all flags available?). Before all, it might be
interesting to look if there is a newer project that would make sense to
distribute through ubuntu repositories which is under a acceptable
opensource license. Also take a look at debian, it may even already
exist there!

Once you're ready to work on a new package, you can go with it! If you
don't have packaging knowledge, you can refer yourself to ubuntu
existing documentation as
https://help.ubuntu.com/ubuntu/packagingguide/C/ . You can also ask tips
from ubuntu packagers in #ubuntu-motu channel. Once you built a package,
you can ask it to be reviewed in REVU
https://wiki.ubuntu.com/MOTU/Packages/REVU .

To discuss about the inclusion of the flags by default, you should refer
yourself to ubuntu-developers directly, which are in #ubuntu-dev on IRC.
It might even be important to start here if you intend to make that
change since it will require discussion with developers and the ubuntu
community.

** Changed in: ubuntu
Sourcepackagename: human-icon-theme = None
   Importance: Undecided = Wishlist
   Status: Confirmed = New

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-03-25 Thread Lex
This could be relay easily achieved and it will bring much more usability! 
Please see following for details.

http://ubuntuforums.org/showthread.php?t=528890

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2008-03-15 Thread fuoco
I think this is very important. It should definitely be set by default to be 
flags in ubuntu - since this is much easier to understand for new users. 
I found the option in hardy in gconf here:

/desktop/gnome/peripherals/keyboard/indicator/showFlags

When I set it I get an icon that probably means the icons are missing.
Now I'm not sure where to get icons and where to put them.

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2007-12-10 Thread Adi Roiban
I'm using Ubuntu 7.10 and i don't have that option in the keyboard
indicator  gconf configuration

-- 
Keyboard indicator flags are missing
https://bugs.launchpad.net/bugs/80702
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 80702] Re: Keyboard indicator flags are missing

2007-01-20 Thread didier
** Changed in: human-icon-theme (Ubuntu)
   Status: Unconfirmed = Confirmed

-- 
Keyboard indicator flags are missing
https://launchpad.net/bugs/80702

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs