[gnome-software/wip/attente/ubuntu-xenial: 4/4] Disable the snappy plugin
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/attente/ubuntu-xenial: 4/4] Disable the snappy plugin
- Date: Mon, 18 Apr 2016 18:06:21 +0000 (UTC)
commit 3c22d68a208ea3956f4fc7be2885f1d14ccd5c78
Author: William Hua <william hua canonical com>
Date: Mon Apr 18 13:58:11 2016 -0400
Disable the snappy plugin
src/plugins/gs-plugin-snappy.c | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/src/plugins/gs-plugin-snappy.c b/src/plugins/gs-plugin-snappy.c
index c97b53e..ebd5f5c 100644
--- a/src/plugins/gs-plugin-snappy.c
+++ b/src/plugins/gs-plugin-snappy.c
@@ -46,11 +46,7 @@ gs_plugin_initialize (GsPlugin *plugin)
/* create private area */
plugin->priv = GS_PLUGIN_GET_PRIVATE (GsPluginPrivate);
- if (!g_file_test (SNAPD_SOCKET, G_FILE_TEST_EXISTS)) {
- g_debug ("disabling '%s' as no %s available",
- plugin->name, SNAPD_SOCKET);
- gs_plugin_set_enabled (plugin, FALSE);
- }
+ gs_plugin_set_enabled (plugin, FALSE);
}
static JsonParser *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]