View Single Post
Schturman's Avatar
Posts: 5,339 | Thanked: 4,133 times | Joined on Jan 2010 @ Israel
#43
Originally Posted by coderus View Post
you can check source code in github
settings are saved in dconf /apps/personalRingtones

i can probably add list of ringtones from abmiences source to selector.
Thanks, but I'm not really understand it in your code, sorry
I'm tried to read what default ringtone for example: dconf read /apps/personalRingtones/default
but it show nothing...

Can you help me please, how to read and rewrite default ringtone via dconf command ?
I want to update for myself my "autoambience" package with dependencies to your "Personal ringtone" package. When every time that ambience will be changed, script also will send command something like: dconf write /apps/personalRingtones/default-ringtone /bla/bla/myringtone.wav to set ringtone from current ambience.
Please