![]() |
GConf Keys on the N9...
Wondering if anyone knows anything about GConf keys on the N9.
Ive made a theme for the N9 and have spoken to the developer of Theme Changer app about how the app works. She told me it just sets a GConf key, which is "/meegotouch/theme/name". She has been very helpful and I dont want to pester her so I turn to the community for help. I need to know how to set this key, Ive experimented but had no luck. I want to have my theme auto set once installed, so users dont need to install Theme Changer also. The reason for this is Im aiming to put my theme in the Store, and Theme Changer isnt in the store. Theme Changer is open source so the source is available in Github: https://github.com/matrixx/ThemeChanger If someone can find any info. I have looked, but found nothing to help me. Any help appreciated. |
Re: GConf Keys on the N9...
You can set the key from the postinst script using gconftool:
Code:
#!/bin/sh |
Re: GConf Keys on the N9...
Where would we be without you...
|
Re: GConf Keys on the N9...
just tested it by making a script.. it doesnt seem to work. Get syntax error: unexpected newline
|
Re: GConf Keys on the N9...
Quote:
Note the following is one line, just cut in two by the forum settings: /usr/bin/aegis-exec -s -u user /usr/bin/gconftool -s --type=string /meegotouch/theme/name <name> |
Re: GConf Keys on the N9...
Nah, been here long enough to know that.. :( Thanks though!
my script (apply theme without rebooting) I run it in terminal like" sh /home/user/MyDocs/applytheme.sh ---------------------- #!/bin/sh /usr/bin/aegis-exec -s -u user /usr/bin/gconftool -s --type=string /meegotouch/theme/name <name> /sbin/initctl restart xsession/mthome exit 0 |
Re: GConf Keys on the N9...
The <name> should be replaced by the value that you wish to set for the key.
|
Re: GConf Keys on the N9...
Tried that... do you do it as root or not? I did try both.
|
Re: GConf Keys on the N9...
Sorry if it was too obvious. One more of this type:
Is your script file in windows format or something? Why don't you just attach the actual script? |
Re: GConf Keys on the N9...
|
All times are GMT. The time now is 20:16. |
vBulletin® Version 3.8.8