[gnome-builder] flatpak: allow access to properties



commit 93ed553b1b8f7623288600de5ac9a5537830680b
Author: Christian Hergert <chergert redhat com>
Date:   Tue May 4 21:39:01 2021 -0700

    flatpak: allow access to properties
    
    We want this for DefaultArch.

 src/plugins/flatpak/gbp-flatpak-client.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/plugins/flatpak/gbp-flatpak-client.c b/src/plugins/flatpak/gbp-flatpak-client.c
index 42b335bb1..0214cc732 100644
--- a/src/plugins/flatpak/gbp-flatpak-client.c
+++ b/src/plugins/flatpak/gbp-flatpak-client.c
@@ -93,7 +93,7 @@ gbp_flatpak_client_subprocess_spawned (GbpFlatpakClient        *self,
   g_dbus_connection_start_message_processing (self->connection);
 
   self->service = ipc_flatpak_service_proxy_new_sync (self->connection,
-                                                      G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
+                                                      G_DBUS_PROXY_FLAGS_NONE,
                                                       NULL,
                                                       "/org/gnome/Builder/Flatpak",
                                                       NULL,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]