Skip to content

Releases: linuxmint/timeshift

master.mint22

01 Jan 16:01
a4559ab

Choose a tag to compare

Main.vala: Fix a warning and don't update config file when exiting

early due to an error.

- Set the app_mode to a non-empty string when an invalid arguement
  is encountered to prevent being interpreted as gui mode and saving
  the configuration.
- Prevent a warning when exiting with an invalid or unconfigured repo:
** (process:623010): CRITICAL **: 10:18:33.692: gee_abstract_collection_get_size: assertion 'self != NULL' failed

master.lmde7

01 Jan 16:01
a4559ab

Choose a tag to compare

Main.vala: Fix a warning and don't update config file when exiting

early due to an error.

- Set the app_mode to a non-empty string when an invalid arguement
  is encountered to prevent being interpreted as gui mode and saving
  the configuration.
- Prevent a warning when exiting with an invalid or unconfigured repo:
** (process:623010): CRITICAL **: 10:18:33.692: gee_abstract_collection_get_size: assertion 'self != NULL' failed

master.lmde6

04 Sep 14:24

Choose a tag to compare

25.07.7

master.mint21

07 Feb 18:59

Choose a tag to compare

24.01.1

master.lmde5

17 Aug 13:31
8607c9d

Choose a tag to compare

docs/development.md: fix meson setup command (#224)

meson setup command accepts the build folder name directly.