amanusk / s-tui

Terminal-based CPU stress and monitoring utility
https://amanusk.github.io/s-tui/
GNU General Public License v2.0
4.05k stars 139 forks source link

Summaries selection not saved #158

Closed drjhe closed 4 years ago

drjhe commented 4 years ago

The title says it all really: the selection of Summaries is not saved (or restored) with the Save Settings function.

s-tui 1.0.1 installed from pip.

To reproduce the issue:

  1. Start s-tui.
  2. Modify the Summaries selection.
  3. Select Save Settings.
  4. Quit s-tui.
  5. Start s-tui. Note all Summaries are present.
amanusk commented 4 years ago

Hey, thanks for the report. I'll take a look at it. Meanwhile, you could manually edit the config file. It is automatically generated at ~/.config/s-tui/s-tui.conf.

After the first time you save settings, there will be a line for each graph and summary which you can change to False

amanusk commented 4 years ago

Fix for unsaved summarise is now in master, please check if this works for you.

drjhe commented 4 years ago

Confirmed fixed in 1.0.2. Thanks!