> You need to either use export or put it on the same line as the program you're
> executing. Like:
>
Thanks, that was an untested example. I'm stuck on a Windows
university machine today!
> Please include delimiters to your examples (like ... or <<<...>>>).
>
I'll try to remember that,
On Wednesday 25 March 2009 10:40:25 Dotan Cohen wrote:
> > #!/bin/bash
> > LC_ALL=he_IL.UTF-8 ~/cxoffice/bin/winword
> > wine /path/to/word
>
> Of course, that should have been:
>
> #!/bin/bash
> LC_ALL=he_IL.UTF-8
> $HOME/cxoffice/bin/winword
Since LC_ALL is not defined by default:
{{
sh
It still has issues. Try to mix hebrew and english in the same line
and see what I mean.
Hetz
On Wed, Mar 25, 2009 at 10:40 AM, Dotan Cohen wrote:
>> #!/bin/bash
>> LC_ALL=he_IL.UTF-8 ~/cxoffice/bin/winword
>> wine /path/to/word
>>
>
> Of course, that should have been:
>
> #!/bin/bash
> LC_ALL=h
Aharon Schkolnik wrote:
I have managed to get MS word to work under crossover.
I see that if I do :
LC_ALL=he_IL.UTF-8 ~/cxoffice/bin/winword
I can insert Hebrew.
I'm afraid I'm somewhat to blame for that. I started having Wine
understand all of the different LC_* environment settings corre
> #!/bin/bash
> LC_ALL=he_IL.UTF-8 ~/cxoffice/bin/winword
> wine /path/to/word
>
Of course, that should have been:
#!/bin/bash
LC_ALL=he_IL.UTF-8
$HOME/cxoffice/bin/winword
--
Dotan Cohen
http://what-is-what.com
http://gibberish.co.il
___
Linux-il
2009/3/25 Aharon Schkolnik :
> I have managed to get MS word to work under crossover.
> I see that if I do :
>
> LC_ALL=he_IL.UTF-8 ~/cxoffice/bin/winword
>
> I can insert Hebrew.
>
> Is there a "right" way to set things up so I don't have to set LC_ALL and
> then run winword ?
>
> Ideally, I would
I have managed to get MS word to work under crossover.
I see that if I do :
LC_ALL=he_IL.UTF-8 ~/cxoffice/bin/winword
I can insert Hebrew.
Is there a "right" way to set things up so I don't have to set LC_ALL and then
run winword ?
Ideally, I would just like to choose crossover from the KDE m
On Tuesday 24 March 2009, Diego Iastrubni wrote:
> With all due respect to dan (and I really do!), what he sais was BS, and
> nothing to do with your problem. Now his answer is tagged and in the future
> a nn00b will read it and boom! he is doing stupid things.
>
> Execute "qtconfig" (in a shell wi
On Wed, 25 Mar 2009 06:33:21 + (GMT)
Moshe Brace using Yahoo wrote:
> I read with great interest the plea for help to remain in Linux instead of
> returning to Windows. One of the major concerns I have on this issue is the
> use of programmes like Wine and other emulators. If using these pr