gnome-session 3.4.1-1ubuntu1 source package in Ubuntu

Changelog

gnome-session (3.4.1-1ubuntu1) quantal; urgency=low

  * Merge with Debian. Remaining changes:
   - debian/control.in:
     + gnome-session
       - Recommend nautilus and either unity, unity-2d or gnome-shell
       - Only suggest gnome-session-fallback (we don't want it to be installed
         by default)
       - Drop the Recommends on gnome-power-manager, the code gnome-session uses
         has moved to gnome-settings-daemon
     + gnome-session-fallback
       - Recommend cups-pk-helper for gnome-session-fallback so that
         System Settings>Printers works
   - 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/postinst, postrm:
      set the default lightdm session as ubuntu if none already set
   - don't install defaults.list (installed by desktop-file-utils in ubuntu):
      debian/gnome-session-common.dirs and gnome-session-common.install
   - add debian/gnome-session-common.gsettings-override:
     set ubuntu as the default session if nothing is provided
   - debian/55gnome-session_gnomerc:
      Use POSIX string substitutions (shell internal) instead of external
      basename and cut for startup speed.
   - debian/patches/20_hide_nodisplay.patch:
      Don't show applications in the Sessions properties dialog that have
      NoDisplay=true.
   - debian/patches/21_up_start_on_demand.patch:
      Don't call dkp_client_new() until actually needed. This blocks
      for some time whilst DK-Power is started, if it wasn't running already
      (which is the case during auto-login). This can delay the whole
      session from starting.
   - 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:
      + Add Ubuntu & Ubuntu 2D sessions
      + Add GNOME Classic (Without Effects session). Use notify-osd for
        notifications, but don't add it to RequiredComponents since notify-osd
        doesn't have an autostart .desktop file
      + gnome-shell.desktop adds --session=gnome 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 (LP: #771896)
   - debian/patches/52_xdg_current_desktop.patch:
      Set XDG_CURRENT_DESKTOP inside gnome-session based on a
      new key 'DesktopName' in gnome-session .desktop files.
   - debian/patches/80_new_upstream_session_dialog.patch:
      Bugzilla patch to change the session dialog. (Deactivated, see bug 807503)
   - 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/96_no_catch_sigsegv.patch:
      Don't register a handler for SIGSEGV. We want Apport to catch these
      crashes so that users can submit useful crash reports.
   - debian/patches/101_screen_lock_on_suspend.patch:
      Use the same logic as gnome-power-manager for deciding the "screen
      lock on suspend" policy. This restores the Jaunty behaviour rather
      than just using the screensaver settings, which is surprising for
      users.
      This patch is deactivated for now, we'll see with the new screensaver and
      screen locking experience what to do (not rebased on gsettings as well)
    - debian/patches/103_kill_the_fail_whale.patch:
      seems that the fail whale try to come back and resist from his removal
      refreshed the patch to ensure it's killed and won't come back ever ever
      again.
    - 104_dont_show_fallback_warning.patch:
      Disable GNOME Fallback warning. It doesn't really explain anything
      and assumes that there aren't people that want to run Fallback.
    - debian/patches/105_hide_session_startup_help.patch:
      Hide Help button on Startup Applications dialog, as it is broken
      and the help documentation hasn't been written for 3.x yet.

gnome-session (3.4.1-1) unstable; urgency=low

  * New upstream release.
  * Refresh patches.
  * Install blacklist/whitelist for gnome-session-check-accelerated-helper.
  * Disable systemd support, continue to use ConsoleKit for session tracking.
  * Bump Standards-Version to 3.9.3.
  * Update defaults.list, use libreoffice instead of openoffice.org.

gnome-session (3.2.1-1) unstable; urgency=low

  * New upstream release.
  * Refresh debian/patches/12_no_gdm_fallback.patch.
  * Remove debian/patches/13_format_security.patch, applied upstream.
  * debian/control.in:
    - Bump Build-Depends on intltool to (>= 0.40.6).
    - Drop Build-Depends on librsvg2-dev.
    - Add Build-Depends on libjson-glib-dev (>= 0.10).

gnome-session (3.0.2-4) unstable; urgency=low

  [ Michael Biebl ]
  * debian/control.in:
    - We really need notification-daemon for gnome-session-fallback, not a
      virtual provides. So make the depencency versioned.
      Closes: #649737.

  [ Josselin Mouette ]
  * defaults.list:
    - Add scheme handlers for yelp.
  * 02_fallback_desktop.patch:
    - Rename the fallback session to “GNOME Classic”.
    - Split makefile parts into 03_fallback_desktop_makefile.patch.
  * po-up/POTFILES.in: add 02_fallback_desktop.patch to translations.
  * Update fr.po.

  [ Jordi Mallach ]
  * Update ca.po.

  [ Josselin Mouette ]
  * th.po: Thai translation from Theppitak Karoonboonyanan.
  * zh_CN.po: Chinese translation from Aron Xu.

  [ Christian Perrier ]
  * ru.po: Russian translation from Alexei Lobanov.

  [ Josselin Mouette ]
  * sk.po: Slovak translation from Slavko.
  * de.po: German translation from Chris Leick.
  * nl.po: Dutch translation from Jeroen Schot.
  * da.po: Danish translation from Joe Dalton. Closes: #649269.
  * Add an alternative, at lower priority, for gnome-session-fallback.
    Closes: #649596.

gnome-session (3.0.2-3) unstable; urgency=low

  * Upload to unstable.
  * debian/watch:
    - Switch to .xz tarballs.
  * Bump debhelper compatibility level to 8.
    - Update Build-Depends on debhelper.
    - Strip debian/tmp/ from .install files.
  * debian/control.in:
    - Set <email address hidden> as Maintainer.
    - Add Vcs-* fields.
  * debian/patches/13_format_security.patch:
    - Fix format string vulnerability. Patch cherry-picked from upstream Git.

gnome-session (3.0.2-2) experimental; urgency=low

  [ Josselin Mouette ]
  * defaults.list:
    + Make epiphany-newtab the default http handler.
    + Add a few more text MIME types to gedit, otherwise they can be
      handled by emacs.
    + Point directories to nautilus.desktop. Closes: #618376. Thanks
      Jérémy Bicha.

  [ Michael Biebl ]
  * Remove Depends on policykit-1-gnome from gnome-session as gnome-shell
    provides its own integrated PolicyKit authentication agent.
  * Remove notification-daemon from gnome-session Recommends as gnome-shell
    has an integrated notification system.
  * Make notification-daemon a Depends of the gnome-session-fallback and
    remove debian/patches/13_no_fallback_notification.patch so the session
    manager starts notification-daemon in the fallback case.
  * Bump Standards-Version to 3.9.2. No further changes.
  * debian/watch: Track .bz2 tarballs.

gnome-session (3.0.2-1) experimental; urgency=low

  * defaults.list:
    + Add evolution.
    + Add x-scheme-handler types.
  * New upstream translation release.
 -- Jeremy Bicha <email address hidden>   Mon, 07 May 2012 11:22:35 -0400

Upload details

Uploaded by:
Jeremy Bícha
Uploaded to:
Quantal
Original maintainer:
Ubuntu Desktop
Architectures:
any all
Section:
gnome
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
gnome-session_3.4.1.orig.tar.xz 694.0 KiB 0ad29c2c3158b9e0109d3463e587fe09f312b810a9db51775750b9af8ce457aa
gnome-session_3.4.1-1ubuntu1.debian.tar.gz 79.4 KiB 156b3c005f646ac8117d0eb6160fa8db545ebb21cdade2f75c91ccf9651e90d9
gnome-session_3.4.1-1ubuntu1.dsc 2.7 KiB f1675e80eda04277d6c5f6cbd8115636acafafe82fae2cf6bb5f8d5f0cb69ed3

Available diffs

View changes file

Binary packages built by this source

gnome-session: No summary available for gnome-session in ubuntu quantal.

No description available for gnome-session in ubuntu quantal.

gnome-session-bin: No summary available for gnome-session-bin in ubuntu quantal.

No description available for gnome-session-bin in ubuntu quantal.

gnome-session-common: No summary available for gnome-session-common in ubuntu quantal.

No description available for gnome-session-common in ubuntu quantal.

gnome-session-fallback: No summary available for gnome-session-fallback in ubuntu quantal.

No description available for gnome-session-fallback in ubuntu quantal.