← Back to team overview

openlp-core team mailing list archive

[Bug 1389571] Re: Crash while downloading thumbnails

 

** Changed in: openlp
     Assignee: (unassigned) => Raoul Snyman (raoul-snyman)

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

Title:
  Crash while downloading thumbnails

Status in OpenLP - Worship Presentation Software:
  New

Bug description:
  When running the first time wizard, OpenLP crashes while it downloads
  the thumbnails.

  The problem is that we do Qt stuff outside of the main thread here:
  bazaar.launchpad.net/~openlp-
  core/openlp/trunk/view/head:/openlp/core/ui/firsttimeform.py#L73

  We need to change the way we use QThread:
  http://mayaposch.wordpress.com/2011/11/01/how-to-really-truly-use-qthreads-the-full-explanation/
  http://pastebin.com/3Cs4qFM9

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


References