A page in your DokuWiki was added or changed. Here are the details: Date : 2020/08/20 19:08 Browser : Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36 IP-Address : 87.172.238.24 Hostname : p57acee18.dip0.t-ipconnect.de Old Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround?rev=1597... New Revision: https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround Edit Summary: [Debian Buster and Mesa 19.3.2] User : uli42 @@ -33,9 +33,9 @@ If you want you can copy the libgl-xlib directory to some location of your likes and write a small wrapper "x2goglx" for starting GLX applications: <code> #!/bin/sh - LD_LIBRARY_PATH=<your directory>/libgl-xlib exec "$@" + LD_LIBRARY_PATH=<your directory>/libgl-xlib:${LD_LIBRARY_PATH} exec "$@" </code> <code> $ chmod u+rx x2goglx -- This mail was generated by DokuWiki at https://wiki.x2go.org/