[mythtv-commits] Ticket #8684: Screensaver not disabled when watching livetv

MythTV mythtv at cvs.mythtv.org
Thu Sep 9 19:51:26 UTC 2010


#8684: Screensaver not disabled when watching livetv
-----------------------------------------------+----------------------------
 Reporter:  Matthew Wire <devel@…>             |           Owner:  danielk   
     Type:  defect                             |          Status:  assigned  
 Priority:  minor                              |       Milestone:  0.24      
Component:  MythTV - General                   |         Version:  Trunk Head
 Severity:  medium                             |      Resolution:            
 Keywords:  screensaver tv dpms                |   Ticket locked:  0         
-----------------------------------------------+----------------------------

Comment (by anonymous):

 I can confirm this issue, too. I think

 {{{
 --- libs/libmythtv/tv_play.cpp  (revision 26192)
 +++ libs/libmythtv/tv_play.cpp  (working copy)
 @@ -2053,8 +2053,6 @@

          if (ctx->buffer && ctx->buffer->IsOpen())
          {
 -            GetMythUI()->DisableScreensaver();
 -
              if (GetMythMainWindow() && !weDisabledGUI)
              {
                  weDisabledGUI = true;
 @@ -2224,6 +2222,7 @@

          // hide the GUI paint window
          GetMythMainWindow()->GetPaintWindow()->hide();
 +        GetMythUI()->DisableScreensaver();
      }

      VERBOSE(VB_PLAYBACK, LOC +
 }}}

 is a better place, because if I understand it right all playbacks go
 through this if?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8684#comment:9>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list