2014-04-03 22:43:40 +02:00
|
|
|
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);
|