On Tue, Aug 12, 2008, Stylianou, Costas wrote:
> Good idea, do you know where I can find the list of the gconf keys for
> the home page?

 The best way to check is probably the mbf source code which defines
 plenty of gconf keys like:
//gconf location of custom flash movie, and hide/show marquee
#define HILDON_DESKTOP_GCONF_PATH "/desktop/hildon"
#define MARQUEE_KEY     HILDON_DESKTOP_GCONF_PATH "/marquee/hide"
#define HOMEPAGE_KEY    HILDON_DESKTOP_GCONF_PATH "/htmlhomeplugin/homepage"
#define FLASHMOVIE_KEY  HILDON_DESKTOP_GCONF_PATH 
"/htmlhomeplugin/flashmoviename"
#define ONLYSHOWIN_FILTER_KEY  HILDON_DESKTOP_GCONF_PATH 
"/htmlhomeplugin/onlyshowin_filter"
#define ONLYSHOWIN_IGNORE_KEY  HILDON_DESKTOP_GCONF_PATH 
"/htmlhomeplugin/onlyshowin_ignore"

 in src/mobile-basic-home-plugin.c (or .cpp)

 However you can also "gconftool-2 -R / | grep -2 homepage" etc.

-- 
Loïc Minier

_______________________________________________
dev mailing list
dev@moblin.org
https://www.moblin.org/mailman/listinfo/dev

Reply via email to