Hello list,
I have a Core Foundation project to modify the `/Library/Preferences/com.apple.Bluetooth.plist’
file. I am using Mac OS X 10.5 (Leopard).
But, when I modify the following settings through the
program -
* Turn Bluetooth on or off - <key>ControllerPowerState</key>
* Open Bluetooth Setup Assistant at startup
when no inoput device is present - <key>BluetoothAutoSeekHIDDevices</key>
* Share my internet connection with other
Bluetooth devices - <key>PANServices</key>,
the modifications won’t be reflected soon in `System
Preferences’. I need to either logout or restart the system to see the
changes in `System Preferences’.
Is there any daemon to which I can send SIGHUP or something
so that as soon as I run my project, i can see the changes in `System
Preferences’, instead of
logging out or restarting the system which is a tedious job.
Thanks in advance for your help!
Ramprasad B