wok-6.x rev 623
Up: lxpanel (0.3.5.2)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Mon Apr 21 00:44:02 2008 +0200 (2008-04-21) |
parents | b22fba97e731 |
children | cbb16242ff76 |
files | lxpanel/receipt lxpanel/stuff/default/config lxpanel/stuff/default/panels/panel lxpanel/stuff/fr.patch |
line diff
1.1 --- a/lxpanel/receipt Mon Apr 21 00:18:12 2008 +0200 1.2 +++ b/lxpanel/receipt Mon Apr 21 00:44:02 2008 +0200 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="lxpanel" 1.7 -VERSION="0.3.5" 1.8 +VERSION="0.3.5.2" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="Standard compliant desktop panel." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -35,7 +35,12 @@ 1.13 cp -a $_pkg/usr/share/lxpanel $fs/usr/share 1.14 1.15 # Remove a few "heavy" an unseful images 1.16 - rm $fs/usr/share/lxpanel/images/*.svg 1.17 + rm $fs/usr/share/lxpanel/images/gnome-applications.png 1.18 + rm $fs/usr/share/lxpanel/images/gnome-devel.png 1.19 + rm $fs/usr/share/lxpanel/images/gnome-joystick.png 1.20 + rm $fs/usr/share/lxpanel/images/gnome-multimedia.png 1.21 + rm $fs/usr/share/lxpanel/images/gnome-g*.png 1.22 + rm $fs/usr/share/lxpanel/images/redhat*.png 1.23 1.24 # Move profile to /etc/lxpanel (/usr maybe read-only) 1.25 mkdir $fs/etc 1.26 @@ -60,12 +65,12 @@ 1.27 # 1.28 WM=`cat /etc/X11/wm.default` 1.29 1.30 -case $WM in 1.31 - jwm) 1.32 - jwm -exit ;; 1.33 - openbox) 1.34 - openbox --exit ;; 1.35 -esac 1.36 +if [ "$WM" = "jwm" ]; then 1.37 + jwm -exit 1.38 +else 1.39 + openbox --exit 1.40 +fi 1.41 + 1.42 EOT 1.43 chmod +x $root/usr/bin/lxsession-logout 1.44 fi
2.1 --- a/lxpanel/stuff/default/config Mon Apr 21 00:18:12 2008 +0200 2.2 +++ b/lxpanel/stuff/default/config Mon Apr 21 00:44:02 2008 +0200 2.3 @@ -1,4 +1,4 @@ 2.4 [Command] 2.5 FileManager=pcmanfm %s 2.6 Terminal=xterm -e 2.7 -Logout=jwm -exit 2.8 +Logout=openbox --exit
3.1 --- a/lxpanel/stuff/default/panels/panel Mon Apr 21 00:18:12 2008 +0200 3.2 +++ b/lxpanel/stuff/default/panels/panel Mon Apr 21 00:44:02 2008 +0200 3.3 @@ -2,11 +2,11 @@ 3.4 # Use preference dialog in lxpanel to adjust config when you can. 3.5 3.6 Global { 3.7 - edge=top 3.8 + edge=bottom 3.9 allign=center 3.10 margin=0 3.11 widthtype=percent 3.12 - width=21 3.13 + width=72 3.14 height=24 3.15 transparent=0 3.16 tintcolor=#000000 3.17 @@ -22,7 +22,7 @@ 3.18 Plugin { 3.19 type = space 3.20 Config { 3.21 - Size=4 3.22 + Size=2 3.23 } 3.24 } 3.25 3.26 @@ -53,10 +53,13 @@ 3.27 id=xterm.desktop 3.28 } 3.29 Button { 3.30 - id=emelfm2.desktop 3.31 + id=firefox.desktop 3.32 } 3.33 Button { 3.34 - id=firefox.desktop 3.35 + id=pcmanfm.desktop 3.36 + } 3.37 + Button { 3.38 + id=obconf.desktop 3.39 } 3.40 } 3.41 } 3.42 @@ -77,6 +80,39 @@ 3.43 } 3.44 3.45 Plugin { 3.46 + type = space 3.47 + Config { 3.48 + Size=4 3.49 + } 3.50 +} 3.51 + 3.52 +Plugin { 3.53 + type = pager 3.54 +} 3.55 + 3.56 +Plugin { 3.57 + type = taskbar 3.58 + expand=1 3.59 + Config { 3.60 + tooltips=1 3.61 + IconsOnly=0 3.62 + AcceptSkipPager=1 3.63 + ShowIconified=1 3.64 + ShowMapped=1 3.65 + ShowAllDesks=0 3.66 + UseMouseWheel=1 3.67 + UseUrgencyHint=1 3.68 + FlatButton=0 3.69 + MaxTaskWidth=150 3.70 + spacing=1 3.71 + } 3.72 +} 3.73 + 3.74 +Plugin { 3.75 + type = tray 3.76 +} 3.77 + 3.78 +Plugin { 3.79 type = volumealsa 3.80 } 3.81 3.82 @@ -96,6 +132,15 @@ 3.83 } 3.84 3.85 Plugin { 3.86 + type = launchbar 3.87 + Config { 3.88 + Button { 3.89 + id=hardinfo.desktop 3.90 + } 3.91 + } 3.92 +} 3.93 + 3.94 +Plugin { 3.95 type = cpu 3.96 } 3.97
4.1 --- a/lxpanel/stuff/fr.patch Mon Apr 21 00:18:12 2008 +0200 4.2 +++ b/lxpanel/stuff/fr.patch Mon Apr 21 00:44:02 2008 +0200 4.3 @@ -1,14 +1,5 @@ 4.4 ---- po/fr.po Fri Apr 18 15:21:36 2008 4.5 -+++ po/fr.po Fri Apr 18 15:21:09 2008 4.6 -@@ -206,7 +206,7 @@ 4.7 - 4.8 - #: ../src/panel.c:609 ../src/panel.c:733 4.9 - msgid "Create New Panel" 4.10 --msgstr "" 4.11 -+msgstr "Créer un nouveau Panel" 4.12 - 4.13 - #: ../src/panel.c:615 4.14 - #, fuzzy 4.15 +--- po/fr.po Sun Apr 20 14:13:34 2008 4.16 ++++ po/fr.po Sun Apr 20 14:15:33 2008 4.17 @@ -390,7 +390,7 @@ 4.18 4.19 #: ../src/plugins/ptk-app-menu.c:157