You are not logged in.
Pages: 1
I have a script that takes a while & I disable the power manager while it running with this
trap "xfce4-power-manager" EXIT
xfce4-power-manager -q
It worked perfectly in 20.04, I recently upgraded to 22.04 and now it fails with this (& more):
** (xfce4-power-manager:26227): WARNING **: 12:45:12.083: Failed to get name owner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.freedesktop.PowerManagement': no such name
** (xfce4-power-manager:26227): WARNING **: 12:45:12.084: Failed to get name owner: GDBus.Error:org.freedesktop.DBus.Error.NameHasNoOwner: Could not get owner of name 'org.xfce.PowerManager': no such name
I noticed that if I quit it (-q) on the cmd line , then try to restart it does the same thing.
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 507.22 KiB (Peak: 520.91 KiB) ]