-
Notifications
You must be signed in to change notification settings - Fork 167
Description
Step 1: Describe your environment
- System (Intel/AMD/Raspberry Pi etc):
Processors: 12 × 12th Gen Intel® Core™ i5-12400F
Memory: 16 GiB of RAM (15.5 GiB usable)
Graphics Processor: AMD Radeon RX 6700 XT
Manufacturer: Micro-Star International Co., Ltd.
Product Name: MS-7D43
- OS version: Fedora Linux 42, Kernel version: 6.15.9-201.fc42.x86_64 (64-bit)
- s-tui version:
s-tui 1.1.6 - (C) 2017-2020 Alex Manuskin, Gil Tsuker
Released under GNU GPLv2
- Installation method(pip/PPA/source code): Fedora dnf
Step 2: Describe the problem:
Observed Results:
At startup, s-tui uses a value of True for all [Temp,Summaries]
config entries instead of what is present in the config file.
Debug Results, output of s-tui -d
created in a file _s-tui.log
:
Log from first invocation (steps 1-3 below): 1.log
Log from second invocation (steps 6-9 below): 2.log
Step 3: Reproduce the problem:
Steps to reproduce:
All of the below steps were done as the root user. (su -
, not sudo)
- Run s-tui. Go to Control Options > Summaries. Turn off all items under the
Temp
column, then hit Apply. - Observe that all the temperature summaries are gone, as expected.
- Hit Save Settings, then Quit.
- Open the config file. (
vim /root/.config/s-tui/s-tui.conf
) - Observe that all
[Temp,Summaries]
entries are set to False, as expected. - Close the config file and run s-tui again.
- Observe that all the temperature summaries are present again.
- Go to Control Options > Summaries. Observe that all Temp settings are all turned on.
- Hit Cancel, then Quit (without saving settings).
- Open the config file again. Observe that the the
[Temp,Summaries]
entries are still set to False, despite what was shown inside s-tui.
Metadata
Metadata
Assignees
Labels
No labels