Dear Maintainer, I cannot run the 'tuned-adm' command-line tool in Terminal without entering the full path. What happens: $ tuned-adm active bash: tuned-adm: command not found Full path: $ /usr/sbin/tuned-adm active Current active profile: balanced-battery What should happen: $ tuned-adm active Current active profile: balanced-battery Best, Amr
Hi, Right, because it's in sbin and your user probably doesn't have that in $PATH. I'll see if the tool is usable enough without root privileges and move it if it is. Thanks for the report!