← Back to team overview

desktop-packages team mailing list archive

[Bug 886359] Re: Missing feature blocks Python apps from being ported to GTK3.

 

Yep, affects Computer Janitor:

https://bugs.launchpad.net/ubuntu/+source/computer-janitor/+bug/806574

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pygobject in Ubuntu.
https://bugs.launchpad.net/bugs/886359

Title:
  Missing feature blocks Python apps from being ported to GTK3.

Status in “pygobject” package in Ubuntu:
  New

Bug description:
  gi.overrides.Gtk.ListStore has no attribute .reorder. Porting a PyGTK
  app to GI GTK3, I found that sorting a TreeView is no longer possible
  because GTK.ListStore doesn't provide a .reorder method. Reading the
  source code, I found that pygobject indeed doesn't have any override
  for .reorder. This is the source code I'm talking about:
  http://git.gnome.org/browse/pygobject/tree/gi/overrides/Gtk.py

  This is something I can't fix, but since it's likely that many Python
  GTK apps use TreeViews, it'd be very nice if a wizard could have a
  look at this ASAP.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pygobject/+bug/886359/+subscriptions


References