From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id SH2GE0ebBWDmdwAA0tVLHw (envelope-from ) for ; Mon, 18 Jan 2021 14:29:27 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id MH5gD0ebBWCkKwAAB5/wlQ (envelope-from ) for ; Mon, 18 Jan 2021 14:29:27 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id BF971940501 for ; Mon, 18 Jan 2021 14:29:26 +0000 (UTC) Received: from localhost ([::1]:39786 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l1VX1-00078J-Vs for larch@yhetil.org; Mon, 18 Jan 2021 09:29:24 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:53472) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1VWs-000774-EQ for help-guix@gnu.org; Mon, 18 Jan 2021 09:29:14 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:42507) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l1VWq-0004gX-7P for help-guix@gnu.org; Mon, 18 Jan 2021 09:29:14 -0500 X-Originating-IP: 91.169.127.99 Received: from [192.168.1.3] (91-169-127-99.subs.proxad.net [91.169.127.99]) (Authenticated sender: jeremy@korwin-zmijowski.fr) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 41BE8FF80B; Mon, 18 Jan 2021 14:29:08 +0000 (UTC) Message-ID: Subject: Re: Gnome and custom profile From: =?ISO-8859-1?Q?J=E9r=E9my?= Korwin-Zmijowski To: Luis Felipe Date: Mon, 18 Jan 2021 15:29:07 +0100 In-Reply-To: References: <733e43bd200e00de0477c6876572d140f5679f38.camel@korwin-zmijowski.fr> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.34.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: none client-ip=217.70.183.199; envelope-from=jeremy@korwin-zmijowski.fr; helo=relay9-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "help-guix@gnu.org" Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.36 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: BF971940501 X-Spam-Score: -2.36 X-Migadu-Scanner: scn1.migadu.com X-TUID: 4fRNb/T1Zel3 Le lundi 18 janvier 2021 à 14:14 +0000, Luis Felipe a écrit : > Hi, Jérémy, > > ‐‐‐‐‐‐‐ Original Message ‐‐‐‐‐‐‐ > On Saturday, January 16, 2021 9:56 PM, Jérémy Korwin-Zmijowski < > jeremy@korwin-zmijowski.fr> wrote: > > > XDG_DATA_DIRS="${XDG_DATA_DIRS}:${GUIX_EXTRA_PROFILES}/jeko/share" > > But are you sure you are exporting XDG_DATA_DIRS? > > For what it's worth, I export that variable for GNOME to find the > applications I install with Flatpak, and it works. I don't use > .profile though, I use .bash_profile for that and to start the > shepherd for user-level services when I log in to the desktop. I tried through .bash_profile and it works ! Thank you Luis ! Jérémy