pop-os / beta

Pop!_OS Beta
356 stars 19 forks source link

Upgrading to 22.04 Broke System76 Power Extension #402

Closed masterteapot closed 2 years ago

masterteapot commented 2 years ago

How did you upgrade to 22.04? (Fresh install / Upgrade)

Upgraded from 21.10 to 22.04

Related Application and/or Package Version (run apt policy $PACKAGE NAME):

System76 power extension is showing an error in the gnome extensions panel

Issue/Bug Description: "Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name com.system76.PowerDaemon was not provided by any .service files"

Steps to reproduce (if you know): Upgrade to 22.04. I did nothing else related to this. I did not have an error with the power extension before.

Expected behavior: No error messages.

Other Notes: My display does not seem to be running at full frame rates, or at least it gives the appearance of very laggy performance when moving windows on my screen. I will open a separate ticket for this as I don't know if it is related to the graphics driver or this power daemon.

A second note is upgrading to 22.04 disabled and removed all 3rd party extensions. I had to reinstall them, re-enable extensions, and then activate them for the 3rd party extensions to work again. I use Caffeine, Sound Input & Output Device Chooser.

Seibz commented 2 years ago

I'm also seeing this on a Pangolin pang10 model and a Dell G5 15 SE running fresh installs of the 22.04 beta.

Seibz commented 2 years ago

Note that after running updates manually via terminal and then rebooting, mine is working fine now.

Here are the commands I ran for updates:

sudo apt update -y && sudo apt full-upgrade -y && sudo apt autoremove -y && sudo apt clean && flatpak update -y

I have that aliased to the two character ul to run through them all manually if I need to in the future.

masterteapot commented 2 years ago

Thanks @Seibz -- This also fixed the issue for me