[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#129027: marked as done (python-gnome: If no icon is added, GnomeDruidPage leaves white space in corner)



Your message dated Mon, 17 Apr 2006 15:55:52 +0200
with message-id <20060417135549.GA25196@jroger.in-berlin.de>
and subject line unreproducible; closing
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: python-gnome
Version: 1.4.1-14
Severity: minor

Please consider:

#!/usr/bin/python

from gtk      import *
from gnome.ui import *


if __name__ == "__main__":
    win = GtkWindow()
    druid = GnomeDruid()
    druid.show()
    win.add(druid)

    page = GnomeDruidPageStart("Foo", "Bar")
    page.show()
    druid.append_page(page)

    win.show()

    mainloop()


If this program is called, the opened druid window contains a white
rectangle in place of the icon. I've seen other druids (like the one of
GnuCash) where this doesn't happen. (See attached image.)

You can exchange GnomeDruidPageStart by GnomeDruidPageFinish and it will
show the same behaviour. I have not tested the fixed
GnomeDruidPageStandard, though.

 - Sebastian

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux jroger 2.4.17 #1 Don Dez 27 18:26:46 CET 2001 i686
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro

Versions of packages python-gnome depends on:
ii  gconf                       1.0.7-3      GNOME configuration database syste
ii  gdk-imlib1                  1.9.11-3     Gdk-Imlib is an imaging library fo
ii  libart2                     1.4.1.2-11   The Gnome canvas widget - runtime 
ii  libaudiofile0               0.2.3-1      The Audiofile Library
ii  libc6                       2.2.4-5      GNU C Library: Shared libraries an
ii  libcapplet0                 1:1.4.0.1-14 Library for Gnome Control Center a
ii  libdb3                      3.2.9-14     Berkeley v3 Database Libraries [ru
ii  libesd0                     0.2.23-3     Enlightened Sound Daemon - Shared 
ii  libfreetype6                2.0.5-2      FreeType 2 font engine, shared lib
ii  libgal18                    0.18.1-1     G App Libs (run time library)
ii  libgconf11                  1.0.7-3      GNOME configuration database syste
ii  libgdk-pixbuf-gnome2        0.14.0-1     The GNOME GdkPixBuf library.
ii  libgdk-pixbuf2              0.14.0-1     The GdkPixBuf library.
ii  libglade-gnome0             0.17-2.1     Library to load .glade files at ru
ii  libglade0                   0.17-2.1     Library to load .glade files at ru
ii  libglib1.2                  1.2.10-3     The GLib library of C routines
ii  libgnome32                  1.4.1.2-11   The Gnome libraries
ii  libgnomeprint15             0.34-2       The GNOME Print architecture - run
ii  libgnomesupport0            1.4.1.2-11   The Gnome libraries (Support libra
ii  libgnomeui32                1.4.1.2-11   The Gnome libraries (User Interfac
ii  libgnorba27                 1.4.1.2-11   Gnome CORBA services
ii  libgtk1.2                   1.2.10-9     The GIMP Toolkit set of widgets fo
ii  libgtkhtml20                1.0.0-1      HTML rendering/editing library - r
ii  libgtkxmhtml1               1.4.1.2-11   The Gnome gtkxmhtml (HTML) widget
ii  libjpeg62                   6b-4         The Independent JPEG Group's JPEG 
ii  liboaf0                     0.6.7-4      The GNOME Object Activation Framew
ii  liborbit0                   0.5.12-1     Libraries for ORBit - a CORBA ORB
ii  libpanel-applet0            1.4.0.4-15   Library for Gnome Panel applets
ii  libpng2                     1.0.12-3     PNG library - runtime
ii  libxml1                     1:1.8.16-1   GNOME XML library
ii  libzvt2                     1.4.1.2-11   The Gnome zvt (zterm) widget
ii  oaf                         0.6.7-4      The GNOME Object Activation Framew
ii  python-gdk-imlib            0.6.8-14     GTK gdk_imlib support module for P
ii  python-gtk                  0.6.8-14     GTK support module for Python.
ii  xlibs                       4.1.0-1      X Window System client libraries
ii  zlib1g                      1:1.1.3-17   compression library - runtime

Attachment: druid-bug.png
Description: PNG image


--- End Message ---
--- Begin Message ---
Not reproducible with current version of python-gnome; closing.

 - Sebastian

--- End Message ---

Reply to: