Appearance of unwanted character in reports

Derek Atkins warlord at MIT.EDU
Wed Apr 27 19:59:52 EDT 2005


Keep in mind that in doing it this way you will most likely lose your change to
the gnucash wrapper script if you ever upgrade.  So, you need to remember to
save your local changes.

-derek

Quoting "Maf. King" <maf at chilwell.net>:

> On Wednesday 27 Apr 2005 22:56, Robert Heller wrote:
> 
> >
> > C) Create a three line shell script:
> >
> > #!/bin/bash
> > export LANG=YourLocale
> > gnucash
> >
> > save this in say, ~/bin/gnucash_wrap.sh, make it executable (chmod +x
> > ~/bin/gnucash_wrap.sh), and then edit your desktop shortcut to run this
> > instead of the normal gnucash binary.
> 
> Hi,
> 
> Don't forget that "gnucash" is already a wrapper script.
> 
> this is what I've done to my system to make the change stick. (I'm in the
> UK)
> 
> maf at skaro:~> which gnucash
> /opt/gnome/bin/gnucash
> maf at skaro:~> cat /opt/gnome/bin/gnucash
> #!/bin/sh
> PATH="/opt/gnome/lib/gnucash/overrides:${PATH}"
> export PATH
> 
> GUILE_WARN_DEPRECATED="no"
> export GUILE_WARN_DEPRECATED
> 
> LANG="en_GB.ISO-8859-1"
> export LANG
> 
> exec "gnucash" "$@"
> maf at skaro:~>                   
> 
> 
> HTH. - I might even edit the wiki when I'm not on a GSM dial-up.
> 
> Maf.
> 


-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available



More information about the gnucash-user mailing list