slitaz-tools rev 192
Misc changes to desktop files and box to use th nice other.png
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Fri May 16 00:04:20 2008 +0200 (2008-05-16) |
parents | e0c14d4c1b52 |
children | 2b4ebc92f71b |
files | rootfs/usr/share/pixmaps/other.png rootfs/usr/share/pixmaps/slitaz-menu.png stuff/desktop-files/desktopbox-icons.desktop stuff/desktop-files/passwd.desktop stuff/desktop-files/scpbox.desktop tinyutils/tazdialog tinyutils/tazkeymap tinyutils/tazlocale |
line diff
1.1 Binary file rootfs/usr/share/pixmaps/other.png has changed
2.1 Binary file rootfs/usr/share/pixmaps/slitaz-menu.png has changed
3.1 --- a/stuff/desktop-files/desktopbox-icons.desktop Wed May 14 14:16:38 2008 +0000 3.2 +++ b/stuff/desktop-files/desktopbox-icons.desktop Fri May 16 00:04:20 2008 +0200 3.3 @@ -1,7 +1,7 @@ 3.4 [Desktop Entry] 3.5 Encoding=UTF-8 3.6 Name=Desktop icons 3.7 -Icon=document-new 3.8 +Icon=user-desktop 3.9 Exec=desktopbox add-icons 3.10 Type=Application 3.11 Categories=Settings;DesktopSettings;GTK;
4.1 --- a/stuff/desktop-files/passwd.desktop Wed May 14 14:16:38 2008 +0000 4.2 +++ b/stuff/desktop-files/passwd.desktop Fri May 16 00:04:20 2008 +0200 4.3 @@ -3,7 +3,7 @@ 4.4 Name=Account Password 4.5 Name[fr]=Mot de passe du compte 4.6 Exec=xterm -T "Passwd" -geometry 60x10 -e 'echo; passwd; sleep 4' 4.7 -Icon=passwd 4.8 +Icon=passwd.png 4.9 Terminal=true 4.10 Type=Application 4.11 Categories=Settings;DesktopSettings;
5.1 --- a/stuff/desktop-files/scpbox.desktop Wed May 14 14:16:38 2008 +0000 5.2 +++ b/stuff/desktop-files/scpbox.desktop Fri May 16 00:04:20 2008 +0200 5.3 @@ -4,6 +4,6 @@ 5.4 Name[fr]=Scpbox Copie sécurisé 5.5 Comment=Upload or download files with scp 5.6 Exec=scpbox 5.7 -Icon=/usr/share/icons/Tango/jwm/folder-remote.png 5.8 +Icon=folder-remote 5.9 Type=Application 5.10 Categories=Application;Network;
6.1 --- a/tinyutils/tazdialog Wed May 14 14:16:38 2008 +0000 6.2 +++ b/tinyutils/tazdialog Fri May 16 00:04:20 2008 +0200 6.3 @@ -21,7 +21,7 @@ 6.4 backtitle="" 6.5 lines="10" 6.6 cols="10" 6.7 - [ -n "$ICON" ] || ICON="media-flash" 6.8 + [ -n "$ICON" ] || ICON="applications-other" 6.9 buttonok="" 6.10 buttoncancel="" 6.11 buttonextra="" 6.12 @@ -45,7 +45,7 @@ 6.13 --yes-label) yeslabel="$2"; shift 2;; 6.14 --no-label) nolabel="$2"; shift 2;; 6.15 --extra-label) extralabel="$2"; shift 2;; 6.16 - --extra-button) buttonextra="1"; shift;; 6.17 + --extra-button) buttonextra="1"; shift;; 6.18 --help-button) buttonhelp="1"; shift;; 6.19 --msgbox) msgbox="$2"; lines="$3"; cols="$4" 6.20 buttonok="1"; break;; 6.21 @@ -57,7 +57,7 @@ 6.22 default="$5" 6.23 buttonok="1"; buttoncancel="1" 6.24 inputbox="1"; break;; 6.25 - 6.26 + 6.27 --checklist) msgbox="$2"; lines="$3"; cols="$4"; inlines="$5" 6.28 buttonok="1"; checklist="1"; shift 5; args="$@"; break;; 6.29 --menu) msgbox="$2"; lines="$3"; cols="$4"; inlines="$5" 6.30 @@ -75,8 +75,8 @@ 6.31 [ -n "$backtitle" ] && BOX="$BOX title=\"$backtitle\"" 6.32 [ -n "$ICON" ] && BOX="$BOX icon-name=\"$ICON\"" 6.33 BOX="$BOX> <vbox>" 6.34 -[ -n "$title" ] && BOX="$BOX <text use-markup=\"true\"> \ 6.35 -<label> \"<b>$title</b>\" </label> </text>" 6.36 +[ -n "$title" ] && BOX="$BOX <text use-markup=\"true\" width-chars=\"44\"> \ 6.37 +<label>\"<b>$title</b>\" </label> </text>" 6.38 #[ -n "$msgbox" ] && BOX="$BOX <text wrap=\"true\" \ 6.39 #width-chars=\"$cols\" use-markup=\"true\"><label> \"$msgbox\" </label></text>" 6.40 [ -n "$msgbox" ] && BOX="$BOX <text wrap=\"true\" \
7.1 --- a/tinyutils/tazkeymap Wed May 14 14:16:38 2008 +0000 7.2 +++ b/tinyutils/tazkeymap Fri May 16 00:04:20 2008 +0200 7.3 @@ -2,10 +2,11 @@ 7.4 # 7.5 # Tazkeymap - SliTaz GNU/Linux keymap config using loadkeys and dialog boxes. 7.6 # Configuration file is : /etc/kbd.conf 7.7 -# 7.8 +# 7.9 # (C) SliTaz GNU/Linux - 20080427 <pankso@slitaz.org> - GNU gpl. 7.10 # 7.11 : ${DIALOG=tazdialog} 7.12 +export ICON="accessories-character-map" 7.13 7.14 # Script functions. 7.15 status() 7.16 @@ -96,7 +97,7 @@ 7.17 $DIALOG --clear \ 7.18 --title " Keyboard mapping information " \ 7.19 --msgbox "\n 7.20 -Please logout you current session and login again to use $value 7.21 +Please logout you current session and login again to use $value 7.22 keyboard.\n" 16 70 7.23 fi 7.24
8.1 --- a/tinyutils/tazlocale Wed May 14 14:16:38 2008 +0000 8.2 +++ b/tinyutils/tazlocale Fri May 16 00:04:20 2008 +0200 8.3 @@ -6,6 +6,7 @@ 8.4 # 20080417 <pankso@slitaz.org> - GNU gpl. 8.5 # 8.6 : ${DIALOG=tazdialog} 8.7 +export ICON="preferences-desktop-locale" 8.8 8.9 # Script functions. 8.10 status() 8.11 @@ -77,7 +78,7 @@ 8.12 $DIALOG --clear \ 8.13 --title " Locale setting information " \ 8.14 --msgbox "\n 8.15 -Please logout you current session and login again to use $value 8.16 +Please logout you current session and login again to use $value 8.17 locale.\n" 16 70 8.18 fi 8.19