r39831 - in /desktop/unstable/gnome-screensaver/debian: changelog patches/ patches/01_fallback_session.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Sun Oct 13 21:10:34 UTC 2013


Author: pochu
Date: Sun Oct 13 21:10:33 2013
New Revision: 39831

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39831
Log:
* debian/patches/01_fallback_session.patch:
  + Fix session detection so that gnome-screensaver starts, the session
    is now called gnome-flashback instead of gnome-fallback.

Added:
    desktop/unstable/gnome-screensaver/debian/patches/
    desktop/unstable/gnome-screensaver/debian/patches/01_fallback_session.patch
    desktop/unstable/gnome-screensaver/debian/patches/series
Modified:
    desktop/unstable/gnome-screensaver/debian/changelog

Modified: desktop/unstable/gnome-screensaver/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/changelog?rev=39831&op=diff
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-screensaver/debian/changelog	[utf-8] Sun Oct 13 21:10:33 2013
@@ -9,6 +9,11 @@
     - Bump Standards-Version to 3.9.4 (no further changes)
     - Add autotools-dev to the build-dependencies, so config.{guess,sub} are
       being updated during build
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/patches/01_fallback_session.patch:
+    + Fix session detection so that gnome-screensaver starts, the session
+      is now called gnome-flashback instead of gnome-fallback.
 
  -- Laurent Bigonville <bigon at debian.org>  Sun, 22 Sep 2013 23:48:16 +0200
 

Added: desktop/unstable/gnome-screensaver/debian/patches/01_fallback_session.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/patches/01_fallback_session.patch?rev=39831&op=file
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/patches/01_fallback_session.patch	(added)
+++ desktop/unstable/gnome-screensaver/debian/patches/01_fallback_session.patch	[utf-8] Sun Oct 13 21:10:33 2013
@@ -0,0 +1,11 @@
+--- a/src/gnome-screensaver.desktop.in.in
++++ b/src/gnome-screensaver.desktop.in.in
+@@ -5,7 +5,7 @@
+ Icon=preferences-desktop-screensaver
+ Exec=gnome-screensaver
+ OnlyShowIn=GNOME;
+-AutostartCondition=GNOME3 if-session gnome-fallback
++AutostartCondition=GNOME3 if-session gnome-flashback
+ NoDisplay=true
+ X-GNOME-Autostart-Phase=Application
+ X-GNOME-Autostart-Notify=true

Added: desktop/unstable/gnome-screensaver/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-screensaver/debian/patches/series?rev=39831&op=file
==============================================================================
--- desktop/unstable/gnome-screensaver/debian/patches/series	(added)
+++ desktop/unstable/gnome-screensaver/debian/patches/series	[utf-8] Sun Oct 13 21:10:33 2013
@@ -0,0 +1 @@
+01_fallback_session.patch




More information about the pkg-gnome-commits mailing list