[gnome-software/gnome-3-10] Add IBus frameworks installed by default as system apps



commit a83ebf77e443688d7db3b6e515b65aad1c6c25f5
Author: Richard Hughes <richard hughsie com>
Date:   Wed Oct 9 10:53:12 2013 +0100

    Add IBus frameworks installed by default as system apps

 src/plugins/gs-plugin-hardcoded-kind.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/src/plugins/gs-plugin-hardcoded-kind.c b/src/plugins/gs-plugin-hardcoded-kind.c
index 7403adb..3bb8974 100644
--- a/src/plugins/gs-plugin-hardcoded-kind.c
+++ b/src/plugins/gs-plugin-hardcoded-kind.c
@@ -54,6 +54,7 @@ gs_plugin_refine (GsPlugin *plugin,
        GsApp *app;
        guint i;
        const gchar *apps[] = {
+               /* core apps */
                "baobab",
                "eog",
                "epiphany",
@@ -86,6 +87,11 @@ gs_plugin_refine (GsPlugin *plugin,
                "totem",
                "vino",
                "yelp",
+               /* input methods */
+               "hangul",
+               "kkc",
+               "libpinyin",
+               "m17n",
                NULL };
 
        /* just mark each one as core */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]