From 1ed5f6a3343f7e1b882ea78d66c80a957a4cf1d3 Mon Sep 17 00:00:00 2001 From: Joachim Breitner Date: Fri, 18 Jul 2014 11:16:34 +0400 Subject: xmonad: Remove gnome-panel from the xmonad.session file (Closes: #749389) It seems that gnome-session 3.12 doesn't properly talk to gnome-panel any more (i.e. won't shutdown); this attempts to work around it. It also means that you have to start gnome-panel yourself, e.g. in ~/.gnomerc --- p/xmonad/debian/changelog | 9 +++++++++ p/xmonad/debian/xmonad.session | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) (limited to 'p/xmonad') diff --git a/p/xmonad/debian/changelog b/p/xmonad/debian/changelog index ee98110b9..f0f9d0a51 100644 --- a/p/xmonad/debian/changelog +++ b/p/xmonad/debian/changelog @@ -1,3 +1,12 @@ +xmonad (0.11-9) UNRELEASED; urgency=medium + + * Remove gnome-panel from the xmonad.session file (Closes: #749389) + It seems that gnome-session 3.12 doesn't properly talk to gnome-panel any + more (i.e. won't shutdown); this attempts to work around it. It also means + that you have to start gnome-panel yourself, e.g. in ~/.gnomerc + + -- Joachim Breitner Fri, 18 Jul 2014 09:15:29 +0200 + xmonad (0.11-8) unstable; urgency=medium * Float mplayer2 (patch by Joey Hess, Closes: #753551) diff --git a/p/xmonad/debian/xmonad.session b/p/xmonad/debian/xmonad.session index 9653c6745..c9fd8f5cd 100644 --- a/p/xmonad/debian/xmonad.session +++ b/p/xmonad/debian/xmonad.session @@ -1,3 +1,3 @@ [GNOME Session] Name=Xmonad/GNOME -RequiredComponents=gnome-settings-daemon;gnome-panel;xmonad +RequiredComponents=gnome-settings-daemon;xmonad -- cgit v1.2.3