Hi,

Just tried to run the simple xterm server-side example and ran into this
error:
 # xinit /bin/sh -c "xterm & $RUN" -- /usr/bin/Xvfb $USE_DISPLAY
+extension Composite -ac -noreset

Could not init font path element /usr/share/fonts/TTF/, removing from list!
Could not init font path element /usr/share/fonts/OTF, removing from list!
Could not init font path element /usr/share/fonts/Type1/, removing from
list!
STRING
WM_CLASS
<gtk.gdk.Window object at 0x93f425c (GdkWindow at 0x9115eb0)>
STRING 'xterm\x00XTerm\x00'
WINDOW
WM_TRANSIENT_FOR
<gtk.gdk.Window object at 0x93f425c (GdkWindow at 0x9115eb0)>
Traceback (most recent call last):
  File "install/bin/parti", line 6, in <module>
    parti.scripts.main.main(sys.argv)
  File "install/lib/python/parti/scripts/main.py", line 20, in main
    p = parti.parti_main.Parti(options.replace)
  File "install/lib/python/parti/parti_main.py", line 20, in __init__
    self._wm = Wm("Parti", replace_other_wm)
  File "install/lib/python/wimpiggy/wm.py", line 186, in __init__
    self._manage_client(w)
  File "install/lib/python/wimpiggy/wm.py", line 209, in _manage_client
    win = WindowModel(self._root, gdkwindow)
  File "install/lib/python/wimpiggy/window.py", line 451, in __init__
    trap.call(setup_client)
  File "install/lib/python/wimpiggy/error.py", line 91, in call_unsynced
    return self._call(True, fun, args, kwargs)
  File "install/lib/python/wimpiggy/error.py", line 79, in _call
    value = fun(*args, **kwargs)
  File "install/lib/python/wimpiggy/window.py", line 438, in setup_client
    self._read_initial_properties()
  File "install/lib/python/wimpiggy/window.py", line 693, in
_read_initial_properties
    "WM_TRANSIENT_FOR", "window")
  File "/usr/src/parti-all-0.0.5/install/lib/python/wimpiggy/prop.py",
line 264, in prop_get
    data = trap.call_synced(XGetWindowProperty, target, key, atom)
  File "install/lib/python/wimpiggy/error.py", line 94, in call_synced
    return self._call(False, fun, args, kwargs)
  File "install/lib/python/wimpiggy/error.py", line 79, in _call
    value = fun(*args, **kwargs)
  File "wimpiggy.lowlevel.bindings.pyx", line 423, in
wimpiggy.lowlevel.bindings.XGetWindowProperty
TypeError: exceptions must be strings, classes, or instances, not type

waiting for X server to shut down xterm:  fatal IO error 32 (Broken
pipe) or KillClient on X server ":7.0"
FreeFontPath: FPE "/usr/share/fonts/misc/" refcount is 2, should be 1;
fixing.





Note: I had to enable the Composite extension to get that far.
Any ideas?


Thanks
Antoine

_______________________________________________
Parti-discuss mailing list
[email protected]
http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss

Reply via email to