View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#4
The declarative applet can only be used to change a GConf value. You can't use it to execute a custom command. You don't actually need such a command, anyway.

This should work:

Code:
<xml version='1.0' encoding='UTF-8'>
<settings>
  <group title="Theme">
      <selection key="/meegotouch/theme/name" title="Select a theme:">
        <option title="Default" >blanco</option>
        <option title="Faster Darker" >fasterdarker</option>
    </selection>
  </group>
</settings>
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub
 

The Following User Says Thank You to marxian For This Useful Post: