1
0
gnome-software/gnome-software-PK-updates.patch

14 lines
523 B
Diff

Index: gnome-software-3.11.1/src/gs-application.c
===================================================================
--- gnome-software-3.11.1.orig/src/gs-application.c
+++ gnome-software-3.11.1/src/gs-application.c
@@ -110,7 +110,7 @@ gs_application_initialize_plugins (GsApp
exit (1);
}
gs_plugin_loader_set_enabled (app->plugin_loader,
- "packagekit-updates", FALSE);
+ "packagekit-updates", TRUE);
/* show the priority of each plugin */
gs_plugin_loader_dump_state (app->plugin_loader);