pop-os / gnome-shell

Pop!_OS fork of https://git.launchpad.net/~ubuntu-desktop/ubuntu/+source/gnome-shell
GNU General Public License v2.0
25 stars 4 forks source link

fix: autologin issue by removing assumptions about when a monitor will be available #82

Closed 13r0ck closed 2 years ago

13r0ck commented 2 years ago

This does the heavy lifting, but is intended to be merged with pop-os/cosmic-workspaces#41

This changes the way that gnome-shell initializes itself. So this should probably be tested pretty heavily. Mostly with monitor use cases.

Something that should be tested is computer performance when no monitor is plugged in. The keeps the gnome-shell startup animation in a Glib loop until a monitor is ready. It should be checked if there is a noticeable headless performance degradation.

13r0ck commented 2 years ago

Both this and pop-os/cosmic-workspaces#41 have passed my testing, I'd be comfortable merging this if it passes QA & assembly's testing

13r0ck commented 2 years ago

I will upstream this after all testing has passed