This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Possible to use clipboard with remote/xdm connection?


Well I'm getting a little further with this problem but I'm still
hitting the fundamental problem that xhost can't set the required
local display permission so that xwinclip can be run.

Thus I have the following .bat file to start the xdm session:-

    SET DISPLAY=127.0.0.1:0.0

    SET REMOTE_HOST=192.168.13.1

    SET CYGWIN_ROOT=\cygwin

    SET PATH=.;%CYGWIN_ROOT%\bin;%CYGWIN_ROOT%\usr\X11R6\bin;%PATH%


    REM Cleanup after last run.

    if not exist %CYGWIN_ROOT%\tmp\.X11-unix\X0 goto CLEANUP-FINISH
    attrib -s %CYGWIN_ROOT%\tmp\.X11-unix\X0
    del %CYGWIN_ROOT%\tmp\.X11-unix\X0

    :CLEANUP-FINISH
    if exist %CYGWIN_ROOT%\tmp\.X11-unix rmdir
    %CYGWIN_ROOT%\tmp\.X11-unix

    echo startxdmcp.bat - Starting on Windows NT/2000/XP

    start /B XWin -query %REMOTE_HOST%
    start /B xhost 127.0.0.1
    start /B xwinclip


The "start /B xhost 127.0.0.1" and the "start /B xwinclip" both fail
because they haven't got permission to access display 127.0.0.1:0.0.

How on earth can one set this permission if xhost can't be run?

The xterm one is running in has permission to display so why can't
xhost and xwinterm display there too?

-- 
Chris Green (chris@areti.co.uk)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]