wok-stable 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 | a98ae02c2022 |
children | 178da4e0c9d6 |
files | lxpanel/receipt lxpanel/stuff/default/config lxpanel/stuff/default/panels/panel slitaz-configs/receipt slitaz-tools/receipt |
line diff
1.1 --- a/lxpanel/receipt Mon May 12 01:50:36 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
2.1 --- a/lxpanel/stuff/default/config Mon May 12 01:50:36 2008 +0200 2.2 +++ b/lxpanel/stuff/default/config Mon May 12 02:16:34 2008 +0200 2.3 @@ -1,4 +1,4 @@ 2.4 [Command] 2.5 FileManager=pcmanfm %s 2.6 Terminal=xterm -e 2.7 -Logout=openbox --exit 2.8 +Logout=desktopbox logout
3.1 --- a/lxpanel/stuff/default/panels/panel Mon May 12 01:50:36 2008 +0200 3.2 +++ b/lxpanel/stuff/default/panels/panel Mon May 12 02:16:34 2008 +0200 3.3 @@ -158,6 +158,9 @@ 3.4 Button { 3.5 id=hardinfo.desktop 3.6 } 3.7 + Button { 3.8 + id=tazpkgbox.desktop 3.9 + } 3.10 } 3.11 } 3.12 3.13 @@ -166,7 +169,7 @@ 3.14 Config { 3.15 ClockFmt=%R 3.16 TooltipFmt=%A %x 3.17 - Action=osmo 3.18 + Action=./home/hacker/Projects/boxes/clockbox 3.19 BoldFont=0 3.20 } 3.21 }
4.1 --- a/slitaz-configs/receipt Mon May 12 01:50:36 2008 +0200 4.2 +++ b/slitaz-configs/receipt Mon May 12 02:16:34 2008 +0200 4.3 @@ -1,13 +1,11 @@ 4.4 # SliTaz package receipt. 4.5 4.6 PACKAGE="slitaz-configs" 4.7 -VERSION="2.0" 4.8 +VERSION="2.1" 4.9 CATEGORY="base-system" 4.10 SHORT_DESC="SliTaz config files, wallpaper and login sound." 4.11 MAINTAINER="pankso@slitaz.org" 4.12 -DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr 4.13 - transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance 4.14 - openbox ttf-dejavu" 4.15 +DEPENDS="slitaz-tools xorg-libXcomposite xorg-libXdamage xorg-xcompmgr transset-df tazlito tazpkg slitaz-doc lxtask lxpanel lxappearance openbox ttf-dejavu" 4.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 4.17 WEB_SITE="http://www.slitaz.org/" 4.18 WGET_URL="http://download.tuxfamily.org/slitaz/sources/base-files/$TARBALL"
5.1 --- a/slitaz-tools/receipt Mon May 12 01:50:36 2008 +0200 5.2 +++ b/slitaz-tools/receipt Mon May 12 02:16:34 2008 +0200 5.3 @@ -1,7 +1,7 @@ 5.4 # SliTaz package receipt. 5.5 5.6 PACKAGE="slitaz-tools" 5.7 -VERSION="2.2" 5.8 +VERSION="2.3" 5.9 CATEGORY="system-tools" 5.10 SHORT_DESC="SliTaz tools provide installer and Tinyutils." 5.11 MAINTAINER="pankso@slitaz.org"