- Home /
How do I enable the screensaver
Hi, I've developed an application that will work at a windows touch screen. The app works just fine, the problem I have is: The app stay there, without someone using it for some periods. So how can I activate the windows screensaver?
As far as I know, by default Unity prevents the computer to enter the screensaver mode, so how can I overcome it, and enable the screensaver, just as it would happen after leaving the PC idle for sometime?
Why not add a screen saver mode to the app? If the app isn't used for 5 $$anonymous$$s, darken the screen to black, and then do something "screen saver"-like.
That would be a way to do it, but I'd prefer if I could solve that without having to create the screensaver. That would be more one thing for the client aprove, and they are full of bureaucracy to aprove any change.
If I could use the default windows ones, that would be great;
Your answer