Greetings.
On Fri, 24 Jan 2020 09:23:42 +0100, Tristan Miller <psychonaut@nothingisreal.com> wrote:
On Thu, 23 Jan 2020 19:40:05 +0100, Ulrich Sibiller <uli42@gmx.de> wrote:
I have updated the instructions at https://wiki.x2go.org/doku.php/wiki:development:glx-xlib-workaround
Works for me ;-)
Thanks; working fine for me as well now!
By the way, your instructions suggest using a wrapper script that sets LD_LIBRARY_PATH when invoking GLX applications. Is there any reason that I can't just export LD_LIBRARY_PATH globally in my X2Go sessions? That is, is there any danger/disadvantage to using Mesa's libGL when running non-GLX applications over X2Go? I ask because just setting LD_LIBRARY_PATH in my .bashrc (within an if block that checks for $X2GO_AGENT_PID or $X2GO_SESSION) will be easier than remembering to manually invoke a wrapper for GLX applications.
Regards, Tristan
Tristan Miller