From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 6FKsMQWvJmCCMgAA0tVLHw (envelope-from ) for ; Fri, 12 Feb 2021 16:38:29 +0000 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id uBuQLQWvJmBHKgAA1q6Kng (envelope-from ) for ; Fri, 12 Feb 2021 16:38:29 +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 4CA5826E92 for ; Fri, 12 Feb 2021 17:38:29 +0100 (CET) Received: from localhost ([::1]:45054 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1lAbSc-0007pP-L7 for larch@yhetil.org; Fri, 12 Feb 2021 11:38:26 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:35980) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAbRy-0007pD-FF for help-guix@gnu.org; Fri, 12 Feb 2021 11:37:46 -0500 Received: from mail-40130.protonmail.ch ([185.70.40.130]:32987) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lAbRu-00076Q-Gj for help-guix@gnu.org; Fri, 12 Feb 2021 11:37:45 -0500 Date: Fri, 12 Feb 2021 16:37:33 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1613147855; bh=f5TOrukAxVulmPVEISIZVDORkOGDOzxnavhmrO3yVn0=; h=Date:To:From:Cc:Reply-To:Subject:In-Reply-To:References:From; b=U67bVBUjTg89HHZoPdeWoIfAaM3v7PnA3jWhFXROMUmF5A5/jvPDTRDQnlsokZtaw ttp56XAxQOlQ5uMUzoF9k3REUU9Y0HsROnPD48p4B2PiFiB6OXLgSxau1WSrnJZyOs H1PpMO1sGBSeckKvdebNhf++IksiHTDC0FaB/g40= To: "martin@famic.de" From: Luis Felipe Cc: "help-guix@gnu.org" Subject: Re: Flatpak GTK+ application: no portal file chooser Message-ID: In-Reply-To: <1613133681.004775.10180.nullmailer@famic.de> References: <1613133681.004775.10180.nullmailer@famic.de> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.70.40.130; envelope-from=luis.felipe.la@protonmail.com; helo=mail-40130.protonmail.ch X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, 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: , Reply-To: Luis Felipe Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -1.56 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=protonmail.com header.s=protonmail header.b=U67bVBUj; dmarc=pass (policy=quarantine) header.from=protonmail.com; 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: 4CA5826E92 X-Spam-Score: -1.56 X-Migadu-Scanner: scn1.migadu.com X-TUID: pqciep0ULsCo > Hi there, Hi, Martin, > I want to use `cherrytree` (a GTK+ note taking application) also on my Gu= ix system and found the flatpak release. The installation of flatpak and th= is app from flathub worked fine so far but the app fails to open the file c= hooser dialog if I want to open/import any file. > > Here is the error message: > > (cherrytree:2): Gtk-WARNING **: 08:55:54.552: Can't open portal file choo= ser: GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: Keine derartige = Schnittstelle ?org.freedesktop.portal.FileChooser? des Objekts im Pfad /org= /freedesktop/portal/desktop > > I installed both `xdg-desktop-portal` and `xdg-desktop-portal-gtk`, all a= pp specific dependencies (eg. GNOME Application Platform) were installed by= flatpak, at least that is what I thought. > > I do not have the the GNOME desktop service installed but use bspwm as wi= ndow manager, if this is relevant. For what it's worth, I use the GNOME desktop, and that problem is common in= most of the applications I've tried from flatpak before. I remember Firefo= x and Jami having the same problem (I don't know if the same error, though,= I never checked). But some other apps don't have that problem (e.g. Glade,= Builder).