Author Topic: Qcop Questions  (Read 1513 times)

daniel3000

  • Hero Member
  • *****
  • Posts: 1003
    • View Profile
    • http://
Qcop Questions
« 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
SL-C3200 with weeXpc, based on pdaXrom 1.1.0beta3
HP 200LX with MS-DOS 5.0

derekp

  • Full Member
  • ***
  • Posts: 154
    • View Profile
Qcop Questions
« Reply #1 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.