Activity log for bug #235770

Date Who What changed Old value New value Message
2008-05-29 14:34:19 guoyi bug added bug
2008-05-29 14:34:19 guoyi bug added attachment 'D:\新建文件夹\locale_compare.gif' (screen snapshot)
2008-05-29 14:54:27 guoyi description OS: Ubuntu 8.04 LTS Problem: Create window and dialog using GTK library, and set their titles, but their title bar caption does not display on locales with bi-directional languages(bidi). Details: Compile the source code gtk_dialog_text.cpp below on locale of EN_US, and then change locale to Hebrew or Arabic, and run the executable file which you compiled. Title bar caption missing. This problem does not happen on neither Redhat nor SUSE. //file gtk_dialog_text.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; } OS: Ubuntu 8.04 LTS Problem: I am creating window or dialog using GTK library, and setting title of the window or dialog. I am experiencing a problem that caption of the title bar can not be shown when I set the locale with bi-directional languages(bidi). Details: Compile the source code gtk_dialog_text.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. This problem does not happen on neither Redhat nor SUSE. //file gtk_dialog_text.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; }
2008-05-29 14:55:10 guoyi description OS: Ubuntu 8.04 LTS Problem: I am creating window or dialog using GTK library, and setting title of the window or dialog. I am experiencing a problem that caption of the title bar can not be shown when I set the locale with bi-directional languages(bidi). Details: Compile the source code gtk_dialog_text.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. This problem does not happen on neither Redhat nor SUSE. //file gtk_dialog_text.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; } OS: Ubuntu 8.04 Problem: I am creating window or dialog using GTK library, and setting title of the window or dialog. I am experiencing a problem that caption of the title bar can not be shown when I set the locale with bi-directional languages(bidi). Details: Compile the source code gtk_dialog_text.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. This problem does not happen on neither Redhat nor SUSE. //file gtk_dialog_text.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; }
2008-05-30 03:32:53 guoyi description OS: Ubuntu 8.04 Problem: I am creating window or dialog using GTK library, and setting title of the window or dialog. I am experiencing a problem that caption of the title bar can not be shown when I set the locale with bi-directional languages(bidi). Details: Compile the source code gtk_dialog_text.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. This problem does not happen on neither Redhat nor SUSE. //file gtk_dialog_text.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; } OS: Ubuntu 8.04 Problem: I am creating window or dialog using GTK library, and setting title of the window or dialog. I am experiencing a problem that caption of the title bar can not be shown when I set the locale with bi-directional languages(bidi). Details: Compile the source code gtk_dialog_test.cpp below in en_US, and then change the locale to Hebrew or Arabic, and run the executable file that I just compiled. Title bar caption is missing. This problem does not happen on neither Redhat nor SUSE. //file gtk_dialog_test.cpp # include <gtk/gtk.h> int main( int argc, char *argv[] ) { GtkWidget *gtkmsgDialog; gtk_init (&argc, &argv); gtkmsgDialog = gtk_dialog_new(); gtk_window_set_title(GTK_WINDOW(gtkmsgDialog),"GTK Dialog Test"); gtk_window_set_position(GTK_WINDOW(gtkmsgDialog), GTK_WIN_POS_CENTER); gtk_window_resize(GTK_WINDOW(gtkmsgDialog), 200,50); gtk_widget_show(gtkmsgDialog); gtk_main(); return 0; }
2008-06-01 10:12:38 guoyi bug added attachment 'F:\he_title.gif' (screen snapshot)
2008-06-20 20:04:55 Pedro Villavicencio gtk+2.0: importance Undecided Low
2008-06-20 20:04:55 Pedro Villavicencio gtk+2.0: assignee desktop-bugs
2009-03-20 18:55:03 Pedro Villavicencio gtk+2.0 (Ubuntu): status New Incomplete
2009-06-11 08:12:52 Sebastien Bacher gtk+2.0 (Ubuntu): status Incomplete Invalid