From unknown Fri Mar 29 08:51:28 2024 X-Loop: git-admin@x2go.org Subject: Bug#78: NX_xrandr lacks support from Xrandr 1.2 and higher Reply-To: Reinhard Tartler , 78@bugs.x2go.org Resent-From: Reinhard Tartler Resent-To: x2go-dev@lists.berlios.de Resent-CC: X2Go Developers X-Loop: git-admin@x2go.org Resent-Date: Thu, 06 Dec 2012 12:03:02 +0000 Resent-Message-ID: Resent-Sender: git-admin@x2go.org X-X2Go-PR-Message: report 78 X-X2Go-PR-Package: x2goagent X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.135479517811289 (code B); Thu, 06 Dec 2012 12:03:02 +0000 Received: (at submit) by bugs.x2go.org; 6 Dec 2012 11:59:38 +0000 Received: from mail-ob0-f179.google.com (mail-ob0-f179.google.com [209.85.214.179]) by ymir (Postfix) with ESMTPS id 41A133BC43 for ; Thu, 6 Dec 2012 12:59:38 +0100 (CET) Received: by mail-ob0-f179.google.com with SMTP id x4so5800890obh.24 for ; Thu, 06 Dec 2012 03:59:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=3DqCCeegUCSppr6kDGd/58Gjim1OinO4n/jZESRrgbU=; b=vTUdt/9DpxO+25suEaI8tg23CAFxb4keSDYIUD4hcVVNeCDyNWTfG4IOqQl1l5zpR1 EM1lvxWzogN1bBVlbM1/d9BrCUDqZVTZsXA1KjY8rgmHs+vygEq9nuNoPquoRFwsChTk OFYU68InvlX83CaF3PpmBPAANdQM4EtpXDOVDLLdWJpFHBFkUmM7uMVghwvF/lg/dGk0 H44st40ERf9ynuhcgo1U29UbsyoBtwoCTGvt2L391PZ7QXAy2nIT6JYUCWaWWyLbuZdS VxTN+1OZ4kapfZr4d+D0oqkN22GeTeAbQBVNgThxqb2yFAZIDNfwmrQDG30iHbzOFak+ 89VA== MIME-Version: 1.0 Received: by 10.60.8.65 with SMTP id p1mr699434oea.4.1354795177061; Thu, 06 Dec 2012 03:59:37 -0800 (PST) Received: by 10.60.25.71 with HTTP; Thu, 6 Dec 2012 03:59:36 -0800 (PST) Date: Thu, 6 Dec 2012 12:59:36 +0100 Message-ID: From: Reinhard Tartler To: submit@bugs.x2go.org Content-Type: text/plain; charset=ISO-8859-1 Package: x2goagent When starting a new x2go session, the startup scripts modify the LD_LIBRARY_PATH of all applications to include /usr/lib/nx/X11/Xrandr. This replaces the system libXrandr with the NX/X2go provided one. Unfortunately, this breaks the xrandr utility: >> echo $LD_LIBRARY_PATH /usr/lib/nx/X11/Xrandr:/usr/lib/nx/X11/Xinerama:/usr/lib/nx/X11 >> xrandr xrandr: symbol lookup error: xrandr: undefined symbol: XRRGetScreenSizeRange zsh: exit 127 xrandr -- regards, Reinhard