Bug 343550

Summary: duplicated kwrited instances increasing with each system boot
Product: [Frameworks and Libraries] kwrited Reporter: Nick Shaforostoff <shafff>
Component: generalAssignee: Plasma Development Mailing List <plasma-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: 5.1.95   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed In: 5.2.1
Attachments: ps aux | grep kwrited > a
ps aux | grep kwrited > b

Description Nick Shaforostoff 2015-01-30 01:03:25 UTC
Each time i reboot my ubuntu vivid alpha with plasma 5.2.0 packages one additional instance of kwrited is added by a session restore.

i remember seeing a code to avoid this in some other apps, but it seems that this code should be added all over the places where session restore is used

Reproducible: Always

Steps to Reproduce:
ps aux | grep kwrited > a
sudo reboot
ps aux | grep kwrited > b

see a and b in attachment
Comment 1 Nick Shaforostoff 2015-01-30 01:04:24 UTC
Created attachment 90802 [details]
ps aux | grep kwrited > a
Comment 2 Nick Shaforostoff 2015-01-30 01:04:56 UTC
Created attachment 90803 [details]
ps aux | grep kwrited > b
Comment 3 Weng Xuetian 2015-02-09 17:52:20 UTC
Git commit 863c648f88f6f69fa26ca7243c1b32b2efc57210 by Weng Xuetian.
Committed on 09/02/2015 at 17:49.
Pushed by xuetianweng into branch 'Plasma/5.2'.

Disable session management for kwrited
REVIEW: 122371
FIXED-IN: 5.2.1

M  +9    -1    kwrited.cpp

http://commits.kde.org/kwrited/863c648f88f6f69fa26ca7243c1b32b2efc57210