]> spindle.queued.net Git - midori/commit
Implement -i, --inactivity-reset command line option
authorChristian Dywan <christian@twotoasts.de>
Wed, 31 Mar 2010 21:13:58 +0000 (23:13 +0200)
committerChristian Dywan <christian@twotoasts.de>
Wed, 31 Mar 2010 22:05:08 +0000 (00:05 +0200)
commit37e221677589811565096683e302f3d65cfe2ad5
tree6aa42ec2dee4a23dfb4c37624647067cdd9378db
parent832b2e99222cc9ff9c44727b4233dddb0606997f
Implement -i, --inactivity-reset command line option

The use case is kiosk systems where leaving the application
idle for a period of time means that the user left, and the
session is reset so the next user starts off clean.

The implementation uses libXss and uses XScreenSaverQueryExtension
which means it is for now supported on X11 only.

Right now reset means closing any opens web pages and opening
the original web page.

Currently --inactivity-reset is only supported with --app.
midori/main.c
midori/wscript_build
wscript