Skip to content

Commit

Permalink
More elaborate warning message about GNOME profiles daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnanHodzic committed Aug 18, 2024
1 parent 1122c90 commit e2d6050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_cpufreq/power_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def gnome_power_detect():
if systemctl_exists and not bool(gnome_power_status):
warning()
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(f"git clone {GITHUB}.git")
print("cd auto-cpufreq/auto_cpufreq")
Expand All @@ -82,7 +82,7 @@ def gnome_power_detect_snap():
print(f"auto-cpufreq-installer: {GITHUB}#auto-cpufreq-installer")
print()
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(f"git clone {GITHUB}.git")
print("cd auto-cpufreq/auto_cpufreq")
Expand Down

0 comments on commit e2d6050

Please sign in to comment.