[Pharo-project] ^ character in ubuntu

2010-10-20 Thread Diogenes Moreira
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. ioge...@diogenes

Re: [Pharo-project] ^ character in ubuntu

2010-10-20 Thread Roberto Sapiain
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 char

Re: [Pharo-project] ^ character in ubuntu

2010-10-20 Thread Diogenes Moreira
Thank you.. 2010/10/20 Roberto Sapiain > 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 e

Re: [Pharo-project] ^ character in ubuntu

2010-10-20 Thread Mariano Martinez Peck
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-displ

Re: [Pharo-project] ^ character in ubuntu

2010-10-20 Thread Diogenes Moreira
joya.. thank you.. On 10/20/10, Mariano Martinez Peck 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

Re: [Pharo-project] ^ character in ubuntu

2010-10-20 Thread Gastón Dall' Oglio
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 > joya.. thank you.. > > On 10/20/10, Mariano Martinez Peck wr

Re: [Pharo-project] ^ character in ubuntu

2010-10-20 Thread Gastón Dall' Oglio
sorry, I said: ...can be used for *ê* for example, pressing one and then the "e". * * 2010/10/21 Gastón Dall' Oglio > 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

Re: [Pharo-project] ^ character in ubuntu

2010-10-21 Thread Roberto Sapiain
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 > Hello. > > I press the key twice "^" and then just enter it in the editor... I think > this is the cor