dogtail-devel [Bug 354518] Dogtail headless does not work



Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=354518
 dogtail | Framework | Ver: 0.5.x





------- Comment #7 from Zack Cerza  2006-09-06 16:41 UTC -------
XFS: From what I understand, X needs to be able to talk to the font server.

For the TypeError, I was in fact able to reproduce that on rawhide. It appears
to be a python bug:

this:

xinitrc.write('cd %s && dogtail-detect-session && sh -c "%s"; echo -n $? >
%s\n') % (os.getcwdu(), script, exitCodeFile)

no longer works, but this:

s = 'cd %s && dogtail-detect-session && sh -c "%s"; echo -n $? > %s\n' %
(os.getcwdu(), script, exitCodeFile)
xinitrc.write(s)

does.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the QA contact for the bug.
You are watching the assignee for the bug.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]