Active Topics

 


Reply
Thread Tools
Posts: 1,320 | Thanked: 915 times | Joined on Feb 2010
#1
Hi

I want to look at the entries available in

Code:
/apps/osso/inputmethod/default-plugins/finger
How can I do tihs?? It is not an actual directory that can be viewed using xTerminal or SSH. In order for me to change stuff in it I have to use gconf-tool!

This area lists all the available keyboards for input and I want to be able to know what they are called so that I can easily switch between the default landscape and the portrait one?

Thanks
 
Posts: 188 | Thanked: 90 times | Joined on Sep 2006
#2
at the risk of replying to a really dead topic, there is actually a file that you can read, but gconftool-2 will tell you enough...

To find the path where the xml files are actually stored:
Code:
gconftool-2 --get-default-source
this replies with a directory name / path, under which all the other paths are placed. So
/apps/osso/inputmethod/default-plugins/finger
means there is actually the directory apps/osso/inputmethod/default-plugins after the default source path, with a key called finger.

You can directly read out all keys by doing:
Code:
gconftool-2 -R /apps/osso/inputmethod/default-plugins
or even:
Code:
gconftool-2 -R /apps/osso
etc.
 
Reply


 
Forum Jump


All times are GMT. The time now is 21:21.