** Changed in: gnome-python-desktop (Debian) Status: Unknown => Won't Fix
** Changed in: gnome-python-desktop Status: New => Won't Fix ** Changed in: gnome-python-desktop (Debian) Importance: Unknown => Medium -- You received this bug notification because you are a member of Desktop Packages, which is subscribed to gnome-python-desktop in Ubuntu. https://bugs.launchpad.net/bugs/642913 Title: python wnck bindings have broken constants again Status in Gnome Python Desktop: Won't Fix Status in “gnome-python-desktop” package in Ubuntu: Fix Released Status in “gnome-python-desktop” source package in Lucid: Fix Released Status in “gnome-python-desktop” source package in Maverick: Fix Released Status in “gnome-python-desktop” package in Debian: Won't Fix Bug description: Bug 447479 got fixed in libwnck (the constants should have been registered as flags, not as enums) but a workaround also got put in to python's wnck bindings (register constants as enum instead of flags). So this has created a sort of mirror image of the original bug with effectively the same symptoms. Fixed on natty; needs back-porting for any supported release where doing: python -c "import wnck" produces a warning or error. TEST CASE: 0. install python-wnck 1. run python -c "import wnck" 2. verify what you get a WARNING 3. install python-wnck from -proposed 4. repeat (1) 5. verify that this time there is no warning To manage notifications about this bug go to: https://bugs.launchpad.net/gnome-python-desktop/+bug/642913/+subscriptions -- Mailing list: https://launchpad.net/~desktop-packages Post to : desktop-packages@lists.launchpad.net Unsubscribe : https://launchpad.net/~desktop-packages More help : https://help.launchpad.net/ListHelp