Your message dated Fri, 03 Apr 2020 20:50:46 +0000
with message-id <[email protected]>
and subject line Bug#955634: Removed package(s) from unstable
has caused the Debian Bug report #550246,
regarding gtk doesn't display image in some chroot situation
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
550246: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550246
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: python-gtk2
Version: 2.16.0-1

In some chroot situations with xauth added display,
the images are not displayed by gtk.
This situation occured when trying to build a package with 
logilab-devtools :

$ python --version
Python 2.5.2
$ uname -r
2.6.29-2-amd64

# This should be equivalent to a chroot using pbuild:
$ lgp login -d sid

$ uname -r
2.6.29-2-amd64
$ python --version
Python 2.5.4

# enable X with xauth :
$ xauth add xxxxxxxxxx
$ export DISPLAY=<MY_DISPLAY>

# Here I can start an X application
# Also, I can see images with imagemagick
# However, this python script won't display "img.png"
$ cat gtk_display.py 

import gtk
image = gtk.Image()
image.set_from_file("img.jpg")
image.show()

window = gtk.Window(gtk.WINDOW_TOPLEVEL)
window.add(image)
window.show()
gtk.main()

$ python gtk_display.py 

^CTraceback (most recent call last):
  File "gtk_display.py", line 10, in <module>
    gtk.main()
KeyboardInterrupt

The "Version: 2.16.0-1" is the version in the chrooted environment.
The problem is the same in a "lenny" environment.

-- 

Emile Anclin <[email protected]>
http://www.logilab.fr/   http://www.logilab.org/ 
Informatique scientifique & et gestion de connaissances



--- End Message ---
--- Begin Message ---
Version: 2.24.0-6+rm

Dear submitter,

as the package pygtk has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/955634

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to