openlp-core team mailing list archive
-
openlp-core team
-
Mailing list archive
-
Message #14092
[Bug 902115] Re: OpenLP will not start on Fedora 16 with Impress enabled
Kevin Kofler <kevin@xxxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Component|qt |OpenLP
AssignedTo|than@xxxxxxxxxx |home@xxxxxxxxxxxxxxx
--- Comment #14 from Kevin Kofler <kevin@xxxxxxxxxxxxxxxx> 2012-02-24 14:37:55 EST ---
You cannot waitForStarted() on a process started with startDetached().
startDetached is a static method of QProcess, which starts a process in a
fire&forget way, it does not track any state inside a QProcess object (in fact,
it can be run without any). Thus, you're running waitForStarted on a
default-constructed process where nothing is actually being started in the
first place.
--
You received this bug notification because you are a member of OpenLP
Core, which is subscribed to OpenLP.
https://bugs.launchpad.net/bugs/902115
Title:
OpenLP will not start on Fedora 16 with Impress enabled
Status in OpenLP - Worship Presentation Software:
Confirmed
Bug description:
On Fedora 16 (GNOME) fresh install (from repos) when I attempt to open
OpenLP for the first time. I make it to the language selection then
Fedora gives me this: Process /usr/bin/python was killed by signal 6
(SIGABRT). That didn't really help me much so I ran in debug mode and
have attached openlp.log also.
To manage notifications about this bug go to:
https://bugs.launchpad.net/openlp/+bug/902115/+subscriptions
References