gtg team mailing list archive
-
gtg team
-
Mailing list archive
-
Message #02228
[Bug 577111] Re: Some plugins has zero-sized About Window
I need to do special research to discover a way to guaranteed reproduction of th bug. :-)
The results on the Ubuntu Lucid and Karmic are the same...
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.
Those steps are the same on the Karmic and on the Lucid on 2 different computers.
Sorry for incomplete initial bug report.
--
Some plugins has zero-sized About Window
https://bugs.launchpad.net/bugs/577111
You received this bug notification because you are a member of Gtg
contributors, which is subscribed to Getting Things GNOME!.
Status in Getting Things GNOME!: Incomplete
Bug 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.
References