diff -Nru gnome-session-3.5.2/debian/changelog gnome-session-3.5.2/debian/changelog --- gnome-session-3.5.2/debian/changelog 2012-06-15 18:58:32.000000000 +0200 +++ gnome-session-3.5.2/debian/changelog 2012-06-26 19:33:47.000000000 +0200 @@ -1,3 +1,10 @@ +gnome-session (3.5.2-0ubuntu2) quantal; urgency=low + + * debian/patches/106_display_gnome-session-properties.patch: + - session-properties is now visible in applications menu (LP: #1018031) + + -- Matthieu Baerts (matttbe) Tue, 26 Jun 2012 19:31:55 +0200 + gnome-session (3.5.2-0ubuntu1) quantal; urgency=low * debian/watch: Track unstable versions diff -Nru gnome-session-3.5.2/debian/control gnome-session-3.5.2/debian/control --- gnome-session-3.5.2/debian/control 2012-06-15 18:58:34.000000000 +0200 +++ gnome-session-3.5.2/debian/control 2012-06-26 19:40:31.000000000 +0200 @@ -8,7 +8,7 @@ Priority: optional Maintainer: Ubuntu Desktop Team XSBC-Original-Maintainer: Debian GNOME Maintainers -Uploaders: Debian GNOME Maintainers , Josselin Mouette , Michael Biebl +Uploaders: Debian GNOME Maintainers , Jeremy Bicha , Josselin Mouette , Michael Biebl Standards-Version: 3.9.3 Build-Depends: cdbs (>= 0.4.41), dh-autoreconf, diff -Nru gnome-session-3.5.2/debian/patches/106_display_gnome-session-properties.patch gnome-session-3.5.2/debian/patches/106_display_gnome-session-properties.patch --- gnome-session-3.5.2/debian/patches/106_display_gnome-session-properties.patch 1970-01-01 01:00:00.000000000 +0100 +++ gnome-session-3.5.2/debian/patches/106_display_gnome-session-properties.patch 2012-06-26 19:38:01.000000000 +0200 @@ -0,0 +1,17 @@ +Description: session-properties was not visible in applications menu +Author: Matthieu Baerts +Bug-Ubuntu: https://launchpad.net/bugs/1018031 + +Index: gnome-session-3.5.2/data/session-properties.desktop.in.in +=================================================================== +--- gnome-session-3.5.2.orig/data/session-properties.desktop.in.in 2012-06-04 23:30:34.000000000 +0200 ++++ gnome-session-3.5.2/data/session-properties.desktop.in.in 2012-06-26 19:05:06.458257086 +0200 +@@ -8,7 +8,7 @@ + StartupNotify=true + Categories=GTK;GNOME;Settings;X-GNOME-PersonalSettings; + OnlyShowIn=GNOME;Unity; +-NoDisplay=true ++NoDisplay=false + X-GNOME-Bugzilla-Bugzilla=GNOME + X-GNOME-Bugzilla-Product=gnome-session + X-GNOME-Bugzilla-Component=gnome-session-properties diff -Nru gnome-session-3.5.2/debian/patches/series gnome-session-3.5.2/debian/patches/series --- gnome-session-3.5.2/debian/patches/series 2012-06-15 18:58:32.000000000 +0200 +++ gnome-session-3.5.2/debian/patches/series 2012-06-26 19:40:23.000000000 +0200 @@ -16,4 +16,5 @@ 103_kill_the_fail_whale.patch 104_dont_show_fallback_warning.patch 105_hide_session_startup_help.patch +106_display_gnome-session-properties.patch