I have not done Friday's updates yet, but I don't see anything in them that I think would affect it. I did update on Wednesday, and virt-manager was working prior to that. It launches fine, but does not offer the elevated privileges (password) pop up box. As such, it doesn't load (display) any VM's. Error is below.
Unable to connect to libvirt qemu:///system.
authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'
Libvirt URI is: qemu:///system
Traceback (most recent call last):
File "/usr/share/virt-manager/virtManager/connection.py", line 923, in do_open
self.backend.open(cb, data)
File "/usr/share/virt-manager/virtinst/connection.py", line 153, in open
conn = libvirt.openAuth(self._open_uri,
File "/usr/lib/python3.10/site-packages/libvirt.py", line 147, in openAuth
raise libvirtError('virConnectOpenAuth() failed')
libvirt.libvirtError: authentication unavailable: no polkit agent available to authenticate action 'org.libvirt.unix.manage'
Virt-manager does run fine when launched directly from terminal with sudo.