Skip to content
This repository has been archived by the owner on May 2, 2024. It is now read-only.

Releases: liss-h/gnome-session-restore

v0.4

04 Jan 22:42
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

Major improvements on command finding:

  • now additionally uses the sandboxed_app_id (for flatpaks, snaps) which makes finding desktop files much easier for those cases
  • using string simmilarity to try to rule out nonsense alternative wm classes and try to use the best fitting desktop file
  • added additional desktop entry location for more possiblilities to find the correct one
  • more robust command extraction from /proc that tries to combat programms writing to argv
  • using gio to launch desktop files instead of extracting the command manually

Requires Clueliss/windowctl v0.2.