summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-05-12 08:59:25 +0200
committerAlexander Larsson <alexl@redhat.com>2016-05-12 08:59:25 +0200
commit9c01fb93aa9fde9faf2507bd848ddae886d36032 (patch)
tree81584df05a97b80381c651bc68f0728b44f63ebc
parent47bb7e2b2e6da03d3943a710743cce766809b3aa (diff)
downloadxdg-app-9c01fb93aa9fde9faf2507bd848ddae886d36032.tar.gz
system-helper: Set infinite timeout when doing system-helper calls
-rw-r--r--common/flatpak-dir.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/flatpak-dir.c b/common/flatpak-dir.c
index 2c0e1f0..c8c7c8a 100644
--- a/common/flatpak-dir.c
+++ b/common/flatpak-dir.c
@@ -223,7 +223,7 @@ flatpak_dir_get_system_helper (FlatpakDir *self)
g_warning ("Can't find org.freedesktop.Flatpak.SystemHelper: %s\n", error->message);
system_helper = NO_SYSTEM_HELPER;
}
-
+ g_dbus_proxy_set_default_timeout (G_DBUS_PROXY (self->system_helper), G_MAXINT);
g_once_init_leave (&self->system_helper, system_helper);
}