[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2018-05-03 Thread Bug Watch Updater
** Changed in: gtk
   Status: Confirmed => Expired

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+:
  Expired
Status in gtk+3.0 package in Ubuntu:
  Fix Released
Status in gtk+3.0 source package in Oneiric:
  Fix Released

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-08 Thread Bug Watch Updater
** Changed in: gtk
   Status: Unknown = Confirmed

** Changed in: gtk
   Importance: Unknown = Medium

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+ GUI Toolkit:
  Confirmed
Status in “gtk+3.0” package in Ubuntu:
  Fix Released
Status in “gtk+3.0” source package in Oneiric:
  Fix Released

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-07 Thread Martin Pitt
Indeed, diff -u /usr/share/gir-1.0/Gdk-3.0.gir /home/martin-
scratch/gnome/share/gir-1.0/Gdk-3.0.gir shows e. g.

-enumeration name=EventType c:type=GdkEventType
+enumeration name=EventType
+ glib:type-name=GdkEventType
+ glib:get-type=gdk_event_type_get_type
+ c:type=GdkEventType


** Changed in: gtk+3.0 (Ubuntu)
 Assignee: (unassigned) = Martin Pitt (pitti)

** Also affects: gtk+3.0 (Ubuntu Oneiric)
   Importance: High
 Assignee: Martin Pitt (pitti)
   Status: Confirmed

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+ GUI Toolkit:
  Unknown
Status in “gtk+3.0” package in Ubuntu:
  Confirmed
Status in “gtk+3.0” source package in Oneiric:
  Confirmed

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-06 Thread Joanmarie
Aha, looks like I need to update my bug mail notifications as I don't
seem to have gotten this notice.

But, yeah, this affects me along with all Orca users. Orca no longer
runs in Oneiric now that introspection is being used. :-/

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gtk+3.0/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-06 Thread Jono Bacon
** Also affects: gtk via
   https://bugzilla.gnome.org/show_bug.cgi?id=647729
   Importance: Unknown
   Status: Unknown

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+ GUI Toolkit:
  Unknown
Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-06 Thread Charlie Kravetz
** Tags added: a11y oneiric

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+ GUI Toolkit:
  Unknown
Status in “gtk+3.0” package in Ubuntu:
  New

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-06 Thread Sebastien Bacher
** Changed in: gtk+3.0 (Ubuntu)
   Importance: Undecided = High

** Changed in: gtk+3.0 (Ubuntu)
   Status: New = Confirmed

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+ GUI Toolkit:
  Unknown
Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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


[Desktop-packages] [Bug 769256] Re: Gdk enumerations do not contain GType info in GIR

2011-09-06 Thread Charlie Kravetz
** Changed in: gtk+3.0 (Ubuntu)
Milestone: None = ubuntu-11.10-beta-2

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

Title:
  Gdk enumerations do not contain GType info in GIR

Status in GTK+ GUI Toolkit:
  Unknown
Status in “gtk+3.0” package in Ubuntu:
  Confirmed

Bug description:
  Gdk-3.0.{gir,typelib} omits GType info for enumerations. So the
  following script will fail:

  #!/usr/bin/python
  import pyatspi
  from gi.repository import Gdk

To manage notifications about this bug go to:
https://bugs.launchpad.net/gtk/+bug/769256/+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