wok diff lxpanel/receipt @ rev 771
Up: sliaz-tools (2.3), slitaz-configs (2.1) and use desktopbox to logout from lxpanel
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon May 12 02:16:34 2008 +0200 (2008-05-12) |
parents | 2cb458b74bb3 |
children | 2df97a83dc22 |
line diff
1.1 --- a/lxpanel/receipt Sat May 03 02:40:21 2008 +0200 1.2 +++ b/lxpanel/receipt Mon May 12 02:16:34 2008 +0200 1.3 @@ -73,13 +73,9 @@ 1.4 #!/bin/sh 1.5 # lxsession-logout fake. 1.6 # 1.7 -WM=`cat /etc/X11/wm.default` 1.8 1.9 -if [ "$WM" = "jwm" ]; then 1.10 - jwm -exit 1.11 -else 1.12 - openbox --exit 1.13 -fi 1.14 +desktopbox logout & 1.15 +exit 0 1.16 1.17 EOT 1.18 chmod +x $root/usr/bin/lxsession-logout