[Parti-discuss] "xpra attach ssh:" doesn't quite work seamlessly yet

Nathaniel Smith njs at pobox.com
Thu Nov 13 01:45:58 EST 2008


On Wed, Nov 12, 2008 at 10:27 PM, Paul Marks <paul at pmarks.net> 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



More information about the Parti-discuss mailing list