This bug was fixed in the package gnome-session - 3.22.2-2ubuntu1 --------------- gnome-session (3.22.2-2ubuntu1) zesty; urgency=medium * Merge with Debian unstable. Remaining changes: - debian/control.in: + Recommend session-migration + Remove gnome-shell circular dependency to ease upgrades + Don't suggest desktop-base + Move xwayland dependency to gnome-session and make gnome-session Arch: any - Split ubuntu-session out of gnome-session. - Add upstart user session and systemd user session: debian/data, debian/gnome-session-bin.user-session.upstart - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm: Moved registering gnome-session binary as a session manager to gnome-session-bin package - Add gnome-session-wayland transitional package - don't install gnome-mimeapps.list (installed by desktop-file-utils in Ubuntu): debian/gnome-session-common.dirs, gnome-session-common.install, gnome-session-common.maintscript, gnome-session-common.postinst - debian/patches/revert_remove_gnome_session_properties.patch, debian/patches/revert_remove_gnome_session_properties2.patch: + Keep the session-properties applet for ubuntu sessions - debian/patches/13_display_session_properties.patch: Display session-properties as the Startup Applications capplet was removed from gnome-control-center, which makes it hard to discover the gnome-session-properties tool. (Closes: #683814) - debian/patches/22_support_autostart_delay.patch: Bugzilla patch to support adding a delay to autostart apps, using a "X-GNOME-Autostart-Delay" key in the desktop file - debian/patches/50_ubuntu_sessions.patch, debian/gnome-wayland.desktop: + Add Ubuntu session + Add --session=gnome to GNOME sessions now that the "ubuntu" session is the default. Use TryExec to test if gnome-shell is installed. - debian/patches/51_remove_session_saving_from_gui.patch: add GNOME_SESSION_SAVE environment variable for people wanting to use the save session still, knowing that it can break your system if used unwisely - debian/patches/53_add_sessionmigration.patch: launch session-migration if present at the start of the session. This sync tool runns different session migration scripts that can be provided in various desktop packages. - debian/patches/95_dbus_request_shutdown.patch: Add "RequestShutdown" and "RequestReboot" DBus methods to allow other applications to shutdown or reboot the machine via the session manager. - debian/patches/103_kill_the_fail_whale.patch: Kill the Fail Whale as it tends to be more annoying than helpful - debian/patches/export_env_to_upstart.patch: Update the Upstart environment before the plain D-Bus one. This is to work around a bug where Upstart brokenly forwards variables which contain an "=" to the D-Bus environment, resulting in invalid environment variables in the session (see bug #1630090). * Dropped patch applied in new version: - git_fix_gpu_cache_info.patch gnome-session (3.22.2-2) unstable; urgency=medium * Team upload [ Jeremy Bicha ] * Add git_wayland_login_shell.patch: - Backport 3.23 commit that made Wayland sessions run login scripts like ~/.profile since that's what people expect (LP: #1631713) -- Jeremy Bicha