Hello,

I found a workaround for this problem.

My system normally runs in the en_US environment because I like all the original English replies from the commands.
    LC_ALL=en_US.UTF-8
    LANGUAGE=en_US:en

Because I live in the Netherlands and want to use the locale currency and date format for GnuCash, I have written a wrapper script that sets the environment to:
    LC_ALL=nl_NL
    LANGUAGE=nl_NL:nl
I have the crash problems in this environment. (And yes, I have the dutch locales available/created)

After changing the environment to:
    LC_ALL=nl_NL.UTF-8
    LANGUAGE=nl_NL:nl
the crash problems were gone. I can now open all the dialog boxes without problems.

I don't know which character set the locale nl_NL is using. I was assuming it was the default UTF-8 and so I didn't mention it. It will however probably be something which causes these crashes.

Please use this workaround description to find the location of the crash and repair it.


Regards,
Vincent Smeets



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to