From unknown Fri Mar 29 16:01:30 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#949: Shell variable name conflict Reply-To: Michael , 949@bugs.x2go.org Resent-From: Michael Resent-To: x2go-dev@lists.x2go.org Resent-CC: owner@bugs.x2go.org X-Loop: owner@bugs.x2go.org Resent-Date: Fri, 25 Sep 2015 03:40:01 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 949 X-X2Go-PR-Package: (ubuntu server) x2goserver_4.0.1.19-0~1064~ubuntu14.04.1 X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.144315229018853 (code B); Fri, 25 Sep 2015 03:40:01 +0000 Received: (at submit) by bugs.x2go.org; 25 Sep 2015 03:38:10 +0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on ymir.das-netzwerkteam.de X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=ham version=3.3.2 Received: from mail-io0-f175.google.com (mail-io0-f175.google.com [209.85.223.175]) by ymir.das-netzwerkteam.de (Postfix) with ESMTPS id A2A775DA2B for ; Fri, 25 Sep 2015 05:38:08 +0200 (CEST) Received: by iofb144 with SMTP id b144so98810583iof.1 for ; Thu, 24 Sep 2015 20:38:07 -0700 (PDT) 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=/rxthYhG1AXtu2EhYxVIFTGK+46iZ9dqcHc2UvoRh3k=; b=mhxRaSH+Ni9aATwqB7/fQoOQYiQRzpfUV8bCf/IRDf6ZnK7wJzpK1f0GL7XnWA8SY+ A6KOq1JBVDhi/kRJj3XZWM+OodfSuB1Bqmwag8z5lsQJUStg439UHJbLMAkPLD3CLV96 bDfm4+0sga2JxbtmMWWPEyVWxR3infS+KkQUsWK8fMnWnmzrmhKVTcc4QMmSljaBs92X K+gKi7ejEyOelnuz+4d1LaHYNW3/S/wiA4JtjAk5oDFkPo1cVPKZLTNVNah9ZEl/hwJb ikwAGiA0UaseTwJi1PJiMDCJmQZy4REydo5DqcMmnO+p54BdY243ao6GhDSnWIjHAIet EY+A== MIME-Version: 1.0 X-Received: by 10.107.47.221 with SMTP id v90mr3970470iov.185.1443152287155; Thu, 24 Sep 2015 20:38:07 -0700 (PDT) Received: by 10.36.31.147 with HTTP; Thu, 24 Sep 2015 20:38:07 -0700 (PDT) Date: Fri, 25 Sep 2015 13:38:07 +1000 Message-ID: From: Michael To: submit@bugs.x2go.org Content-Type: multipart/alternative; boundary=001a11c150806ecc8a05208a13c3 --001a11c150806ecc8a05208a13c3 Content-Type: text/plain; charset=UTF-8 Package: (Ubuntu server) x2goserver_4.0.1.19-0~1064~ubuntu14.04.1 Version: 4.0.1.19-0~1064 The name of shell variable ${STARTUP} defined by x2goserver is too common. > $ echo $STARTUP > /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch /usr/bin/env LD_LIBRARY_PATH=/usr/lib/nx/X11/Xinerama:/usr/lib/nx/X11 xfce4-session It would easily cause conflicts with other things. (Took me a week to debug :() Could you please consider changing it to some more specific name like "X2GO_STARTUP"? Thanks! --001a11c150806ecc8a05208a13c3 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Package: (Ubuntu server) x2goserver_4.0.1.19-0~1064~u=
buntu14.04.1
Version: 4.0.1.19-0~1064

The name of shell variable ${STA=
RTUP} defined by x2goserver is too common.
> $ echo $STARTUP
> = /usr/bin/dbus-launch --exit-with-session /usr/bin/im-launch /usr/bin/env LD= _LIBRARY_PATH=3D/usr/lib/nx/X11/Xinerama:/usr/lib/nx/X11 xfce4-session
<= /pre>
It would easily cause conflicts with other things. (Took me a wee=
k to debug :()

Could you please consider changing it to s=
ome more specific name like "X2GO_STARTUP"?

Tha=
nks!

--001a11c150806ecc8a05208a13c3--