From daf2505532a82661ebf9cd08e4cdb7f5bff501c3 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Wed, 17 Feb 2010 02:36:10 +0100 Subject: [PATCH] Use startlxde instead of lxsession for zsh completion. --- debian/changelog | 7 +++++++ usr_share_grml/zsh/completion/grml/_grml-x | 10 +++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index 768b298..9d37fdc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-x (0.5.0) unstable; urgency=low + + * Use startlxde instead of lxsession for zsh completion. + (See #570083 for details) + + -- Michael Prokop Wed, 17 Feb 2010 02:35:11 +0100 + grml-x (0.4.9) unstable; urgency=low * Add xserver-xorg-input-kbd to Recommends. diff --git a/usr_share_grml/zsh/completion/grml/_grml-x b/usr_share_grml/zsh/completion/grml/_grml-x index 22dc13b..f1f62b2 100644 --- a/usr_share_grml/zsh/completion/grml/_grml-x +++ b/usr_share_grml/zsh/completion/grml/_grml-x @@ -11,11 +11,11 @@ local -a wms wms=() -for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ - gnome-session gnomesession icewm ion2 ion3 jwm larswm lxsession \ - openbox particleman pekwm pwm3 ratpoison startkde twm w9wm \ - windowlab wmi wmii wm-ng xfce4 xfce4-session xfwm4 xmonad \ - x-window-manager ; do +for wm in awesome blackbox dwm evilwm fluxbox fvwm fvwm2 fvwm-crystal \ + gnome-session gnomesession icewm ion2 ion3 jwm larswm \ + openbox particleman pekwm pwm3 ratpoison startkde startlxde \ + twm w9wm windowlab wmi wmii wm-ng xfce4 xfce4-session xfwm4 \ + xmonad x-window-manager ; do [[ -x /usr/bin/$wm ]] && wms+=$wm done -- 2.1.4