Appearance of unwanted character in reports

Maf. King maf at chilwell.net
Wed Apr 27 19:49:55 EDT 2005


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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
Url : http://lists.gnucash.org/pipermail/gnucash-user/attachments/20050428/c2317ad5/attachment.bin


More information about the gnucash-user mailing list