gnome-shell 3.34 removed the named instance of the class singleton instantiation. That makes doing what this extension does pretty difficult in its current implementation. It would need to be rewritten to work around the fact that the singleton isn't easily accessible, or rewritten to work differently entirely.
gnome-shell 3.34 removed the named instance of the class singleton instantiation. That makes doing what this extension does pretty difficult in its current implementation. It would need to be rewritten to work around the fact that the singleton isn't easily accessible, or rewritten to work differently entirely.
https://gitlab.gnome.org/GNOME/gnome-shell/-/blob/3.34.0/js/ui/endSessionDialog.js#L223