On Sat, Apr 19, 2008 at 4:02 AM, Mark Seaborn <[EMAIL PROTECTED]> wrote: > This patch adds a "standalone" subcommand to xpra. > > "xpra standalone COMMAND ARGS..." runs the given command so that the X > display is proxied by xpra. This is useful for testing. The xpra > client and server are run within the same process, although they still > communicate through a socket.
NB that with the code under discussion in the other thread, this effect can be achieved as something like: xpra start :20 --start-child="COMMAND ARGS" --start-child="xpra attach :20" (Or you can even leave off the second :20 if there are no other xpra servers running on the current machine.) -- Nathaniel _______________________________________________ Parti-discuss mailing list [email protected] http://lists.partiwm.org/cgi-bin/mailman/listinfo/parti-discuss
