power-profile-daemon Not Working
Hello all,
This is my first time trying Artix. I typically use KDE Plasma for desktop, and I've installed Artix on a laptop where power management is crucial.
I installed power-profiles-daemon via command line (pamac). No issues while installing, all dependencies met. However, it did not start automatically (I can't remember if it does by default or not) even after a reboot, so I tried to start it with:
$ sudo rc-service power-profile-daemon start
However, there was/is no service available remotely similar to power-profile-daemon.
This failing, I tried:
$ sudo powerprofilesctl
but recieved the error message:
Failed to communicate with power-profiles-daemon: g-dbus-error-quark: Error calling StartServiceByName for org.freedesktop.UPower.PowerProfiles: Launch helper exited with unknown return code 1 (25)
The file in question, /usr/share/dbus-1/system-services/org.freedesktop.UPower.PowerProfiles.service, contains the following:
[D-BUS Service]
Name=org.freedesktop.UPower.PowerProfiles
Exec=/bin/false
User=root
SystemdService=power-profiles-daemon.service
I know it can work under OpenRC, as I'm migrating from Gentoo Linux where I had no issues with it. I'm just not familiar enough with Artix (or Arch, for that matter) to know how to troubleshoot it.
Any tips or suggestions for how to get this program to work on OpenRC are appreciated.
Thanks