Use x-window-manager as default window manager in xinitrc v1.1.19
authorMichael Prokop <mika@grml.org>
Wed, 5 Aug 2009 02:16:58 +0000 (04:16 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 5 Aug 2009 02:16:58 +0000 (04:16 +0200)
debian/changelog
etc/skel/.xinitrc

index e5a432b..ff14096 100644 (file)
@@ -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 <mika@grml.org>  Wed, 05 Aug 2009 04:16:22 +0200
+
 grml-etc (1.1.18) unstable; urgency=low
 
   * Drop /etc/X11/windowlab/windowlab.menurc as windowlab
index 7172324..a0fb306 100755 (executable)
@@ -4,7 +4,6 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # 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 #################################################################