GNOME Bugzilla – Bug 525718
Problems on cs_CZ localization
Last modified: 2008-04-06 14:53:33 UTC
When I start with Czech named tables, glom started, but dont show list of table in menu and display error output: App_Glom::fill_menu_tables(): building menus failed: Chyba na řádku 1, znak 449: Dokument neočekávaně skončil ihned po otevírací značce "<" Glom: trying to connect on port=5433 Postgres Server version: 8 Other information:
Created attachment 108456 [details] Example file Example file
When I try add row into the table Uživatel, I`ve got this output: DEBUG: User=pavka _is_ in the developer group on the server. App_Glom::fill_menu_tables(): building menus failed: Chyba na řádku 1, znak 449: Dokument neočekávaně skončil ihned po otevírací značce "<" ** (glom:14279): WARNING **: Box_Data_List::on_adddel_user_changed(): debug: record not yet added.
In both errors is not displayed any warning, only on commandline and change is not accomplished
Thanks. This is fixed in the glom-1-6 branch and svn trunk: 2008-04-02 Murray Cumming <murrayc@murrayc.com> * glom/application.h * glom/application.cc added a Bakery::App::add_ui_from_string() override, so we can workaround a problem with UTF8 in the UI description in gtkmm < 2.12.7. Bug #525718 (Pavel Mlčoch) I will release a new tarball in the next day or so. However, I'm not sure if your "record not yet added" is a separate problem. Please file that as a different bug if necessary, ideally using simple ASCII table names to rule that out as a problem.
Yes, its another problem, but its relative, because I think in this cases is needed to display information about error in application. Its basic skill for error handling. Another relationship is my example file. For a lot of separated problems is needed place this attached file moretimes. At the end: I think if is not posible use national names for table, its ideal way make imposible it in application, eventually it can be written in documentation.
Sorry, that's not very clear. Please retry with the new Glom 1.6.13 version which should be in Ubuntu Hardy soon, and then file a new bug if necessary. Thanks.