GNOME Bugzilla – Bug 784340
data: Revert dropping gdm-shell.session
Last modified: 2017-06-29 16:11:10 UTC
The removal caused problems for Ubuntu 17.10 which does not include gnome.session by default. https://launchpad.net/bugs/1701243
Created attachment 354690 [details] [review] data: Revert dropping gdm-shell.session
I think it's possible that GDM does not need every gnome-settings-daemon plugin that a full GNOME Shell session does. If someone would identify which plugins are not needed, that is another reason why this patch is a good idea.
we used to just whitelist these: whitelisted-plugins=['a11y-keyboard', 'a11y-settings', 'background', 'clipboard', 'color', 'cursor', 'keyboard', 'media-keys', 'orientation', 'power', 'smartcard', 'sound', 'xrandr', 'xsettings'] until bug 772447
Created attachment 354696 [details] [review] data: Add gnome-login.session This reverts https://git.gnome.org/browse/gdm/commit/?id=f66cdfcb2 and renames the session from gdm-shell to gnome-login. The removal caused problems for Ubuntu 17.10 which does not include gnome.session by default. https://launchpad.net/bugs/1701243
Review of attachment 354696 [details] [review]: feel free to push. we can do a follow up commit to trim the list.