[ubuntu/noble-proposed] gnome-session 46~alpha-1ubuntu1 (Accepted)

Jeremy Bícha jbicha at ubuntu.com
Thu Feb 29 23:43:11 UTC 2024


gnome-session (46~alpha-1ubuntu1) noble; urgency=medium

  * Merge with Debian. Remaining changes:
    - debian/control.in:
      + Recommend session-migration
      + Move xwayland dependency to gnome-session and make gnome-session
        Arch: any
      + Split gnome-startup-applications to a separate binary package so
        that it can be uninstalled without breaking the system
      + Add unity-session
    - debian/rules: Ensure pot file is generated to translate session files
    - Split ubuntu-session out of gnome-session.
    - debian/data: Add old-style systemd user session used by Unity
    - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
       Moved registering gnome-session binary as a session manager to
       gnome-session-bin package
    - debian/patches/ubuntu/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/ubuntu/ubuntu_sessions.patch:
      + Add ubuntu sessions
    - debian/patches/ubuntu/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/ubuntu/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/ubuntu/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/ubuntu/ignore_gsettings_region.patch:
      + Ignore the "region" gsettings value - users' setting of LC_*
        variables saved in ~/.pam_environment.
    - debian/patches/revert_remove_gnome_session_properties.patch:
      + Don't merge translations into gnome-session-properties.desktop
    - debian/ubuntu-settings-migrate-to-defaults.18.10.1.py:
      + Migrate users using old default ubuntu-settings to current ones
    - debian/xdg_dirs_desktop_session.sh: Install a new script into
      /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
      $XDG_{CONFIG,DATA}_DIRS.
  * Install /usr/share/applications/gnome-mimeapps.list. Previously
    desktop-file-utils provided /etc/gnome/defaults.list for this functionality
    (LP: #1559129)
  * gnome-mimeapps.list: Adjust a few defaults for Ubuntu

gnome-session (46~alpha-1) experimental; urgency=medium

  [ Heinrich Schuchardt ]
  * debian/control: depend on adwaita-icon-theme (instead of obsolete -full)

  [ Jeremy Bícha ]
  * New upstream release
  * systemd is now a hard dependency therefore convert to linux-any
  * Update install files and stop using dh-exec
  * Update gnome-mimeapps.list based on GNOME proposal !102

gnome-session (45.0-2) unstable; urgency=medium

  * d/gnome-mimeapps.list: Recommend gnome-text-editor ahead of gedit.
    All file types that previously defaulted to gedit now default to
    gnome-text-editor, falling back to gedit. This is a follow-up for the
    removal of gedit from the gnome-core metapackage before Debian 12,
    replaced by gnome-text-editor. (Closes: #1055838)
  * d/control, d/rules: Don't generate d/control from d/control.in

Date: Thu, 29 Feb 2024 18:41:18 -0500
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/gnome-session/46~alpha-1ubuntu1
-------------- next part --------------
Format: 1.8
Date: Thu, 29 Feb 2024 18:41:18 -0500
Source: gnome-session
Built-For-Profiles: noudeb
Architecture: source
Version: 46~alpha-1ubuntu1
Distribution: noble
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Jeremy Bícha <jbicha at ubuntu.com>
Closes: 1055838
Launchpad-Bugs-Fixed: 1559129
Changes:
 gnome-session (46~alpha-1ubuntu1) noble; urgency=medium
 .
   * Merge with Debian. Remaining changes:
     - debian/control.in:
       + Recommend session-migration
       + Move xwayland dependency to gnome-session and make gnome-session
         Arch: any
       + Split gnome-startup-applications to a separate binary package so
         that it can be uninstalled without breaking the system
       + Add unity-session
     - debian/rules: Ensure pot file is generated to translate session files
     - Split ubuntu-session out of gnome-session.
     - debian/data: Add old-style systemd user session used by Unity
     - debian/gnome-session-bin.postinst, debian/gnome-session-bin.prerm:
        Moved registering gnome-session binary as a session manager to
        gnome-session-bin package
     - debian/patches/ubuntu/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/ubuntu/ubuntu_sessions.patch:
       + Add ubuntu sessions
     - debian/patches/ubuntu/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/ubuntu/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/ubuntu/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/ubuntu/ignore_gsettings_region.patch:
       + Ignore the "region" gsettings value - users' setting of LC_*
         variables saved in ~/.pam_environment.
     - debian/patches/revert_remove_gnome_session_properties.patch:
       + Don't merge translations into gnome-session-properties.desktop
     - debian/ubuntu-settings-migrate-to-defaults.18.10.1.py:
       + Migrate users using old default ubuntu-settings to current ones
     - debian/xdg_dirs_desktop_session.sh: Install a new script into
       /etc/profile.d to prepend a $DESKTOP_SESSION related directory to
       $XDG_{CONFIG,DATA}_DIRS.
   * Install /usr/share/applications/gnome-mimeapps.list. Previously
     desktop-file-utils provided /etc/gnome/defaults.list for this functionality
     (LP: #1559129)
   * gnome-mimeapps.list: Adjust a few defaults for Ubuntu
 .
 gnome-session (46~alpha-1) experimental; urgency=medium
 .
   [ Heinrich Schuchardt ]
   * debian/control: depend on adwaita-icon-theme (instead of obsolete -full)
 .
   [ Jeremy Bícha ]
   * New upstream release
   * systemd is now a hard dependency therefore convert to linux-any
   * Update install files and stop using dh-exec
   * Update gnome-mimeapps.list based on GNOME proposal !102
 .
 gnome-session (45.0-2) unstable; urgency=medium
 .
   * d/gnome-mimeapps.list: Recommend gnome-text-editor ahead of gedit.
     All file types that previously defaulted to gedit now default to
     gnome-text-editor, falling back to gedit. This is a follow-up for the
     removal of gedit from the gnome-core metapackage before Debian 12,
     replaced by gnome-text-editor. (Closes: #1055838)
   * d/control, d/rules: Don't generate d/control from d/control.in
Checksums-Sha1:
 ee4542849da142de51976e5b98454559e6e95f07 3058 gnome-session_46~alpha-1ubuntu1.dsc
 4ed29e8bd58ef93815bc6291b43439c3a5e2a61f 483656 gnome-session_46~alpha.orig.tar.xz
 278eaeff153c9588f981be73ad59647f389070db 84716 gnome-session_46~alpha-1ubuntu1.debian.tar.xz
 441c7df5a535e827e6bcf52756de1597283206bf 19249 gnome-session_46~alpha-1ubuntu1_source.buildinfo
Checksums-Sha256:
 5cd27c3bc03e75d38cb1ca552b12f4935d370d26e622d8f9bb6f004a59701e92 3058 gnome-session_46~alpha-1ubuntu1.dsc
 52caca90689ad43d129ef1251ed084b77258f384e13fc21ffb323f4558f4cad3 483656 gnome-session_46~alpha.orig.tar.xz
 aa7a6caf65f7c0f827ffb7487e82d54dcb85653b0c41efa8666ccce304d2ff4f 84716 gnome-session_46~alpha-1ubuntu1.debian.tar.xz
 bcea791c0ed08edda9f656cce3142978a34be922961049c075a336dba5e507dc 19249 gnome-session_46~alpha-1ubuntu1_source.buildinfo
Files:
 1962e8d99bb9822f8ac4ed1a4390429b 3058 gnome optional gnome-session_46~alpha-1ubuntu1.dsc
 4891494e4367e730559d69ab4df6c4f9 483656 gnome optional gnome-session_46~alpha.orig.tar.xz
 3fab37ea9b4ef2d9703d2bc0b3c5e6d0 84716 gnome optional gnome-session_46~alpha-1ubuntu1.debian.tar.xz
 ad877d71582c5854188112de5455770d 19249 gnome optional gnome-session_46~alpha-1ubuntu1_source.buildinfo
Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>


More information about the noble-changes mailing list