2009/5/16 Thomas Käfer <[email protected]>: > File "/usr/local/lib/xpra/parti-all-0.0.6/install/lib/python/xpra/server.py", > line 250, in __init__ > sys.stderr.write("Error running xmodmap: %s\n" % (e,)) > NameError: global name 'sys' is not defined
Here's the problem -- you need xmodmap installed on the server. (It might be part of a package called "x11-xserver-utils" or something like that.) Also, there's a bug -- xpra tries to tell you what the problem is, but in 0.0.6 that error-reporting code doesn't actually work :-). That'll be fixed in the next release. -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
