Activity log for bug #785852

Date Who What changed Old value New value Message
2011-05-20 16:02:45 Juho Vuori bug added bug
2011-05-20 16:02:45 Juho Vuori attachment added bugtest.cpp https://bugs.launchpad.net/bugs/785852/+attachment/2136524/+files/bugtest.cpp
2011-05-20 16:03:11 Juho Vuori attachment added bugtest2.cpp https://bugs.launchpad.net/ubuntu/+source/indicator-application/+bug/785852/+attachment/2136525/+files/bugtest2.cpp
2011-12-01 16:48:06 Sebastien Bacher bug task added indicator-application
2011-12-01 17:07:41 Sebastien Bacher indicator-application (Ubuntu): importance Undecided Low
2011-12-01 17:07:43 Sebastien Bacher indicator-application: importance Undecided Low
2011-12-01 17:17:43 Sebastien Bacher affects indicator-application (Ubuntu) libdbusmenu (Ubuntu)
2011-12-01 17:17:57 Sebastien Bacher affects indicator-application dbusmenu
2011-12-01 17:17:57 Sebastien Bacher dbusmenu: status New Confirmed
2011-12-01 17:18:06 Sebastien Bacher libdbusmenu (Ubuntu): status New Confirmed
2011-12-01 17:24:13 Sebastien Bacher libdbusmenu (Ubuntu): assignee Michael Terry (mterry)
2011-12-20 19:06:59 Michael Terry dbusmenu: status Confirmed In Progress
2011-12-20 19:06:59 Michael Terry dbusmenu: assignee Michael Terry (mterry)
2011-12-20 19:07:32 Michael Terry description Binary package hint: indicator-application gtk_menu_reorder_child does nothing on menus managed by application indicator. This is further demonstrated by the two attached C++ programs. Both create a window and a application indicator menu with two items in it and reorder the items. The other attaches the menu to the application indicator icon and the other to a widget on screen. In the first case, the menu gets wrongly rendered in the original ordering. In the second case, the menu gets properly rendered with the two items reordered. The programs compile on ubuntu 11.04 with some necessary development packages installed: g++ `pkg-config gtkmm-2.4 appindicator-0.1 --cflags --libs` -o bugtest bugtest.cpp g++ `pkg-config gtkmm-2.4 appindicator-0.1 --cflags --libs` -o bugtest2 bugtest2.cpp Binary package hint: indicator-application gtk_menu_reorder_child does nothing on menus managed by application indicator. This is further demonstrated by the two attached C++ programs. Both create a window and a application indicator menu with two items in it and reorder the items. The other attaches the menu to the application indicator icon and the other to a widget on screen. In the first case, the menu gets wrongly rendered in the original ordering. In the second case, the menu gets properly rendered with the two items reordered. The programs compile on ubuntu 11.04 with some necessary development packages installed: g++ bugtest.cpp `pkg-config gtkmm-2.4 appindicator-0.1 --cflags --libs` -o bugtest g++ bugtest2.cpp `pkg-config gtkmm-2.4 appindicator-0.1 --cflags --libs` -o bugtest2
2011-12-21 19:07:37 Michael Terry bug watch added https://bugzilla.gnome.org/show_bug.cgi?id=666683
2011-12-21 19:07:37 Michael Terry bug task added gtk
2011-12-21 19:58:24 Bug Watch Updater gtk: status Unknown New
2011-12-21 19:58:24 Bug Watch Updater gtk: importance Unknown Medium
2012-09-17 20:16:25 Michael Terry description Binary package hint: indicator-application gtk_menu_reorder_child does nothing on menus managed by application indicator. This is further demonstrated by the two attached C++ programs. Both create a window and a application indicator menu with two items in it and reorder the items. The other attaches the menu to the application indicator icon and the other to a widget on screen. In the first case, the menu gets wrongly rendered in the original ordering. In the second case, the menu gets properly rendered with the two items reordered. The programs compile on ubuntu 11.04 with some necessary development packages installed: g++ bugtest.cpp `pkg-config gtkmm-2.4 appindicator-0.1 --cflags --libs` -o bugtest g++ bugtest2.cpp `pkg-config gtkmm-2.4 appindicator-0.1 --cflags --libs` -o bugtest2 Binary package hint: indicator-application gtk_menu_reorder_child does nothing on menus managed by application indicator. This is further demonstrated by the two attached C++ programs. Both create a window and a application indicator menu with two items in it and reorder the items. The other attaches the menu to the application indicator icon and the other to a widget on screen. In the first case, the menu gets wrongly rendered in the original ordering. In the second case, the menu gets properly rendered with the two items reordered. The programs compile on ubuntu 12.04 with some necessary development packages installed: g++ bugtest.cpp `pkg-config gtkmm-3.0 appindicator3-0.1 --cflags --libs` -o bugtest g++ bugtest2.cpp `pkg-config gtkmm-3.0 appindicator3-0.1 --cflags --libs` -o bugtest2
2012-12-17 21:13:09 Oliver Sauder bug added subscriber Oliver Sauder
2013-04-30 23:00:18 Michael Terry libdbusmenu (Ubuntu): assignee Michael Terry (mterry)
2013-04-30 23:00:23 Michael Terry libdbusmenu: assignee Michael Terry (mterry)
2014-02-04 18:17:26 Matthew Paul Thomas description Binary package hint: indicator-application gtk_menu_reorder_child does nothing on menus managed by application indicator. This is further demonstrated by the two attached C++ programs. Both create a window and a application indicator menu with two items in it and reorder the items. The other attaches the menu to the application indicator icon and the other to a widget on screen. In the first case, the menu gets wrongly rendered in the original ordering. In the second case, the menu gets properly rendered with the two items reordered. The programs compile on ubuntu 12.04 with some necessary development packages installed: g++ bugtest.cpp `pkg-config gtkmm-3.0 appindicator3-0.1 --cflags --libs` -o bugtest g++ bugtest2.cpp `pkg-config gtkmm-3.0 appindicator3-0.1 --cflags --libs` -o bugtest2 gtk_menu_reorder_child does nothing on menus managed by application indicator. This is further demonstrated by the two attached C++ programs. Both create a window and a application indicator menu with two items in it and reorder the items. The other attaches the menu to the application indicator icon and the other to a widget on screen. In the first case, the menu gets wrongly rendered in the original ordering. In the second case, the menu gets properly rendered with the two items reordered. The programs compile on ubuntu 12.04 with some necessary development packages installed: g++ bugtest.cpp `pkg-config gtkmm-3.0 appindicator3-0.1 --cflags --libs` -o bugtest g++ bugtest2.cpp `pkg-config gtkmm-3.0 appindicator3-0.1 --cflags --libs` -o bugtest2 Duplicate bug 1026791 also has a Python script to demonstrate the problem. <https://bugs.launchpad.net/libdbusmenu/+bug/1026791/+attachment/3228814/+files/testind.py>
2014-02-05 11:50:51 Matthew Paul Thomas tags ubuntu-desktop-trusty
2015-01-16 06:21:42 Mathew Hodson tags ubuntu-desktop-trusty trusty
2018-02-10 20:56:33 Bug Watch Updater gtk: status New Incomplete
2018-04-15 13:23:11 Bug Watch Updater gtk: status Incomplete Expired