lp:ubuntu/maverick/gnome-screensaver

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/maverick/gnome-screensaver
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Mature

Recent revisions

95. By Robert Ancell

* Merge from Debian unstable, remaining Ubuntu changes:
* debian/control:
  - Don't build-depend on intltool
  - Bump build-dependency on libdbus-glib-1-dev
  - Add build-depend on libxtst-dev
  - Add Vcs-Bzr tag
  - Don't depend on gnome-session; it doesn't appear to actually be
    required, xubuntu is doing fine without it
  - Let xfce4-power-manager be an alternative to gnome-power-manager
  - Move rss-glx from recommends to suggests
  - Recommend xscreensaver-data and screensaver-gl
  - Suggest xscreensaver-data-extra and screensaver-gl-extra
* debian/rules:
  - Don't use debian/po-up, translation updates will be provided via
    langpacks.
  - don't ship the popsquares screensaver, this is already in
    xscreensaver-data
* debian/gconf-defaults:
  - Dropped
* debian/gnome-screensaver-command.1:
* debian/gnome-screensaver-preferences.1:
* debian/gnome-screensaver.1:
* debian/gnome-screensaver.manpages:
  - Add man pages
* debian/gnome-screensaver.docs:
  - Don't install docs
* debian/gnome-screensaver.install
  - Install apport hook
  - Install D-Bus service
  - Don't install Debian specific screensaver
* debian/org.gnome.ScreenSaver.service:
  - Provide a D-Bus service file so gnome-screensaver gets respawned if it
    dies. This ensures screen locking will work more reliably.
* debian/source_gnome-screensaver.py
  - Apport hook
* debian/patches/02_keep_unlock_raised.patch:
  - ?
* debian/patches/03_fix_ltsp-fading.patch:
  - Don't fade on LTSP
* debian/patches/04_force_blank_only_on_ltsp.patch:
  - Disable graphics intensive modes for LTSP
* debian/patches/05_locking_for_compiz.patch:
  - Stop Compiz keyboard shortcuts working when screen is locked
* debian/patches/10_legacy_scrsvr_inhibit.patch:
  - Re-write to not use XTest to simulate fake key-presses in order
    to reset the IDLETIME counter, as this appears to be problematic.
    Use XResetScreenSaver() to do this instead. Thanks to Reinhard
    Tartler for the hint
* debian/patches/11_autostart_delay.patch:
  - Delay autostarting the screensaver for 5 seconds after the start
    of the session
* debian/patches/12_use_dbus_service.patch:
  - gnome-screensaver-command should use D-Bus to start gnome-screensaver
    if it is not running.
* debian/patches/13_nvidia_gamma_fade_fallback.patch:
  - Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
* debian/patches/14_no_fade_on_user_switch.patch:
  - Disable fade on locking to work around LP: #546578 and prevent
    the screen remaining blank after user switching. The screensaver
    will still fade-in on idle though
* debian/patches/15_dont_crash_on_no_fade.patch:
  - Don't crash on systems that don't support XF86VM or XRANDR gamma fade,
    by testing if fade is supported on a particular screen before
    calling the fade_setup and fade_finish virtual functions
* debian/patches/16_dont_crash_in_kvm.patch:
  - Don't crash when the XF86VM extension doesn't allow the gamma
    to be set
* debian/watch:
  - Watch for unstable versions to get unstable version

94. By Chris Coulson

* debian/patches/15_dont_crash_on_no_fade.patch:
  - Don't crash on systems that don't support XF86VM or XRANDR gamma fade,
    by testing if fade is supported on a particular screen before
    calling the fade_setup and fade_finish virtual functions (LP: #558721)
* debian/patches/16_dont_crash_in_kvm.patch:
  - Don't crash when the XF86VM extension doesn't allow the gamma
    to be set (LP: #581864)
* debian/patches/14_no_fade_on_user_switch.patch:
  - Disable fade on locking to work around LP: #546578 and prevent
    the screen remaining blank after user switching. The screensaver
    will still fade-in on idle though

93. By Didier Roche-Tolomelli

* New upstream release:
  - Updated translations

92. By Didier Roche-Tolomelli

* New upstream release:
  - Build fix for systems with x11 < 1.3
* debian/control.in:
  - udpate Standards-Version to latest

91. By Chris Coulson

* debian/source_gnome-screensaver.py:
  - Fetch inhibitors from gnome-session and add them to the submitted bug
    report (under the 'GnomeSessionInhibitors' key). Also provide an overall
    summary indicating if the session has been inhibited from going idle
    (under them 'GnomeSessionIdleInhibited' key). The information is useful
    for debugging screensaver activation issues

90. By Marc Deslauriers

* debian/source_gnome-screensaver.py: also add g-p-m gconf keys to help
  debug screen-locking issues.
* debian/patches/12_use_dbus_service.patch: add tags with bug numbers

89. By Chris Coulson

* New upstream version.
* Fixed bugs:
  - CVE-2010-0422, handle monitor hotplugging more securely
  - Fix screen dirt in floaters screensaver
* Refreshed patches:
  - 04_force_blank_only_on_ltsp.patch
  - 05_locking_for_compiz.patch
* debian/patches/13_nvidia_gamma_fade_fallback.patch:
  - Updated tags with upstream bug number now I've sent it upstream.

88. By Chris Coulson

* debian/patches/13_nvidia_gamma_fade_fallback.patch:
  - Fall back to XF86VM gamma fade if XRANDR gamma fade is not supported
    (LP: #522806)

87. By Chris Coulson

* New upstream version, fixed bugs:
  - #609337, CVE-2010-0414, handle monitor removal more securely
* Refreshed 02_keep_unlock_raised.patch

86. By Chris Coulson

* New upstream version.
* Fixed bugs:
  - #597874, Use xrandr 1.2 gamma fading
  - RH bug #546656, Fix crash in popsquares
  - #598476, Don't crash when lock dialog dies during shake
  - #593616, Fix multi-head issues
  - #600488, Remove session inhibitors if the originator falls of the bus
* debian/control:
  - Bump libgnome-desktop-dev build-dep to 2.29.0
* Dropped debian/patches/09_remove_session_inhibitors.patch:
  - Merged upstream
* Dropped debian/patches/07_xfce_menu_entry.patch:
  - Xubuntu uses xscreensaver now
* Refreshed patches:
  - 02_keep_unlock_raised.patch
  - 03_fix_ltsp-fading.patch
  - 04_force_blank_only_on_ltsp.patch
  - 05_locking_for_compiz.patch

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/natty/gnome-screensaver
This branch contains Public information 
Everyone can see this information.

Subscribers