Bug 372131

Summary: "Failed to activate service 'org.freedesktop.PackageKit': timed out"
Product: [Applications] Discover Reporter: Paul WOISARD <paulwoisard>
Component: PackageKitAssignee: Aleix Pol <aleixpol>
Status: RESOLVED NOT A BUG    
Severity: normal    
Priority: NOR    
Version First Reported In: 5.8.3   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Paul WOISARD 2016-11-06 09:25:05 UTC
I installed Discover on ArchLinux and there is a bug, when i launch discover from console i have this bug :

QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
QCoreApplication::postEvent: Unexpected null receiver
Transaction error:  "Failed to activate service 'org.freedesktop.PackageKit': timed out" PackageKit::Transaction(0x254df50)
Transaction error:  PackageKit::Transaction::Error(ErrorInternalError) "Failed to activate service 'org.freedesktop.PackageKit': timed out" PackageKit::Transaction(0x24b03c0)
qrc:/qml/DiscoverWindow.qml:174:19: QML DiscoverDrawer: Binding loop detected for property "currentSubMenu"
file:///usr/lib/qt/qml/org/kde/kirigami/GlobalDrawer.qml:213:9: QML Flickable: Binding loop detected for property "contentHeight"

More Explanation :

1st
[paul@Paullux_ArchLinux ~]$ sudo systemctl start packagekit
[sudo] Mot de passe de paul : 
Job for packagekit.service failed because a fatal signal was delivered causing the control process to dump core.
See "systemctl status packagekit.service" and "journalctl -xe" for details.

2nd
[paul@Paullux_ArchLinux ~]$ systemctl status packagekit.service :
http://pastebin.com/v5hDeU89

3rd
[paul@Paullux_ArchLinux ~]$ journalctl -xe
http://pastebin.com/NbiQH5U9
Comment 1 Aleix Pol 2016-11-08 01:57:58 UTC
Sounds like an issue in ArchLinux, no?
Also I use ArchLinux myself and I don't have this problem...
Comment 2 Paul WOISARD 2016-11-09 00:17:50 UTC
The problem was due to an error i had do in "pacman.conf" file.

I changed "SigLevel" to "Never".
Now i am changing the value to "Optional TrustedOnly"

And Discover is work correctly.

Sorry, for the disturb.
Comment 3 Aleix Pol 2016-11-09 01:51:38 UTC
No worries, feel free to report if you find any other issues!