Summary: | Opera.deb breaks the packagesystem with moun-installer | ||
---|---|---|---|
Product: | [Unmaintained] muon | Reporter: | Sandra <lumks> |
Component: | installer | Assignee: | Jonathan Thomas <echidnaman> |
Status: | RESOLVED FIXED | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 1.2.1, 1.2.65 | |
Sentry Crash Report: |
Description
Sandra
2011-08-27 18:27:19 UTC
Git commit 928a512050f38e186b34e6f06f63a9e5d711575e by Jonathan Thomas. Committed on 27/08/2011 at 21:31. Pushed by jmthomas into branch '1.2'. Since deb file installation is an asynchronous process compared to installing packages via APT, the QApt Worker's idle timeout was not being blocked during deb file installation. This caused .deb file installations that went on for 30 seconds or longer to fail due to the QApt Worker's idle timer timing out and quitting the process. Fixes issues with the installation of Skype and Opera packages failing by appearing to hang. BUG: 280890 CCMAIL: 830786@bugs.launchpad.net FIXED-IN:1.2.1, 1.2.65 M +7 -1 src/worker/worker.cpp M +3 -0 src/worker/worker.h http://commits.kde.org/libqapt/928a512050f38e186b34e6f06f63a9e5d711575e Git commit bf2eec718c5d7ea8eef3ad35d375e2837dab8e94 by Jonathan Thomas. Committed on 27/08/2011 at 21:31. Pushed by jmthomas into branch 'master'. Since deb file installation is an asynchronous process compared to installing packages via APT, the QApt Worker's idle timeout was not being blocked during deb file installation. This caused .deb file installations that went on for 30 seconds or longer to fail due to the QApt Worker's idle timer timing out and quitting the process. Fixes issues with the installation of Skype and Opera packages failing by appearing to hang. BUG: 280890 CCMAIL: 830786@bugs.launchpad.net FIXED-IN:1.2.1, 1.2.65 M +7 -1 src/worker/worker.cpp M +3 -0 src/worker/worker.h http://commits.kde.org/libqapt/bf2eec718c5d7ea8eef3ad35d375e2837dab8e94 |