hi falks.
I'm using Pharo 1.1 OneClick Package in Ubuntu 10.4 with the follow locale. when press ^ character in the pharo editor i get "?" symbol.. What configuration I need change?
Other data, if i using the cut & paste from othe application, that work fine. Thank in advance. iogenes@diogenes-desktop:~$ locale LANG=es_AR.utf8
LC_CTYPE="es_AR.utf8"
LC_NUMERIC="es_AR.utf8" LC_TIME="es_AR.utf8" LC_COLLATE="es_AR.utf8" LC_MONETARY="es_AR.utf8" LC_MESSAGES="es_AR.utf8"
LC_PAPER="es_AR.utf8" LC_NAME="es_AR.utf8" LC_ADDRESS="es_AR.utf8" LC_TELEPHONE="es_AR.utf8" LC_MEASUREMENT="es_AR.utf8"
LC_IDENTIFICATION="es_AR.utf8" LC_ALL= cat /etc/lsb-release DISTRIB_ID=Ubuntu DISTRIB_RELEASE=10.04 DISTRIB_CODENAME=lucid
DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS diogenes@diogenes-desktop:~$ uname -a Linux diogenes-desktop 2.6.32-25-generic-pae #44-Ubuntu SMP Fri Sep 17 21:57:48 UTC 2010 i686 GNU/Linux
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hello.
Well, In my case I just have a simple workaround: in a terminal put the keyboard in english (with # setxkbmap us ; there with shift+6 you get the 'hat' ^ ; to go back to your normal layout setxkbmap latam if its latinamerican or es if its spanish keyboard type; once you get the character printed, do a copy & paste, or memorize the layout of an english keyboard ;)) cheers, and hello to everyone in the list as well :) 2010/10/20 Diogenes Moreira <[hidden email]> hi falks. -- -* Amn El Ith Tir Sol - Honour *- Roberto Iván Sapiain Caro (RISC). Estudiante Ing. Civil en Computación. Universidad de Chile _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Thank you..
2010/10/20 Roberto Sapiain <[hidden email]> Hello. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
What happens if you run the same image (Pharo 1.1) but from other VM? Downloaded from the website for example??
Because the oneclick does: #!/bin/sh # path ROOT=`dirname $0` BASE="$ROOT/Contents/Linux" # execute exec "$BASE/squeakvm" \ -plugins "$BASE" \ -encoding latin1 \ -vm-display-X11 \ "$ROOT/Contents/Resources/pharo.image" or similar...maybe there is something bothering there.... cheers mariano 2010/10/20 Diogenes Moreira <[hidden email]> Thank you.. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
joya.. thank you..
On 10/20/10, Mariano Martinez Peck <[hidden email]> wrote: > What happens if you run the same image (Pharo 1.1) but from other VM? > Downloaded from the website for example?? > > Because the oneclick does: > > #!/bin/sh > > # path > ROOT=`dirname $0` > BASE="$ROOT/Contents/Linux" > > # execute > exec "$BASE/squeakvm" \ > -plugins "$BASE" \ > -encoding latin1 \ > -vm-display-X11 \ > "$ROOT/Contents/Resources/pharo.image" > > > > or similar...maybe there is something bothering there.... > > cheers > > mariano > > 2010/10/20 Diogenes Moreira <[hidden email]> > >> Thank you.. >> >> 2010/10/20 Roberto Sapiain <[hidden email]> >> >> Hello. >>> >>> Well, In my case I just have a simple workaround: in a terminal put the >>> keyboard in english (with >>> # setxkbmap us ; there with shift+6 you get the 'hat' ^ ; to go back >>> to >>> your normal layout setxkbmap latam if its latinamerican or es if its >>> spanish keyboard type; once you get the character printed, do a copy & >>> paste, or memorize the layout of an english keyboard ;)) >>> >>> cheers, and hello to everyone in the list as well :) >>> >>> 2010/10/20 Diogenes Moreira <[hidden email]> >>> >>>> hi falks. >>>> >>>> I'm using Pharo 1.1 OneClick Package in Ubuntu 10.4 with the follow >>>> locale. >>>> when press ^ character in the pharo editor i get "?" symbol.. >>>> >>>> What configuration I need change? >>>> >>>> Other data, if i using the cut & paste from othe application, that work >>>> fine. >>>> >>>> Thank in advance. >>>> >>>> iogenes@diogenes-desktop:~$ locale >>>> LANG=es_AR.utf8 >>>> LC_CTYPE="es_AR.utf8" >>>> LC_NUMERIC="es_AR.utf8" >>>> LC_TIME="es_AR.utf8" >>>> LC_COLLATE="es_AR.utf8" >>>> LC_MONETARY="es_AR.utf8" >>>> LC_MESSAGES="es_AR.utf8" >>>> LC_PAPER="es_AR.utf8" >>>> LC_NAME="es_AR.utf8" >>>> LC_ADDRESS="es_AR.utf8" >>>> LC_TELEPHONE="es_AR.utf8" >>>> LC_MEASUREMENT="es_AR.utf8" >>>> LC_IDENTIFICATION="es_AR.utf8" >>>> LC_ALL= >>>> >>>> cat /etc/lsb-release >>>> DISTRIB_ID=Ubuntu >>>> DISTRIB_RELEASE=10.04 >>>> DISTRIB_CODENAME=lucid >>>> DISTRIB_DESCRIPTION="Ubuntu 10.04.1 LTS >>>> >>>> diogenes@diogenes-desktop:~$ uname -a >>>> Linux diogenes-desktop 2.6.32-25-generic-pae #44-Ubuntu SMP Fri Sep 17 >>>> 21:57:48 UTC 2010 i686 GNU/Linux >>>> >>>> >>>> >>>> _______________________________________________ >>>> Pharo-project mailing list >>>> [hidden email] >>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>>> >>> >>> >>> >>> -- >>> -* Amn El Ith Tir Sol - Honour *- >>> Roberto Iván Sapiain Caro (RISC). >>> Estudiante Ing. Civil en Computación. >>> Universidad de Chile >>> >>> >>> >>> _______________________________________________ >>> Pharo-project mailing list >>> [hidden email] >>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >>> >> >> >> _______________________________________________ >> Pharo-project mailing list >> [hidden email] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> > _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Hello. I press the key twice "^" and then just enter it in the editor... I think this is the correct behavior, because this key can be used for "e" for example, pressing one and then the "e".
Saludos :) 2010/10/20 Diogenes Moreira <[hidden email]> joya.. thank you.. _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
sorry, I said: ...can be used for ê for example, pressing one and then the "e". 2010/10/21 Gastón Dall' Oglio <[hidden email]>
_______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
In reply to this post by Gastón Dall' Oglio
Thanks Gaston.
that worked as well in latin-american or spanish keyboard layout (since to access the 'hat' we need to use Alt-Graphic key and another one). :) 2010/10/21 Gastón Dall' Oglio <[hidden email]>
-- -* Amn El Ith Tir Sol - Honour *- Roberto Iván Sapiain Caro (RISC). Estudiante Ing. Civil en Computación. Universidad de Chile _______________________________________________ Pharo-project mailing list [hidden email] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project |
Free forum by Nabble | Edit this page |