Changes between Initial Version and Version 1 of Ticket #197, comment 1


Ignore:
Timestamp:
04/23/12 07:58:14 (12 years ago)
Author:
Antoine Martin
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #197, comment 1

    initial v1  
    1919
    2020Can you try running the same xpra server command directly on that server system to try to see why it failed:
    21 /usr/bin/xpra "--xvfb=/usr/bin/Xvfb +extension Composite -screen 0 3840x2560x24+32 -noreset -auth /var/run/gdm/auth-for-kaefert-fuKIoX/database"  "--bind-tcp=127.0.0.1:15062" "--password-file=/home/kaefert/.winswitch/server/sessions/61/session.pass" "--no-daemon" "--no-pulseaudio" "--session-name=Terminal" "start" ":61
     21{{{
     22/usr/bin/xpra "--xvfb=/usr/bin/Xvfb +extension Composite \
     23    -screen 0 3840x2560x24+32 -noreset -auth /var/run/gdm/auth-for-kaefert-fuKIoX/database" \
     24    "--bind-tcp=127.0.0.1:15062" \
     25    "--password-file=/home/kaefert/.winswitch/server/sessions/61/session.pass" \
     26    "--no-daemon" "--no-pulseaudio" "--session-name=Terminal" "start" ":61
    2227}}}
    2328You can safely drop "{{{--password-file}}}" and "{{{-auth xxxx}}}" (or replace it with the {{{$XAUTHORITY of your new user session}}}).