# HG changeset patch # User Christophe Lincoln # Date 1208731600 -7200 # Node ID cbb16242ff7689c3cc7c872373b886d102321674 # Parent 924a0547147543a98911460b699b1bcbca714673 Up: openbox (3.4.7.1) - Now Ob is the default WM diff -r 924a05471475 -r cbb16242ff76 openbox-dev/receipt --- a/openbox-dev/receipt Mon Apr 21 00:44:02 2008 +0200 +++ b/openbox-dev/receipt Mon Apr 21 00:46:40 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="openbox-dev" -VERSION="3.4.6.1" +VERSION="3.4.7.1" CATEGORY="development" SHORT_DESC="Ob devel files." MAINTAINER="pankso@slitaz.org" diff -r 924a05471475 -r cbb16242ff76 openbox/receipt --- a/openbox/receipt Mon Apr 21 00:44:02 2008 +0200 +++ b/openbox/receipt Mon Apr 21 00:46:40 2008 +0200 @@ -1,16 +1,16 @@ # SliTaz package receipt. PACKAGE="openbox" -VERSION="3.4.6.1" +VERSION="3.4.7.1" CATEGORY="x-window" SHORT_DESC="Small-footprint and standard compliant Window Manager." MAINTAINER="pankso@slitaz.org" DEPENDS="startup-notification pango glib xorg-libX11" -SUGGESTED="obconf hsetroot" +SUGGESTED="obconf pcmanfm hsetroot" BUILD_DEPENDS="xorg-dev pango-dev glib-dev startup-notification-dev" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://icculus.org/openbox/" -WGET_URL="http://icculus.org/openbox/releases/$TARBALL" +WGET_URL="http://download.tuxfamily.org/slitaz/sources/packages/o/$TARBALL" # Rules to configure and make the package. compile_rules() @@ -34,19 +34,20 @@ cp -a $_pkg/usr/bin $fs/usr cp -a $_pkg/usr/lib/*.so* $fs/usr/lib cp -a $_pkg/usr/share/themes $fs/usr/share + # We dont have GNOME or KDE rm $fs/usr/bin/openbox-gnome-session rm $fs/usr/bin/openbox-kde-session rm $fs/usr/bin/gnome-panel-control chmod 0755 $fs/usr/bin/openbox-session + # Menu config and autostart script. mkdir -p $fs/etc/xdg cp -a stuff/openbox $fs/etc/xdg + # SliTaz theme cp -a stuff/themes $fs/usr/share - # LXpanel config. - mkdir -p $fs/etc/lxpanel/openbox - cp stuff/lxpanel.config $fs/etc/lxpanel/openbox/config + # Set perms. chown -R root.root $fs } diff -r 924a05471475 -r cbb16242ff76 openbox/stuff/openbox/autostart.sh --- a/openbox/stuff/openbox/autostart.sh Mon Apr 21 00:44:02 2008 +0200 +++ b/openbox/stuff/openbox/autostart.sh Mon Apr 21 00:46:40 2008 +0200 @@ -1,24 +1,24 @@ # This shell script is run before Openbox launches. # Environment variables set here are passed to the Openbox session. -BG=/usr/share/images/slitaz-background.png +#BG=/usr/share/images/slitaz-background.png #BG=$HOME/Images/background.png # Set a background color usin hsetroot (depends on imlib2) or xsetroot. -if which hsetroot >/dev/null; then - hsetroot -fill $BG & -else - if which xsetroot >/dev/null; then - xsetroot -solid "#222222" & - fi -fi +#if which hsetroot >/dev/null; then + #hsetroot -fill $BG & +#else + #if which xsetroot >/dev/null; then + #xsetroot -solid "#222222" & + #fi +#fi -# Login sound. -if which alsaplayer >/dev/null; then - alsaplayer -i text /usr/share/sounds/login.ogg & +# Start PCmanFM as deamon +if which pcmanfm >/dev/null; then + pcmanfm -d & fi # Start the panel. if which lxpanel >/dev/null; then - lxpanel --profile openbox & + lxpanel & fi diff -r 924a05471475 -r cbb16242ff76 openbox/stuff/openbox/menu.xml --- a/openbox/stuff/openbox/menu.xml Mon Apr 21 00:44:02 2008 +0200 +++ b/openbox/stuff/openbox/menu.xml Mon Apr 21 00:46:40 2008 +0200 @@ -4,7 +4,7 @@ - emelfm2 + pcmanfm xterm @@ -28,17 +28,21 @@ xcompmgr - xcompmgr -c + xcompmgr -c -r 10 - xcompmgr -c -f + xcompmgr -c -f -r 10 - transset-df --actual --max 60 + + transset-df --actual --max 60 + - transset-df --click --max 60 + + transset-df --click --max 60 + @@ -50,20 +54,65 @@ subox tazlitobox - - subox "xterm -e tazusb writefs" + + + subox "xterm -e tazusb writefs gzip" + + + + + subox "xterm -e tazusb writefs lzma" + + + + + subox "xterm -e tazusb writefs none" + + + + + + + + firefox /usr/share/doc/tazlito/tazlito.html + + + + + firefox /usr/share/doc/tazpkg/tazpkg.html + + + + + firefox /usr/share/doc/tazusb/tazusb.en.html + + + + + firefox /usr/share/doc/tazwok/tazwok.html + + + + + xterm -T "General Public License" -e less -M /usr/share/licenses/gpl.txt + - - obconf - + obconf + + lxpanelctl restart + + + + + @@ -87,6 +136,10 @@ + + + lxpanelctl run +