From debbugs-submit-bounces@debbugs.gnu.org Tue Aug 17 00:32:18 2021 Received: (at 48538) by debbugs.gnu.org; 17 Aug 2021 04:32:18 +0000 Received: from localhost ([127.0.0.1]:51277 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFqlq-00017C-EC for submit@debbugs.gnu.org; Tue, 17 Aug 2021 00:32:18 -0400 Received: from mail-4323.protonmail.ch ([185.70.43.23]:32918) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mFqlk-00016j-6W for 48538@debbugs.gnu.org; Tue, 17 Aug 2021 00:32:12 -0400 Date: Tue, 17 Aug 2021 04:32:00 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1629174721; bh=8avBLRc4AXeU75mac2I1vx10Y+0j5CZvhNMXcrqcANY=; h=Date:To:From:Reply-To:Subject:In-Reply-To:References:From; b=ZN3lvkr3GtDndj6LedAdChJxgvIHkXncRD3avDOu69f5fHrOeocI6qrSBWxT0UUkD 2d29YEEbqhnV1xT/JvTzctBTAa3bdPbUmaA0B7RJTDzUI5DCB3itHYwLtVQRU8vD/k ukxZwfB1XBTd05PYNuTiDQAj0TPaU7M6hEq5Abi8= To: "48538@debbugs.gnu.org" <48538@debbugs.gnu.org> From: John Kehayias Subject: Re: D-Bus services not working on foreign distributions/non-user profiles Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=10.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mailout.protonmail.ch X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 48538 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: , Reply-To: John Kehayias Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) It looks like dbus-daemon-wrapper tries to take care of this by finding the= user's profile, but this would just be the default one: https://git.savann= ah.gnu.org/cgit/guix.git/tree/gnu/services/xorg.scm#n851 Not sure if it is easy for the service to find a non-standard profile, or i= f this should be exposed some other way.