← Back to team overview

openlp-core team mailing list archive

[Bug 1532938] Re: Presenting with PowerPoint or Impress triggers traceback

 

** Changed in: openlp
       Status: Confirmed => In Progress

** Changed in: openlp
     Assignee: (unassigned) => Tomas Groth (tomasgroth)

-- 
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/1532938

Title:
  Presenting with PowerPoint or Impress triggers traceback

Status in OpenLP:
  In Progress

Bug description:
  Confirmed in 2.3.2, on both Linux and Windows.

  The likely cause is the QT API has changed from 4 to 5.

  Traceback (most recent call last):
    File "/home/tgc/projects/OpenLP/code/trunk/openlp/core/common/openlpmixin.py", line 58, in wrapped
      raise e
    File "/home/tgc/projects/OpenLP/code/trunk/openlp/core/common/openlpmixin.py", line 54, in wrapped
      return func(*args, **kwargs)
    File "/home/tgc/projects/OpenLP/code/trunk/openlp/core/ui/slidecontroller.py", line 1142, in grab_maindisplay
      win_image = QtGui.QScreen.grabWindow(win_id, rect.x(), rect.y(), rect.width(), rect.height())
  TypeError: QScreen.grabWindow(sip.voidptr, int x=0, int y=0, int width=-1, int height=-1): first argument of unbound method must have type 'QScreen'

To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/1532938/+subscriptions


References