Created attachment 327557 [details] Parse supertux's PO files correctly When using most of the locales (if not all), useless and confusing warning are show in the top part of the screen, due to various bugs in the PO file parser (tinygettext). How to reproduce: LANG=fi supertux LANG=cs_CZ supertux A patch is attached to address the problem.
Created attachment 327558 [details] Disable the debugging console Probably the debugging console should not be presented to game player at all. Messages about a frame being skipped or audio being reset are only of interest to the developer, which the 0.3.1 release is targeted at. Since we consider this, against upstream recommendations, stable, we should not enable development hacks on. The very same information that is presented in the console is dumped to stderr anyways, so we don't loose any information here.
Ping
Fixed in supertux-0.3.1-4.fc11. Upstream developer notified about the patch, tracking it.