From unknown Wed Jun 18 23:18:13 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#62755 <62755@debbugs.gnu.org> To: bug#62755 <62755@debbugs.gnu.org> Subject: Status: XDG Base Directory support Reply-To: bug#62755 <62755@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:18:13 +0000 retitle 62755 XDG Base Directory support reassign 62755 guile submitter 62755 Bruno Victal severity 62755 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Mon Apr 10 11:23:50 2023 Received: (at submit) by debbugs.gnu.org; 10 Apr 2023 15:23:50 +0000 Received: from localhost ([127.0.0.1]:35696 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pltN0-0007Xn-I3 for submit@debbugs.gnu.org; Mon, 10 Apr 2023 11:23:50 -0400 Received: from lists.gnu.org ([209.51.188.17]:47424) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pltMz-0007Xg-CL for submit@debbugs.gnu.org; Mon, 10 Apr 2023 11:23:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pltMw-0005Uo-UU for bug-guile@gnu.org; Mon, 10 Apr 2023 11:23:47 -0400 Received: from smtpmciv2.myservices.hosting ([185.26.107.238]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pltMu-00079f-V5 for bug-guile@gnu.org; Mon, 10 Apr 2023 11:23:46 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpmciv2.myservices.hosting (Postfix) with ESMTP id D574220D31 for ; Mon, 10 Apr 2023 17:23:41 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 5A59B80097; Mon, 10 Apr 2023 17:23:35 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id GAdvTZUtYym7; Mon, 10 Apr 2023 17:23:35 +0200 (CEST) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 0ABC080079; Mon, 10 Apr 2023 17:23:34 +0200 (CEST) Message-ID: <45c42d4c-92e4-32c4-d28a-75486c6b4e11@makinata.eu> Date: Mon, 10 Apr 2023 16:23:30 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.9.1 Content-Language: en-US To: bug-guile From: Bruno Victal Subject: XDG Base Directory support Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=185.26.107.238; envelope-from=mirai@makinata.eu; helo=smtpmciv2.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: mirai X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Guile could store its dotfiles (.guile, .guile_history, etc.) under the various directories specified in the XDG Base Directory standard to lessen the clutter in HOME. Regards, Bruno