← Back to team overview

debcrafters-packages team mailing list archive

[Bug 2112002] [NEW] Merge gnome-session from Debian Unstable for questing

 

Public bug reported:

Scheduled-For: ubuntu-25.06
Ubuntu: 47.0.1-2ubuntu3
Debian Unstable: 48.0-1

A new release of gnome-session is available for merging from Debian
Unstable.

If it turns out this needs a sync rather than a merge, please change the
tag 'dcr-merge' to 'dcr-sync', and (optionally) update the title as
desired.

If this merge pulls in a new upstream version, also consider adding an
entry to the questing Release Notes:
https://discourse.ubuntu.com/t/questing-quokka-release-notes/

### New Debian Changes ###

gnome-session (48.0-1) unstable; urgency=medium

  * New upstream release
  * Remove subprocess patch: applied in new release
  * debian/gnome-session.docs: README → README.md
  * Update Homepage

 -- Jeremy Bícha <jbicha@xxxxxxxxxx>  Thu, 17 Apr 2025 14:41:04 -0400


### Old Ubuntu Delta ###

gnome-session (47.0.1-2ubuntu3) plucky; urgency=medium

  * No change upload to trigger a launchpad translations import

 -- Sebastien Bacher <seb128@xxxxxxxxxx>  Tue, 08 Apr 2025 20:37:50
+0200

gnome-session (47.0.1-2ubuntu2) plucky; urgency=medium

  * Update d/p/ubuntu/dbus_request_shutdown.patch (LP: #2100965):
    The original implementation of the RequestReboot and RequestShutdown,
    introduced by this patch, were no longer working. This fixes it by
    simply relaying the call to Reboot and Shutdown methods, instead of
    nearly duplicating them.

 -- Nathan Pratta Teodosio <nathan.teodosio@xxxxxxxxxxxxx>  Wed, 19 Mar
2025 15:57:10 +0100

gnome-session (47.0.1-2ubuntu1) plucky; urgency=medium

  * Merge with Debian. Remaining changes:
    - debian/control:
      + Add Build-Depends: dh-sequence-migrations
      + Have gnome-session depend on libjxl-gdk-pixbuf
      + 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.
  * gnome-mimeapps.list: Use Papers as default for the formats it supports

 -- Jeremy Bícha <jbicha@xxxxxxxxxx>  Wed, 05 Mar 2025 17:14:06 -0500

** Affects: gnome-session (Ubuntu)
     Importance: Undecided
         Status: New


** Tags: dcr-merge

** Changed in: gnome-session (Ubuntu)
    Milestone: None => ubuntu-25.06

-- 
You received this bug notification because you are a member of
Debcrafters packages, which is subscribed to gnome-session in Ubuntu.
https://bugs.launchpad.net/bugs/2112002

Title:
  Merge gnome-session from Debian Unstable for questing

Status in gnome-session package in Ubuntu:
  New

Bug description:
  Scheduled-For: ubuntu-25.06
  Ubuntu: 47.0.1-2ubuntu3
  Debian Unstable: 48.0-1

  A new release of gnome-session is available for merging from Debian
  Unstable.

  If it turns out this needs a sync rather than a merge, please change
  the tag 'dcr-merge' to 'dcr-sync', and (optionally) update the title
  as desired.

  If this merge pulls in a new upstream version, also consider adding an
  entry to the questing Release Notes:
  https://discourse.ubuntu.com/t/questing-quokka-release-notes/

  ### New Debian Changes ###

  gnome-session (48.0-1) unstable; urgency=medium

    * New upstream release
    * Remove subprocess patch: applied in new release
    * debian/gnome-session.docs: README → README.md
    * Update Homepage

   -- Jeremy Bícha <jbicha@xxxxxxxxxx>  Thu, 17 Apr 2025 14:41:04 -0400


  ### Old Ubuntu Delta ###

  gnome-session (47.0.1-2ubuntu3) plucky; urgency=medium

    * No change upload to trigger a launchpad translations import

   -- Sebastien Bacher <seb128@xxxxxxxxxx>  Tue, 08 Apr 2025 20:37:50
  +0200

  gnome-session (47.0.1-2ubuntu2) plucky; urgency=medium

    * Update d/p/ubuntu/dbus_request_shutdown.patch (LP: #2100965):
      The original implementation of the RequestReboot and RequestShutdown,
      introduced by this patch, were no longer working. This fixes it by
      simply relaying the call to Reboot and Shutdown methods, instead of
      nearly duplicating them.

   -- Nathan Pratta Teodosio <nathan.teodosio@xxxxxxxxxxxxx>  Wed, 19
  Mar 2025 15:57:10 +0100

  gnome-session (47.0.1-2ubuntu1) plucky; urgency=medium

    * Merge with Debian. Remaining changes:
      - debian/control:
        + Add Build-Depends: dh-sequence-migrations
        + Have gnome-session depend on libjxl-gdk-pixbuf
        + 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.
    * gnome-mimeapps.list: Use Papers as default for the formats it supports

   -- Jeremy Bícha <jbicha@xxxxxxxxxx>  Wed, 05 Mar 2025 17:14:06 -0500

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-session/+bug/2112002/+subscriptions



Follow ups