Skip to content

Commit

Permalink
--vcxsrv: removed #165
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Jun 19, 2019
1 parent c8ced7a commit 782705d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions x11docker-gui
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,7 @@ start "Run GUI applications in docker containers - x11docker '$Version'" -> o
"--kwin: Wayland in KWin without X",
"--weston: Wayland in Weston without X",
"--hostwayland: Share host Wayland display without X",
"--vcxsrv: X on MS Windows for MSYS2/Cygwin/WSL",
"--xwin: X on MS Windows for Cygwin",
"--xwin: X in Cygwin/X on MS Windows",
"--tty: TTY only"
);
gpu "--gpu: Hardware acceleration for OpenGL graphics." -> "--gpu " | ! "" ;
Expand Down Expand Up @@ -294,8 +293,7 @@ start "Run GUI applications in docker containers - x11docker '$Version'" -> o
xhost "--xhost: Custom xhost setting on new X server. See \"man xhost\":" -> "--xhost=\"" @string="+SI:localuser:'$Containeruser'" "\" " | ! "" ;
noauth "--no-auth: Disable access restrictions of new X server. Use with care." -> "--no-auth " | ! "" ;
devxconfig "X and Wayland configuration" -> vt display westonini;
vt :beside "--vt: virtual terminal/tty to use:
(--xorg, --xpra, --xdummy)" -> "--vt=\"" @string="8" "\" " | ! "";
vt :beside "--vt: virtual terminal/tty to use: (--xorg only)" -> "--vt=\"" @string="8" "\" " | ! "";
display :beside "--display: display number to use (X and Wayland): " -> "--display=\"" @string="1000" "\" " | ! "";
westonini "--westonini: Custom weston.ini (see man weston.ini)" -> "--westonini=\"" @infile="/usr/share/doc/weston/examples/weston.ini" "\" " | ! "";
devrun -> setcapsdialog dockeroptions;
Expand Down

0 comments on commit 782705d

Please sign in to comment.