Summary: | In Plasma 6, plasma-welcome starts every login due to old code that checks for the value of "ShouldShow" in the config file still being run for some reason | ||
---|---|---|---|
Product: | [KDE Neon] neon | Reporter: | Valerio Galdo <valerio.galdo> |
Component: | Packages User Edition | Assignee: | Neon Bugs <neon-bugs> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | jr, nate, neon-bugs, sitter |
Priority: | NOR | Keywords: | qt6 |
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Neon | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Muon screenshot |
Description
Valerio Galdo
2024-03-13 10:51:16 UTC
Can you paste the contents of ~/.config/plasma-welcomerc? ok : [General] LastSeenVersion=6.0.2 ok, i added ShouldShow=false and now it works! Thanks! Well, we still need to investigate what caused the issue. You finding a local workaround doesn't fix it for everyone else (which is the point of having a bug report to track issues). Re-opening. Investigated this a bit. If adding "ShouldShow=false" to the config file works, then it's evidence of a packaging problem in the distro. In Plasma 5, we did use the "ShouldSho"` key for this, but that was removed in Plasma 6. There is no longer any code in the repo that checks for "ShouldShow" in the config file. Perhaps the old KDED module is still being used? Moving to Neon. (In reply to Nate Graham from comment #4) > Well, we still need to investigate what caused the issue. You finding a > local workaround doesn't fix it for everyone else (which is the point of > having a bug report to track issues). Re-opening. Excuse me, i did'nt know... Created attachment 167406 [details]
Muon screenshot
I noticed what you see in the attached screenshot
Actually, the KDED module was introduced in Plasma 6; in f we used an autostart entry. Per Bug 481997, it looks like that wasn't cleaned up on Neon following the Plasma 6 upgrade. *** This bug has been marked as a duplicate of bug 481997 *** |