View Single Post
Posts: 7 | Thanked: 6 times | Joined on Apr 2010 @ outOnTheFields
#4
thanks a lot kureyon,

just in case, here is what i did, with my comments; as i used gconftool-2 for the first time:
i've checked the update_interval value
>gconftool-2 -g /apps/modest/update_interval
1440
i found what kind of type this one is (probably obvious to most of you guys):
gconftool-2 -T /apps/modest/update_interval
int
so i've set it to 999999
>gconftool-2 -s /apps/modest/update_interval --type int 999999
and ...double checked
>gconftool-2 -g /apps/modest/update_interval
999999
again, thanks for giving me a heads up on this.

modest is now responsive to the dbus calls, as adviced

-M.
 

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