GTG

Activity log for bug #577111

Date Who What changed Old value New value Message
2010-05-07 17:09:14 DmDr bug added bug
2010-05-07 22:41:57 Luca Invernizzi gtg: milestone 0.3
2010-05-10 14:08:24 Lionel Dricot gtg: status New Incomplete
2010-05-10 18:23:38 DmDr attachment added small window About module http://launchpadlibrarian.net/48227517/screenshot.png
2011-08-15 16:38:20 Izidor Matušov gtg: status Incomplete Confirmed
2011-08-15 16:38:23 Izidor Matušov gtg: importance Undecided High
2011-08-15 16:39:36 Izidor Matušov description GTG 0.2.4 on Ubuntu Karmic. When I press About Plugin button when some of plugins is selected (for example Notification area) new window have zero size. This window may be closed only by the xkill. In the debug mode there are: /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:265: GtkWarning: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed pad.set_name(p.full_name) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:266: GtkWarning: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed pad.set_version(p.version) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:270: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed pad.set_authors(authors) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:271: GtkWarning: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed pad.set_comments(p.description.replace(r'\n', "\n")) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:271: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed pad.set_comments(p.description.replace(r'\n', "\n")) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:273: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed pad.show_all() /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:273: GtkWarning: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed pad.show_all() Some other plugin's about window works properly without any debug messages. So, there are some steps to see the bug: 1. Call menu commands: Edit --> Preferences 2. Recall Modules Tab 3. Select any plugin 4. Click About_module button 5. See About window that has normal size 6. Press Close button in the this window (not at the window title-bar!) 7. Do steps 4, 5, 6 - all will be OK 8. Click About_module button 9. See About window that has normal size 10. Press close button AT THE TITLE-BAR 11.Click About_module button 12. See About window that has ZERO-SIZE (you can close it by system menu command) 13. Do steps 10, 11, 12 to repeat a problem After restart GTG situation will be the same. GTG 0.2.4 on Ubuntu Karmic. When I press About Plugin button when some of plugins is selected (for example Notification area) new window have zero size. This window may be closed only by the xkill. In the debug mode there are: /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:265: GtkWarning: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed   pad.set_name(p.full_name) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:266: GtkWarning: gtk_label_set_markup: assertion `GTK_IS_LABEL (label)' failed   pad.set_version(p.version) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:270: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed   pad.set_authors(authors) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:271: GtkWarning: gtk_label_set_text: assertion `GTK_IS_LABEL (label)' failed   pad.set_comments(p.description.replace(r'\n', "\n")) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:271: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed   pad.set_comments(p.description.replace(r'\n', "\n")) /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:273: GtkWarning: gtk_widget_show: assertion `GTK_IS_WIDGET (widget)' failed   pad.show_all() /usr/lib/python2.6/dist-packages/GTG/taskbrowser/preferences.py:273: GtkWarning: gtk_widget_hide: assertion `GTK_IS_WIDGET (widget)' failed   pad.show_all() Some other plugin's about window works properly without any debug messages.
2011-11-26 16:20:58 Paulo Cabido gtg: assignee Paulo Cabido (pcabido)
2011-11-26 17:08:06 Paulo Cabido gtg: status Confirmed In Progress
2011-11-26 17:12:30 Paulo Cabido branch linked lp:~pcabido/gtg/hackathon
2011-12-22 12:22:57 Izidor Matušov gtg: status In Progress Fix Committed
2011-12-22 12:23:01 Izidor Matušov gtg: milestone 0.3 0.2.9
2012-02-13 13:23:42 Izidor Matušov gtg: status Fix Committed Fix Released