https://bugs.kde.org/show_bug.cgi?id=497520
TraceyC <kde...@tlcnet.info> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |X11-only CC| |kde...@tlcnet.info --- Comment #13 from TraceyC <kde...@tlcnet.info> --- Some details from bug 501973 SOFTWARE/OS VERSIONS Operating System: Kubuntu 24.04 KDE Plasma Version: 5.27.12 KDE Frameworks Version: 5.115.0 Qt Version: 5.15.13 ADDITIONAL INFORMATION Manual fix: Snap applications are saved to the Block "LegacySession" in .config/.ksmserverrc, but the command saved is not working properly/as intended. Manually changing the command to the correct path/to/bin (evaluated by the which command) leads to the proper behaviour of the restore session, but is conceptually only a solution for restoring manually saved sessions. Detailed steps for manual fix: 1. Manually save the session as usual 2. Open .config/.ksmserverrc. It should contain something like this: [LegacySession: saved by user] clientMachine1=localhost command1=thunderbird-esr count=1 3. Correct command1 to actual path/to/bin, e.g.: [LegacySession: saved by user] clientMachine1=localhost command1=/usr/bin/thunderbird count=1 4. Save file and reboot -> Restore session now works. -- You are receiving this mail because: You are watching all bug changes.