From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 04 05:50:57 2023 Received: (at 61103) by debbugs.gnu.org; 4 Feb 2023 10:50:58 +0000 Received: from localhost ([127.0.0.1]:40761 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOG8H-0001df-IY for submit@debbugs.gnu.org; Sat, 04 Feb 2023 05:50:57 -0500 Received: from knopi.disroot.org ([178.21.23.139]:34156) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pOG8E-0001dV-Tc for 61103@debbugs.gnu.org; Sat, 04 Feb 2023 05:50:55 -0500 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 4872441492; Sat, 4 Feb 2023 11:50:53 +0100 (CET) X-Virus-Scanned: SPAM Filter at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 0ulRR2Rby-qK; Sat, 4 Feb 2023 11:50:52 +0100 (CET) From: =?utf-8?B?TcOhamEgVG9tw6HFoWVr?= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1675507852; bh=yOXwh9vvRPt7hg5zVAcgCAToUa8912Fm9M9KirbX+4o=; h=From:To:Subject:In-Reply-To:References:Date; b=IOQKSvRRiMdzSxl+JtX/BEm3TMWlzNPFygF813LbJyHeUxXIT6UH5vuCdYuc30diM 06/5eDQWiNFf1BYc//4y+8sg1MXYktQ+9cc0cA2VpitcsUDIS3s78UW1Z+mDgUUXo2 X5eiCPFE2vk/nVq6IK8YjrsYaRwzFQi9fEdrF2UkI3OV7b9O8G4Ptc5QH5+++lKoRO aeER3dbSYjOcQ+0huO9Fbt0p2nLOGGK7eZxYTpoFjiliuxCIvuIgED64nmiYut8LH+ DQc5/M0usc+swmHs+bs3dSDhyASQXo6vrudgvMVCxX/klO+RsX7DYurBw415CEg0HB /zaDg8shLqx5Q== To: Liliana Marie Prikler , 61103@debbugs.gnu.org Subject: Re: No Subject In-Reply-To: References: <7730eb7a4bbe3bde3de772349901ba21.maya.tomasek@disroot.org> Date: Sat, 04 Feb 2023 11:50:50 +0100 Message-ID: <877cwxaelx.fsf@disroot.org> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 2.0 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: Liliana Marie Prikler writes: > I am fairly certain that by default, dconf-editor does not crash when > using gnome-desktop-service-type (i.e. the "default" configuration). Content analysis details: (2.0 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 2.0 SLIGHTLY_BAD_SUBJECT Subject contains something slightly spammy 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record X-Debbugs-Envelope-To: 61103 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: 1.0 (+) Liliana Marie Prikler writes: > I am fairly certain that by default, dconf-editor does not crash when > using gnome-desktop-service-type (i.e. the "default" configuration). I'm afraid that it does. At least on my system it does. I use gnome-desktop-service-type. > Now fair enough, it might still break in the way you described *outside > of gnome*, but in any case, propagating inputs is no solution and in > this case, you're breaking cross-compilation to rely on a side effect. I understand that it is not an optimal solution. I didn't like it either, but I didn't find any other solution > The package you do want is most likely gsettings-desktop-schemas I have now tried the following: --- $ guix shell --pure gsettings-desktop-schemas dconf-editor $ dconf-editor (dconf-editor:4990): dbind-WARNING **: 11:46:30.355: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files (dconf-editor:4990): GLib-GIO-ERROR **: 11:46:30.369: No GSettings schemas are installed on the system zsh: trace trap dconf-editor --- and --- $ guix shell gsettings-desktop-schemas dconf-editor $ dconf-editor (dconf-editor:5048): GLib-GIO-ERROR **: 11:47:58.518: Settings schema 'ca.desrt.dconf-editor.Lib' is not installed zsh: trace trap dconf-editor --- Both resulting in an error. Yes the error is different but I'm not knowledgeable enough to fix this issue. > think it ought to be possible to fix dconf-editor without propagating That would be great! Regards, Maya