[Pkg-haskell-commits] darcs: 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
Joachim Breitner
mail at joachim-breitner.de
Sun Sep 21 10:14:27 UTC 2014
Fri Jul 18 07:16:34 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* 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
M ./changelog +9
M ./xmonad.session -1 +1
Fri Jul 18 07:16:34 UTC 2014 Joachim Breitner <mail at joachim-breitner.de>
* 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
diff -rN -u old-xmonad/changelog new-xmonad/changelog
--- old-xmonad/changelog 2014-09-21 10:14:27.752398211 +0000
+++ new-xmonad/changelog 2014-09-21 10:14:27.772398221 +0000
@@ -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 <nomeata at debian.org> Fri, 18 Jul 2014 09:15:29 +0200
+
xmonad (0.11-8) unstable; urgency=medium
* Float mplayer2 (patch by Joey Hess, Closes: #753551)
diff -rN -u old-xmonad/xmonad.session new-xmonad/xmonad.session
--- old-xmonad/xmonad.session 2014-09-21 10:14:27.748398209 +0000
+++ new-xmonad/xmonad.session 2014-09-21 10:14:27.768398219 +0000
@@ -1,3 +1,3 @@
[GNOME Session]
Name=Xmonad/GNOME
-RequiredComponents=gnome-settings-daemon;gnome-panel;xmonad
+RequiredComponents=gnome-settings-daemon;xmonad
More information about the Pkg-haskell-commits
mailing list