GNOME Bugzilla – Bug 649836
Anjuta not creating projects.
Last modified: 2011-05-10 17:45:05 UTC
I have some weird problem with Anjuta. Currently I can't create any project with it. After choosing project type it DIRECTLY says 'Confirm the following information: Project type generic' and 'Apply' and 'Back' are the only choices. There is no dialog asking for the project name or directory or anything else it skips the configuration step completely. After pressing apply it just says in the logs 'New project has been created successfully.' but nothing is actually created. And I currently have no idea what's wrong.
I think it is a duplicate of bug #639093. It has been reported recently so it is not fixed in 2.32 branch but it is fixed in the current stable version 3.0. This bug is due to an encoding issue, so you probably have your default local to "C" or something else not using UTF8. Try to set the environment variable LANG to "en_us.UTF-8" (the important part is UTF-8). it should fix the issue. Please reopen the bug if this doesn't fix your issue. *** This bug has been marked as a duplicate of bug 639093 ***