patriziobruno / grubreboot-gnome-shell-extension

gnome-shell extension to add a "Reboot" button to the end-session-dialog, that runs grub-reboot before restart
GNU General Public License v3.0
22 stars 8 forks source link

gnome-shell 3.34 removed _endSessionDialog fatally breaking the extension #21

Open docquantum opened 3 years ago

docquantum commented 3 years ago

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