On Wed, Nov 12, 2008 at 10:27 PM, Paul Marks <[EMAIL PROTECTED]> wrote: > On the server, I edited this file: > ~/.xpra/run-xpra > > And replaced the first line here with the second: > cd "/" > cd "$PWD" > > Now everything works fine. Is that a change that you had intended to make?
Ah, I see -- there's a bug in that it is indeed attempting to cd to the current working directory... but it calculates that directory *after* daemonizing, and part of daemonizing is chdir'ing to the root directory. I probably tested it with --no-daemon or something silly like that... I just pushed a fix; hopefully that should fix your problem, and thanks for the catch! -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
