* Kekko <for...@gimpusers.com> [02-07-12 14:33]:
> I 'd like to do another little question. I have a Ubuntu PC in Italian
> language but I'd prefer to work in English GIMP.  I saw I can launch
> GIMP from terminal typing "LANG=en gimp" but is there a way to have the
> same result launching it from the Icon?

make a text file:

  #!/usr/sh
  LANG=en /usr/bin/gimp


save file
make file executable
  chmod u+x <file-name>

attach icon to file

clicking on the icon will start gimp with "LANG=en"
    
-- 
(paka)Patrick Shanahan       Plainfield, Indiana, USA      HOG # US1244711
http://wahoo.no-ip.org        Photo Album: http://wahoo.no-ip.org/gallery2
http://en.opensuse.org                           openSUSE Community Member
Registered Linux User #207535                    @ http://linuxcounter.net
_______________________________________________
gimp-user-list mailing list
gimp-user-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gimp-user-list

Reply via email to