I did unchecked some services (Bluetooth, Free Space Notifier, Print Manager and applied, but when I open System Settings again, they're reverted back to checked value. Reproducible: Always Steps to Reproduce: 1. Open System Settings 2. Open Startup and Shutdown 3. Open Background Services 4. Uncheck some items 5. Apply 6. Back to step 2 Actual Results: Items reverted to checked value. Expected Results: Items unchecked.
I confirm this on manjaro (plasma 5.3.2 - Qt 5.5) This bug (https://bugs.kde.org/show_bug.cgi?id=346848) is a duplicate of this one
I confirm this on Kubuntu 15.10 Alpha 2.
Any news on this ?
Git commit 15253a7463f472e4ce977d95d91881f21305e471 by Ragnar Thomsen. Committed on 20/08/2015 at 20:18. Pushed by rthomsen into branch 'Plasma/5.4'. Fix loading/saving in kded kcm Fix loading/saving of the autoload status of kded startup services in the kcm. Loading was broken due to a KPluginMetaData::pluginId() being passed to autoloadEnabled(), instead of a KPluginMetaData. Saving was broken due to comparing KPluginMetaData::fileName() to treeitem->data(LibraryRole). This didn't work due to KPluginMetaData::fileName() sometimes containing (part of) the path in addition to the plugin/library name. This was solved by using KPluginMetaData::pluginId() instead of KPluginMetaData::fileName(). Related: bug 346848 REVIEW: 124840 M +3 -3 kcms/kded/kcmkded.cpp http://commits.kde.org/plasma-desktop/15253a7463f472e4ce977d95d91881f21305e471