Skip to content

Prevent KUnifiedPush-activated daemon from sticking around forever

Joshua Goins requested to merge work/redstrate/unifiedpush-timeout into master

Erroneous activations of the D-Bus service could cause the daemon to be launched without any messageReceived signals being called (which then hooks up the notifications to quit the app.) Now there's a five-second timeout to prevent it from living too long.

Merge request reports