Josselin Mouette wrote:
Le jeudi 05 juin 2008 à 12:47 +0200, Manuel Metz a écrit :
Package: python-gtk2
Version: 2.12.1-5
Severity: normal
It was reported (several bug-reports) that the patch isn't working
correctly on amd64 - this is NOT solved by re-adding the patch again.
Please remove this patch - it is not working. See last reports.
If you already know there have been reports that 2.12.1-5 is not working
properly, why did you open another bug? Especially one in which you
don't explain which applications are not working. I tested 2.12.1-5 on
amd64 with several pygtk applications before uploading.
If you have read the changelog enough to know the patch was added again,
you should understand that it is not causing the problem, but that it is
a part of the solution.
Now it is obvious that the fix is not enough for meld, and we will try
other changes suggested by upstream to fix that, but please refrain from
opening new bugs if you don't have useful information to tell us.
Thanks,
Sorry for this misunderstanding -- the other reports I was talking of
are those that were reported for the earlier version, I think it was
2.12.1-2 when this faulty patch was added first. It was removed in
2.12.1-4 -- and now re-added again. I can take ANY most simplistic pygtk
application, like the following
import gtk
win = gtk.Window(gtk.WINDOW_TOPLEVEL)
win.set_title("GTK Simple Test")
win.connect("delete-event", gtk.main_quit)
win.realize()
win.show_all()
gtk.main()
and it does not show up the main Window. Going back to 2.12.1-4 --
everything works fine again.
Manuel
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]