On Tue, 2011-02-22 at 11:47 +0200, [email protected] wrote: > Hi > > I have developed one small widget to override the default virtual > keyboard and kept my lib @ /usr/lib/meego-im-plugins location. I > didn’t see any updates on virtual keyboard.
Current VKB plugin is determined through GConf. Youngsik Yoon found out how to change those "read-only" values: # gconftool-2 --direct --config-source xml:readwrite:/etc/gconf/gconf.xml.mandatory --type string --set /meegotouch/inputmethods/plugins/onscreen "xxxxx" where xxxxx is the name of your plugin. If the meego-im-uiserver is running while changing this value, it should switch the plugin immediately. regards, Michael _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev http://wiki.meego.com/Mailing_list_guidelines
