https://bugs.kde.org/show_bug.cgi?id=524375
Bug ID: 524375
Summary: 0ea430ac969eb9a8e17c45e0645311e35eb2e8f1 breaks
session restoration
Classification: Plasma
Product: plasmashell
Version First 6.7.80
Reported In:
Platform: KDE Linux
OS: Linux
Status: REPORTED
Keywords: regression
Severity: major
Priority: NOR
Component: Session Management
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected]
Target Milestone: 1.0
Before this commit, ~/.local/state/plasmasessionrestorestaterc looked like
this:
> [0]
> appId=org.kde.konsole.desktop
>
> [1]
> appId=io.gitlab.librewolf-community.desktop
>
> [2]
> appId=org.mozilla.thunderbird_esr.desktop
Afterwards, it looks like this:
> [0]
> appId=org.kde.konsole
>
> [1]
> appId=io.gitlab.librewolf-community
>
> [2]
> appId=org.mozilla.thunderbird_esr
As a result, the apps listed in there aren't launched at login anymore.
So either there's an issue with the commit, or
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/session-restore/restore.cpp
needs to be adjusted. And maybe
https://invent.kde.org/plasma/plasma-workspace/-/blob/master/startkde/session-restore/restore.cpp
as well.
--
You are receiving this mail because:
You are watching all bug changes.