Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-24933

QWSServer::screenSaverActivate(true) does not call custom screensaver

    XMLWordPrintable

Details

    Description

      Calling QWSServer::screenSaverActivate(true) ignores an installed custom screensaver object and uses QWSServerPrivate::_q_screenSaverSleep() to directly call blank() of the installed screen driver, which results in a blank display instead of whatever QScreenSaver::save() is supposed to do. Deactivation works fine.
      Attached is a patch that calls QWSServerPrivate::_q_screenSaverTimeout() instead to achieve the expected behaviour, at least for a screensaver with one single level. Not tested with multi-level savers.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            Unassigned Unassigned
            murphy@gcd Martin Gebert
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes