OESF Portables Forum

General Forums => General Discussion => Topic started by: daniel3000 on January 24, 2006, 09:38:49 am

Title: Qcop Questions
Post by: daniel3000 on January 24, 2006, 09:38:49 am
Hello,

I'd like to manipulate Qtopia settings by modifying /Settings/qpe.conf.
For example, I'd like to set the screen saver interval to 0 (no screen saver) and I want to switch on and off the "suspend when lid is closed" setting.

But when the file has been changed by my script, how do I trigger a reload of the file so that QTopia realy behaves the way I just configured?

Or is the file read by QTopia everytime an event is triggered so no reload is necessary after a modification?

Thanks
daniel
Title: Qcop Questions
Post by: derekp on January 24, 2006, 03:02:44 pm
Try:
  qcop QPE/System "linkChanged(QString)"

I know this works to get new icons to appear after installing packages on the command line.  It basically tells qtopia to re-read certain control files.