Ticket #8194: may_fix_the_issue_untested.diff

File may_fix_the_issue_untested.diff, 590 bytes (added by skamithi, 14 years ago)

turn on the myth_system_dont_block_parent flag for the mount command. prevents it from calling MythMainWindow::SetDrawEnabled?. Not sure if it breaks mounting, but worth a try I think.

  • mythtv/libs/libmyth/mythmedia.cpp

    diff --git a/mythtv/libs/libmyth/mythmedia.cpp b/mythtv/libs/libmyth/mythmedia.cpp
    index 03e2210..a392348 100644
    a b bool MythMediaDevice::performMountCmd(bool DoMount) 
    122122   
    123123        VERBOSE(VB_MEDIA, QString("Executing '%1'").arg(MountCommand));
    124124        if (0 == myth_system(MountCommand,
     125                             MYTH_SYSTEM_DONT_BLOCK_PARENT |
    125126                             MYTH_SYSTEM_DONT_BLOCK_LIRC |
    126127                             MYTH_SYSTEM_DONT_BLOCK_JOYSTICK_MENU))
    127128        {