Closed daewok closed 2 years ago
This might be worth a version bump to -r1 to force clients to rebuild. If they don't rebuild qubes-gui-agent
before updating xorg-server
, Portage won't detect the need to rebuild the GUI agent when the server is updated and users could be stuck without a GUI.
Thank you! Let me know if you encounter any issue. Also, I've bumped release but also updated latest version of gui-agent.
By declaring a := dependency on xorg-server, we tell portage that qubes-gui-agent needs to be rebuilt if xorg-server is updated. This mirrors the behavior seen by other x11-drivers.
See QubesOS/qubes-issues#7228