7
What's Changed
PR #22
Add more support for restoring apps which are launched via command line and don't have a proper .desktop file
1. For an application that is launched in the terminal, if it does not have a proper .desktop, this extension will try to generate a text in the journalctl
while saving open windows. See: Support applications launched via a command line or applications that don't have a proper .desktop file
2. On X11, fix can't restore window state
3. Fix: click the move button to make a maximized window unmaximized again
4. Fix a notifiable glitch of an Always on Visible Workspace
window when click the move button on another workspace
5. Add desktop_file_id_full_path to store the full .desktop file path
6. Improve logs
Full Changelog: 6...7