From 0b13149ebf6f3f73b2b1f39faef57b500c4f2956 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 5 Aug 2009 04:16:58 +0200 Subject: [PATCH] Use x-window-manager as default window manager in xinitrc --- debian/changelog | 7 +++++++ etc/skel/.xinitrc | 3 +-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e5a432b..ff14096 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc (1.1.19) unstable; urgency=low + + * Use x-window-manager as default window manager in xinitrc. + Thanks to Michael Whapples for the idea. [Testing: issue716] + + -- Michael Prokop Wed, 05 Aug 2009 04:16:22 +0200 + grml-etc (1.1.18) unstable; urgency=low * Drop /etc/X11/windowlab/windowlab.menurc as windowlab diff --git a/etc/skel/.xinitrc b/etc/skel/.xinitrc index 7172324..a0fb306 100755 --- a/etc/skel/.xinitrc +++ b/etc/skel/.xinitrc @@ -4,7 +4,6 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # Bug-Reports: see http://grml.org/bugs/ # License: This file is licensed under the GPL v2. -# Latest change: Die Sep 04 01:42:40 CEST 2007 [mika] ################################################################################ # is something goes wrong fall back to plain x-terminal-emulator: @@ -68,6 +67,6 @@ [ -r /etc/grml_cd ] && grml-info & # default entry, use e.g. 'grml-x windowmanager' for changing or just adjust manually - exec /usr/bin/wm-ng + exec /usr/bin/x-window-manager ## END OF FILE ################################################################# -- 2.1.4