Frédéric wrote: > In several places, instead of having my application name, I get '-c'. > It can be on warnings, like: > > (-c:24058): Gtk-WARNING **: Locale not supported by C library. > Using the fallback 'C' locale. > > or in the taskbar of my KDE desktop (only when 2 or more windows of the > application are opened). > > Any idea? > > -- > Frédéric > Hi,
This is just a hunch, but I'll bet that you don't get that behavior when you run your program from the command-line? My first guess is that it has something to do with the way in which your program is launched (ie. the exact command executed). It would help to have a link to your sources, though. Regards, Walter -- Walter Leibbrandt http://translate.org.za/blogs/walter Software Developer +27 12 460 1095 (w) Translate.org.za Recent blogs: * Switching from Subversion to git http://www.translate.org.za/blogs/walter/en/content/switching-subversion-git * The first official release of Spelt * Auto-completion and auto-correction for Gtk+ widgets _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
