mirror of
https://github.com/ostreedev/ostree.git
synced 2025-03-16 10:50:43 +03:00
core: Disable Soup-gnome features for pull
Otherwise we get a dconf thread that tries to talk to the session bus. I think this comes from the proxy settings lookup.
This commit is contained in:
parent
ab58faefef
commit
0e5919bde1
@ -518,7 +518,6 @@ ostree_builtin_pull (int argc, char **argv, GFile *repo_path, GError **error)
|
||||
soup_uri_set_path (target_uri, refpath);
|
||||
|
||||
soup = soup_session_sync_new_with_options (SOUP_SESSION_USER_AGENT, "ostree ",
|
||||
SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_GNOME_FEATURES_2_26,
|
||||
SOUP_SESSION_ADD_FEATURE_BY_TYPE, SOUP_TYPE_COOKIE_JAR,
|
||||
NULL);
|
||||
if (!fetch_uri (repo, soup, target_uri, "ref-", &tempf, error))
|
||||
|
Loading…
x
Reference in New Issue
Block a user