[gnome-software/wip/iainl/ubuntu-xenial] Disable the snappy plugin
- From: William Hua <williamhua src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/iainl/ubuntu-xenial] Disable the snappy plugin
- Date: Tue, 19 Apr 2016 17:10:42 +0000 (UTC)
commit b8d2e408095de35fd5361bf86c851b5d5becd451
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 dd31714..2679cbf 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]