From unknown Thu Mar 28 21:41:13 2024 X-Loop: owner@bugs.x2go.org Subject: Bug#980: Replace hardcoded paths to make use of XDG_RUNTIME_DIR Reply-To: Klaus Fuerstberger , 980@bugs.x2go.org Resent-From: Klaus Fuerstberger Resent-To: x2go-dev@lists.x2go.org Resent-CC: owner@bugs.x2go.org X-Loop: owner@bugs.x2go.org Resent-Date: Tue, 12 Jan 2016 13:15:02 +0000 Resent-Message-ID: Resent-Sender: owner@bugs.x2go.org X-X2Go-PR-Message: report 980 X-X2Go-PR-Package: x2go X-X2Go-PR-Keywords: Received: via spool by submit@bugs.x2go.org id=B.145260434431456 (code B); Tue, 12 Jan 2016 13:15:02 +0000 Received: (at submit) by bugs.x2go.org; 12 Jan 2016 13:12:24 +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 autolearn=ham version=3.3.2 X-Greylist: delayed 572 seconds by postgrey-1.34 at ymir.das-netzwerkteam.de; Tue, 12 Jan 2016 14:12:22 CET Received: from ulmo.datenwerkstatt.net (ulmo.datenwerkstatt.net [91.250.103.52]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id 553FD3C574 for ; Tue, 12 Jan 2016 14:12:22 +0100 (CET) Received: from ulmo.datenwerkstatt.net (localhost [127.0.0.1]) by ulmo.datenwerkstatt.net (Postfix) with ESMTP id F264A20114 for ; Tue, 12 Jan 2016 14:02:44 +0100 (CET) Received: from jetway.local (ipbcc09e0a.dynamic.kabel-deutschland.de [188.192.158.10]) by ulmo.datenwerkstatt.net (Postfix) with ESMTPSA for ; Tue, 12 Jan 2016 14:02:44 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by jetway.local (Postfix) with ESMTP id EC270641DA3 for ; Tue, 12 Jan 2016 14:02:44 +0100 (CET) Received: from jetway.local ([127.0.0.1]) by localhost (jetway.local [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id KixZ3r6lxLDP for ; Tue, 12 Jan 2016 14:02:43 +0100 (CET) Received: from [192.168.179.27] (ork.fritz.box [192.168.179.27]) by jetway.local (Postfix) with ESMTPS id 7CE3B641C2E for ; Tue, 12 Jan 2016 14:02:43 +0100 (CET) From: Klaus Fuerstberger X-Enigmail-Draft-Status: N1110 To: submit@bugs.x2go.org Message-ID: <5694F987.9040902@arcor.de> Date: Tue, 12 Jan 2016 14:03:03 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Package: x2go Version: 4.0.1.19 I'm sharing a Java application over x2go which is started as single application. Now there is a problem to access the shared folder of the client. x2gomountdirs mounts the folder as a link to /tmp/.x2go-{$USER}/... When the java applications file chooser dialog wants to access /media then the selection jumps to /tmp but cannot find the hidden folder /tmp/.x2go-{$USER} directory, because it is a hidden .dot directory. Is ist possible to change the hardcoded directories to another, not hidden path, eg. /tmp/x2go-{$USER}... and additionally move the temporary files to the users home directory? Or even better, replace the hardcoded paths in the scripts to use XDG_RUNTIME_DIR. Regards Klaus From ionic@ionic.de Thu Jan 14 05:38:18 2016 Received: (at control) by bugs.x2go.org; 14 Jan 2016 04:38:19 +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.3 required=5.0 tests=BAYES_00,BODY_URI_ONLY, MISSING_SUBJECT,SPF_HELO_PASS,T_DKIM_INVALID,URIBL_BLOCKED autolearn=no version=3.3.2 Received: from Root24.de (powered.by.root24.eu [5.135.3.88]) by ymir.das-netzwerkteam.de (Postfix) with ESMTP id B202D5DB06 for ; Thu, 14 Jan 2016 05:38:18 +0100 (CET) Received: from [IPv6:2003:73:8f28:f601:fa1e:dfff:fedd:1f7] (p200300738F28F601FA1EDFFFFEDD01F7.dip0.t-ipconnect.de [IPv6:2003:73:8f28:f601:fa1e:dfff:fedd:1f7]) by mail.ionic.de (Postfix) with ESMTPSA id 266784F09E8B for ; Thu, 14 Jan 2016 05:38:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=ionic.de; s=default; t=1452746298; bh=MfU+3/819k7S170fvppwHN78lXO48eYqjg8J4wmFkZo=; h=To:From:Date:From; b=DDB6y/2TVe6lIIePvFW/zndf9nx804OquG2V8I7oGWpULV4nYWldlhAQu/Q67ZFxs /5EPHPAxKyHSqueJ2UA3oK4OYhPNMKCYp4KLnh1ckPvUP8Mc8cTMUK9XTYHae/7URS Mfh/K8BhdPaIAnpAiMibZcK0K/BcuFA/xUNPEjkQ= To: control@bugs.x2go.org From: Mihai Moldovan X-Enigmail-Draft-Status: N1110 Message-ID: <56972638.10800@ionic.de> Date: Thu, 14 Jan 2016 05:38:16 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="wJtELVUW0H30e0At1G0XMTff9pbDWdtFo" This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wJtELVUW0H30e0At1G0XMTff9pbDWdtFo Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable reassign 975 x2goclient 4.0.5.0 reassign 942 x2goclient 4.0.5.0 reassign 962 pyhoca-gui 0.5.0.4 reassign 881 pyhoca-gui 0.5.0.4 reassign 980 x2goserver 4.0.1.19 --wJtELVUW0H30e0At1G0XMTff9pbDWdtFo Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQIcBAEBCgAGBQJWlyY4AAoJEB/WLtluJTqHKQcP/jEcTGXXFVcKuwa0XIGie+/j Bha0xX1BYYma1s4y58wODeJk6b+5DOx0sWXmsJaEn5Og8on2r1aN7VpgdI8Qpky3 Pttox3JJXrwxWBLR/g2Ioax7gMJfQl3cORP8KSahlZD1Cl6ywPwe6Ge9MTz3x9ft 63dWoEsQF9jzQLH4/+7r+Y/w5V8NO30J9qjsH8wm1fry1tgEbOGxNXaMeVEb6BcG 1CN7J7RGczVlzix6q/Xj8wsl+3XR6gTCUioVYwgajWOr3unj7pm+GYyGhjLRFoSK GSgXGvXNta7OA+rGcNy6ctt/egXxJD30Q1qqCy/45Pm/Dj7bMyVI3NmKkk9aBXmk UgoOAafB/xl85pGN68uZI4rf3nQKPtkd6PV1KbGk2Wgg86ns7VDdxElpRYe0nriw 9eOiByqXTY8QJU1n/hkV3rtTvKZMpGX1h2GVYduBJP/08PuN1d9a5o6lJTS7aB1w QPSIU8fhThnthd0JV6QLHVTTx91/VnEG6PLtLag8PoQdblMx6TSD1ikvF9fWMWC1 mbYL13Fq3Dp+pHh3027faoT9r0v/NuT2Chk+NsYJ7ZsYv6t3jjuejtm+Is0WvCvk lw/mZxTu01wo5ozO7eGYf6MKmFO0MRHhKKaaNJDPuVvXJTUwitPT1vKza8Et9iAl /RXgu9mHniG2krZDTNVX =yaYg -----END PGP SIGNATURE----- --wJtELVUW0H30e0At1G0XMTff9pbDWdtFo--