gnome-session removes alternatives on upgrade.

gnome-session.prerm:
if [ "$1" = "remove" ] || [ "$1" = upgrade ]; then
  update-alternatives --remove x-session-manager /usr/bin/gnome-session
  update-alternatives --remove desktop-splash \
    /usr/share/pixmaps/splash/gnome-splash.png
  update-alternatives --remove desktop-splash \
    /usr/share/pixmaps/splash/gnome-debian-splash.png
fi
...

Other packages don't:
bash.prerm:
if [ $1 != "upgrade" ]; then
    update-alternatives --remove builtins.7.gz \
...

Is it OK for me to add tasks to this bug for the other gnome packages
which do this?

** Changed in: update-manager (Ubuntu)
Sourcepackagename: update-manager => gnome-session
       Status: Needs Info => Unconfirmed

-- 
After dist-upgrade, default session changed
https://launchpad.net/bugs/67698

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to