From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id AOfUNNt4JmCiFAAA0tVLHw (envelope-from ) for ; Fri, 12 Feb 2021 12:47:23 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id mHmLMNt4JmDbDAAAbx9fmQ (envelope-from ) for ; Fri, 12 Feb 2021 12:47:23 +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 530C41C4D6 for ; Fri, 12 Feb 2021 13:47:23 +0100 (CET) Received: from localhost ([::1]:39756 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAXqz-0003BO-3a for larch@yhetil.org; Fri, 12 Feb 2021 07:47:21 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:32832) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAXlM-0006UJ-5W for help-guix@gnu.org; Fri, 12 Feb 2021 07:41:32 -0500 Received: from famic.de ([85.25.48.132]:34824) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAXlI-0008Au-MJ for help-guix@gnu.org; Fri, 12 Feb 2021 07:41:30 -0500 Received: by famic.de (Postfix, from userid 111) id 005EF416B6; Fri, 12 Feb 2021 13:41:22 +0100 (CET) Received: from famic.de (ipbcc35423.dynamic.kabel-deutschland.de [188.195.84.35]) (using TLSv1.2 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by famic.de (Postfix) with ESMTPSA id B3CD740F58; Fri, 12 Feb 2021 13:41:20 +0100 (CET) Received: (nullmailer pid 10183 invoked by uid 1000); Fri, 12 Feb 2021 12:41:21 -0000 Date: Fri, 12 Feb 2021 13:41:20 +0100 To: martin@famic.de, help-guix@gnu.org Subject: Flatpak GTK+ application: no portal file chooser User-Agent: Heirloom mailx 12.5 6/20/10 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: <1613133681.004775.10180.nullmailer@famic.de> From: Received-SPF: pass client-ip=85.25.48.132; envelope-from=martin@famic.de; helo=famic.de 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_PASS=-0.001, SPF_PASS=-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: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -0.86 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: 530C41C4D6 X-Spam-Score: -0.86 X-Migadu-Scanner: scn0.migadu.com X-TUID: gbFFt2BvTl/R Hi there, I want to use `cherrytree` (a GTK+ note taking application) also on my = Guix system and found the flatpak release. The installation of flatpak = and this app from flathub worked fine so far but the app fails to open = the file chooser dialog if I want to open/import any file. Here is the error message: =09(cherrytree:2): Gtk-WARNING **: 08:55:54.552: Can't open portal file= chooser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Keine d= erartige Schnittstelle ?org.freedesktop.portal.FileChooser? des Objekts= im Pfad /org/freedesktop/portal/desktop =09 I installed both `xdg-desktop-portal` and `xdg-desktop-portal-gtk`, all= app specific dependencies (eg. GNOME Application Platform) were instal= led by flatpak, at least that is what I thought.=20 I do not have the the GNOME desktop service installed but use bspwm as = window manager, if this is relevant. Do you have an idea how to fix this? Thanks in advance,=20 Martin=