[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Launching the Gimp in English
- From: "Dotan Cohen" <dotancohen gmail com>
- To: "For users of Fedora" <fedora-list redhat com>
- Subject: Launching the Gimp in English
- Date: Tue, 1 May 2007 18:15:46 +0300
The Hebrew translation of the Gimp is very difficult to use because
some items were reversed for Right-to-Left, but the places to click
were not. Therefore, I'd like to use the gimp in English while keeping
my locale Hebrew. I created a bash script in ~/bin called gimp and
added it to my path:
[dotancohen localhost bin]$ pwd
/home/dotancohen/bin
[dotancohen localhost bin]$ ls -l
--snip--
-rwxrwxr-- 1 dotancohen dotancohen 32 אפר 22 10:44 gimp
[dotancohen localhost bin]$ cat gimp
#!/bin/bash
export LANG=C
gimp
[dotancohen localhost bin]$ cat ~/.bash_profile
--snip--
PATH=$HOME/bin:$PATH
export PATH
[dotancohen localhost bin]$
However, when I right-click a file and "Open with Gimp" it does not
open. What did I do wrong? Thanks in advance.
Dotan Cohen
http://lyricslist.com/
http://what-is-what.com/
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]