Bug 343550 - duplicated kwrited instances increasing with each system boot
Summary: duplicated kwrited instances increasing with each system boot
Status: RESOLVED FIXED
Alias: None
Product: kwrited
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.1.95
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Development Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-30 01:03 UTC by Nick Shaforostoff
Modified: 2015-02-09 17:52 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In: 5.2.1


Attachments
ps aux | grep kwrited > a (579 bytes, application/x-bzip)
2015-01-30 01:04 UTC, Nick Shaforostoff
Details
ps aux | grep kwrited > b (614 bytes, application/x-bzip)
2015-01-30 01:04 UTC, Nick Shaforostoff
Details

Note You need to log in before you can comment on or make changes to this bug.
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