Summary: | kcm session settings: excluded applications not recognized | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Christian González <christian.gonzalez> |
Component: | kcm_smserver | Assignee: | Lubos Lunak <l.lunak> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | adaptee, guido, nate |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
See Also: |
https://bugs.kde.org/show_bug.cgi?id=242760 https://bugs.kde.org/show_bug.cgi?id=149204 |
||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Christian González
2010-11-30 19:25:41 UTC
I can confirm that using KDE 4.6.1 with Linux (x86_64) release 2.6.37.1-1.2-desktop (OpenSUSE 11.4-Binaries). I tried "kmail,akregator,amarok,krandrtray,kgpg" but they all are restarted at next login. According to the code of ksmserver, it expected ',' or ':' as delimiter. excludeApps = generalGroup.readEntry( "excludeApps" ).toLower().split( QRegExp( "[,:]" ), QString::SkipEmptyParts ); But in practice that "excluding application" feature does not seem to work. So there are two related problems: * The UI is not user friendly. At least there should be some tooltip informing users the expected format. * The feature seems broken. For the broken feature itself, see bug 242760. Is this still happening for yo in a recent version of Plasma, like 5.19 or later? Dear Bug Submitter, This bug has been in NEEDSINFO status with no change for at least 15 days. Please provide the requested information as soon as possible and set the bug status as REPORTED. Due to regular bug tracker maintenance, if the bug is still in NEEDSINFO status with no change in 30 days the bug will be closed as RESOLVED > WORKSFORME due to lack of needed information. For more information about our bug triaging procedures please read the wiki located here: https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging If you have already provided the requested information, please mark the bug as REPORTED so that the KDE team knows that the bug is ready to be confirmed. Thank you for helping us make KDE software even better for everyone! Using Plasma 5.19.5 (OpenSUSE Tumbleweed) it is still broken. |