El lun, 26-02-2007 a las 23:25 +0200, Julian Daich escribió: I tried to implement the patch on my laptop. I just copied and pasted the ie6 file and I receiving the following error
bin/ie6: line 13: LANG=he_IL.UTF-8: command not found What could went wrong? Julian > > > > > > On 2/26/07, Julian Daich <[EMAIL PROTECTED]> wrote: > > El lun, 26-02-2007 a las 11:49 +0200, Gilboa Davara escribió: > > > Just set the LANG to he_IL.UTF-8. > > > > > > Apply this patch to that $HOME/bin/ie6 shell script. > > > > > > > =========================== > > > --- ie6.old 2007-02-26 11:46:11.000000000 +0200 > > > +++ ie6 2007-02-26 11:46:21.000000000 +0200 > > > @@ -1,11 +1,11 @@ > > > #!/usr/bin/env bash > > > # IEs 4 Linux script to run ie6 - > > http://tatanka.com.br/ies4linux > > > - > > > -cd > > > +cd ~ > > > +ENCODING=he_IL.UTF-8 > > > export WINEPREFIX="/home/gilboa/.ies4linux/ie6" > > > if [ -f "/home/gilboa/.ies4linux/ie6/.firstrun" ]; then > > > rm "/home/gilboa/.ies4linux/ie6/.firstrun" > > > - wine "/home/gilboa/.ies4linux/ie6/drive_c/Program > > Files/Internet > > > Explorer/IEXPLORE.EXE" > > "http://www.tatanka.com.br/ies4linux/ok-en.html" > > > + LANG=$ENCODING wine > > "/home/gilboa/.ies4linux/ie6/drive_c/Program > > > Files/Internet Explorer/IEXPLORE.EXE" > > > "http://www.tatanka.com.br/ies4linux/ok-en.html" > > > else > > > - wine "/home/gilboa/.ies4linux/ie6/drive_c/Program > > Files/Internet > > > Explorer/IEXPLORE.EXE" "$@" > > > + LANG=$ENCODING wine > > "/home/gilboa/.ies4linux/ie6/drive_c/Program > > > Files/Internet Explorer/IEXPLORE.EXE" "$@" > > > fi > > > =========================== > > > > > > - Gilboa > > > > > > > > > > > > > > ================================================================= > > > To unsubscribe, send mail to [EMAIL PROTECTED] > > with > > > the word "unsubscribe" in the message body, e.g., run the > > command > > > echo unsubscribe | mail [EMAIL PROTECTED] > > > > > -- > > Julian Daich <[EMAIL PROTECTED]> > > > > > > ================================================================= > > To unsubscribe, send mail to [EMAIL PROTECTED] > > with > > the word "unsubscribe" in the message body, e.g., run the > > command > > echo unsubscribe | mail [EMAIL PROTECTED] > > > > -- Julian Daich <[EMAIL PROTECTED]> ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
