-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Hi! I'm on a p1 gen5, running Fedora 43. After running, I authenticate 3 times from a popup, and once from the terminal (for governor). It shows the main window, with a Permissions Required modal that never goes away. The last thing the terminal logs is [Fan] ✓ Speed set via pkexec.
Not sure what it's getting stuck on. Is there an option to increase verbosity perhaps?
~ % thinkutils
[Fan Curve] Configuration loaded from store
(thinkutils:43973): libayatana-appindicator-WARNING **: 16:26:04.344: libayatana-appindicator is deprecated. Please use libayatana-appindicator-glib in newly written code.
[Settings] Settings loaded from store
[Performance] Setting CPU governor to: powersave
[Performance] Found 20 CPU cores
[Performance] Script content:
#!/bin/bash
set -e
echo powersave > /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu1/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu2/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu3/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu4/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu5/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu6/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu7/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu8/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu9/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu10/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu11/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu12/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu13/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu14/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu15/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu16/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu17/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu18/cpufreq/scaling_governor
echo powersave > /sys/devices/system/cpu/cpu19/cpufreq/scaling_governor
exit 0
[Performance] Executing pkexec...
[Performance] pkexec stdout:
[Performance] pkexec stderr:
[Performance] pkexec status: exit status: 0
[Performance] Successfully set governor to: powersave
[Performance] Setting power profile to: balanced
[sudo] password for shunter:
[Fan Curve] Configuration saved to store
[Settings] Settings loaded from store
[Settings] All settings saved to store
[Settings] Settings loaded from store
[Settings] All settings saved to store
[Fan] Setting speed to: auto
[Fan] Need elevated permissions
[Fan] ✓ Speed set via pkexec
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels