mirror of
https://github.com/AdnanHodzic/auto-cpufreq.git
synced 2025-07-25 22:55:04 +02:00
More elaborate warning message about GNOME profiles daemon
This commit is contained in:
parent
1122c907a8
commit
e2d605085c
@ -58,7 +58,7 @@ def gnome_power_detect():
|
|||||||
if systemctl_exists and not bool(gnome_power_status):
|
if systemctl_exists and not bool(gnome_power_status):
|
||||||
warning()
|
warning()
|
||||||
print("Detected running GNOME Power Profiles daemon service!")
|
print("Detected running GNOME Power Profiles daemon service!")
|
||||||
print("This daemon might interfere with auto-cpufreq and should be disabled.")
|
print("This daemon might interfere with auto-cpufreq and will be automatically disabled.")
|
||||||
print("\nSteps to perform this action using auto-cpufreq: power_helper script:")
|
print("\nSteps to perform this action using auto-cpufreq: power_helper script:")
|
||||||
print(f"git clone {GITHUB}.git")
|
print(f"git clone {GITHUB}.git")
|
||||||
print("cd auto-cpufreq/auto_cpufreq")
|
print("cd auto-cpufreq/auto_cpufreq")
|
||||||
@ -82,7 +82,7 @@ def gnome_power_detect_snap():
|
|||||||
print(f"auto-cpufreq-installer: {GITHUB}#auto-cpufreq-installer")
|
print(f"auto-cpufreq-installer: {GITHUB}#auto-cpufreq-installer")
|
||||||
print()
|
print()
|
||||||
print("Unable to detect state of GNOME Power Profiles daemon service!")
|
print("Unable to detect state of GNOME Power Profiles daemon service!")
|
||||||
print("This daemon might interfere with auto-cpufreq and should be disabled.")
|
print("This daemon might interfere with auto-cpufreq and should be disabled!")
|
||||||
print("\nSteps to perform this action using auto-cpufreq: power_helper script:")
|
print("\nSteps to perform this action using auto-cpufreq: power_helper script:")
|
||||||
print(f"git clone {GITHUB}.git")
|
print(f"git clone {GITHUB}.git")
|
||||||
print("cd auto-cpufreq/auto_cpufreq")
|
print("cd auto-cpufreq/auto_cpufreq")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user