** Changed in: libgtk
       Status: New => Expired

** Changed in: pygtk
       Status: New => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to gtk+2.0 in Ubuntu.
https://bugs.launchpad.net/bugs/541970

Title:
  keymap.get_entries_for_keyval returns None when run inside an freenx
  nxserver

Status in FreeNX Server:
  New
Status in LibGTK:
  Expired
Status in PyGTK:
  Expired
Status in gtk+2.0 package in Ubuntu:
  Triaged

Bug description:
  Description:  Ubuntu 9.10
  Release:      9.10

  python-gtk2 2.16.0-0ubuntu1
  freenx-server: 0.7.3+teambzr104-0ubuntu1~karmic1

  michael@frigg:~$ python
  Python 2.6.4 (r264:75706, Dec  7 2009, 18:45:15)
  [GCC 4.4.1] on linux2
  Type "help", "copyright", "credits" or "license" for more information.
  >>> import gtk
  Xlib:  extension "Generic Event Extension" missing on display ":1000.0".
  Xlib:  extension "Generic Event Extension" missing on display ":1000.0".
  Xlib:  extension "Generic Event Extension" missing on display ":1000.0".
  Xlib:  extension "Generic Event Extension" missing on display ":1000.0".
  Xlib:  extension "Generic Event Extension" missing on display ":1000.0".
  >>> keymap = gtk.gdk.keymap_get_default()
  >>> print gtk.keysyms.Insert, 
keymap.get_entries_for_keyval(gtk.keysyms.Insert)
  65379 None
  >>>

  This may be an freenx bug, this may be a gtk or pygtk bug... This is
  when running an X session with freenx-server and connecting remotely.
  If I ssh to the machine, export my display to :0 (even though the
  machine is in a headless vm) and run the same test, it returns a
  proper value. I'm filing the bug under pygtk since that's the highest
  level package I can think of. This is causing gajim (as of the latest
  development versions) to crash on startup, with the traceback pointing
  to the keymap.get_entries_for_keyval command.

  Those Xlib warnings are because the freenx-server does not support the
  XGE extension.

To manage notifications about this bug go to:
https://bugs.launchpad.net/freenx-server/+bug/541970/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to     : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to