Skip to content

Commit

Permalink
disable extension X-Resource again #167
Browse files Browse the repository at this point in the history
  • Loading branch information
mviereck committed Jul 2, 2019
1 parent 9b1e71a commit e5673e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11docker
Original file line number Diff line number Diff line change
Expand Up @@ -2537,7 +2537,7 @@ create_xcommand() { # create command to start X server and/or Waylan
+extension RANDR +extension RENDER +extension GLX \\
+extension XVideo +extension DOUBLE-BUFFER"
Xserveroptions="$Xserveroptions \\
+extension X-Resource +extension SECURITY +extension DAMAGE"
-extension X-Resource +extension SECURITY +extension DAMAGE"
Xserveroptions="$Xserveroptions \\
-extension XINERAMA -xinerama"
case $Sharehostipc in
Expand Down

0 comments on commit e5673e5

Please sign in to comment.