| Summary: | gimp-2.0.4 failed to start and gives out pango error messages | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Rafael Lukas Moe <rafael> |
| Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | henrik |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Rafael Lukas Moe
2004-10-02 05:26:25 UTC
are you using any other gtk+ applications ? does gtk-demo also crash ? What are your locale settings ? Yes, I mainly use GTK+ applications, both GTK+1 and GTK+2. Some of me favourites are xmms, sylpheed and gaim, just to mention some. gtk-demo works completely fine. also, I'm not sure what locale settings are, but they do sound familiar. how do I check them? You paste the output of the 'locale' command here :) Sure, here's the output: LANG= LC_CTYPE="POSIX" LC_NUMERIC="POSIX" LC_TIME="POSIX" LC_COLLATE="POSIX" LC_MONETARY="POSIX" LC_MESSAGES="POSIX" LC_PAPER="POSIX" LC_NAME="POSIX" LC_ADDRESS="POSIX" LC_TELEPHONE="POSIX" LC_MEASUREMENT="POSIX" LC_IDENTIFICATION="POSIX" LC_ALL= Could you please verify that the problem exists when using the following command: export LANG=en_US.UTF-8 gimp It does not, and therefore I declare this bug as FIXED (hopefully!). Thank you very much for solving this problem for me. The only thing that got me worrying is why I suddenly got this problem at all, because gimp-2.0 used to work perfectly fine before. Aslo, what value should LANG really have and how do I set it for good (instead of running the command everytime after a boot)? You can do the following: echo LANG="en_US.UTF-8" > /etc/env.d/50i18n env-update The first two letters is the language code (en = English), then comes an underscore. The following two letters are the country code (US = USA). What comes after the dot is the encoding (UTF-8). |