# HG changeset patch # User Christophe Lincoln # Date 1208731442 -7200 # Node ID 924a0547147543a98911460b699b1bcbca714673 # Parent b22fba97e731a3f27bf97ed45d7059d9c6533843 Up: lxpanel (0.3.5.2) diff -r b22fba97e731 -r 924a05471475 lxpanel/receipt --- a/lxpanel/receipt Mon Apr 21 00:18:12 2008 +0200 +++ b/lxpanel/receipt Mon Apr 21 00:44:02 2008 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="lxpanel" -VERSION="0.3.5" +VERSION="0.3.5.2" CATEGORY="x-window" SHORT_DESC="Standard compliant desktop panel." MAINTAINER="pankso@slitaz.org" @@ -35,7 +35,12 @@ cp -a $_pkg/usr/share/lxpanel $fs/usr/share # Remove a few "heavy" an unseful images - rm $fs/usr/share/lxpanel/images/*.svg + rm $fs/usr/share/lxpanel/images/gnome-applications.png + rm $fs/usr/share/lxpanel/images/gnome-devel.png + rm $fs/usr/share/lxpanel/images/gnome-joystick.png + rm $fs/usr/share/lxpanel/images/gnome-multimedia.png + rm $fs/usr/share/lxpanel/images/gnome-g*.png + rm $fs/usr/share/lxpanel/images/redhat*.png # Move profile to /etc/lxpanel (/usr maybe read-only) mkdir $fs/etc @@ -60,12 +65,12 @@ # WM=`cat /etc/X11/wm.default` -case $WM in - jwm) - jwm -exit ;; - openbox) - openbox --exit ;; -esac +if [ "$WM" = "jwm" ]; then + jwm -exit +else + openbox --exit +fi + EOT chmod +x $root/usr/bin/lxsession-logout fi diff -r b22fba97e731 -r 924a05471475 lxpanel/stuff/default/config --- a/lxpanel/stuff/default/config Mon Apr 21 00:18:12 2008 +0200 +++ b/lxpanel/stuff/default/config Mon Apr 21 00:44:02 2008 +0200 @@ -1,4 +1,4 @@ [Command] FileManager=pcmanfm %s Terminal=xterm -e -Logout=jwm -exit +Logout=openbox --exit diff -r b22fba97e731 -r 924a05471475 lxpanel/stuff/default/panels/panel --- a/lxpanel/stuff/default/panels/panel Mon Apr 21 00:18:12 2008 +0200 +++ b/lxpanel/stuff/default/panels/panel Mon Apr 21 00:44:02 2008 +0200 @@ -2,11 +2,11 @@ # Use preference dialog in lxpanel to adjust config when you can. Global { - edge=top + edge=bottom allign=center margin=0 widthtype=percent - width=21 + width=72 height=24 transparent=0 tintcolor=#000000 @@ -22,7 +22,7 @@ Plugin { type = space Config { - Size=4 + Size=2 } } @@ -53,10 +53,13 @@ id=xterm.desktop } Button { - id=emelfm2.desktop + id=firefox.desktop } Button { - id=firefox.desktop + id=pcmanfm.desktop + } + Button { + id=obconf.desktop } } } @@ -77,6 +80,39 @@ } Plugin { + type = space + Config { + Size=4 + } +} + +Plugin { + type = pager +} + +Plugin { + type = taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + AcceptSkipPager=1 + ShowIconified=1 + ShowMapped=1 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=150 + spacing=1 + } +} + +Plugin { + type = tray +} + +Plugin { type = volumealsa } @@ -96,6 +132,15 @@ } Plugin { + type = launchbar + Config { + Button { + id=hardinfo.desktop + } + } +} + +Plugin { type = cpu } diff -r b22fba97e731 -r 924a05471475 lxpanel/stuff/fr.patch --- a/lxpanel/stuff/fr.patch Mon Apr 21 00:18:12 2008 +0200 +++ b/lxpanel/stuff/fr.patch Mon Apr 21 00:44:02 2008 +0200 @@ -1,14 +1,5 @@ ---- po/fr.po Fri Apr 18 15:21:36 2008 -+++ po/fr.po Fri Apr 18 15:21:09 2008 -@@ -206,7 +206,7 @@ - - #: ../src/panel.c:609 ../src/panel.c:733 - msgid "Create New Panel" --msgstr "" -+msgstr "Créer un nouveau Panel" - - #: ../src/panel.c:615 - #, fuzzy +--- po/fr.po Sun Apr 20 14:13:34 2008 ++++ po/fr.po Sun Apr 20 14:15:33 2008 @@ -390,7 +390,7 @@ #: ../src/plugins/ptk-app-menu.c:157