wok-4.x rev 10735
busybox: fix vi desktop file (wrong name and need terminal -h)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun May 29 14:46:49 2011 +0200 (2011-05-29) |
parents | dcadc4c60c5f |
children | 8df8311113ac |
files | busybox/stuff/applications/beaver.desktop busybox/stuff/applications/vi.desktop |
line diff
1.1 --- a/busybox/stuff/applications/beaver.desktop Sun May 29 02:22:21 2011 +0000 1.2 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 1.3 @@ -1,10 +0,0 @@ 1.4 -[Desktop Entry] 1.5 -Encoding=UTF-8 1.6 -Name=Vi Text Editor 1.7 -Name[fr]=Editeur de texte Vi 1.8 -Exec=terminal busybox vi %f 1.9 -Terminal=true 1.10 -Icon=text-editor 1.11 -Type=Application 1.12 -Categories=Application;Development; 1.13 -MimeType=text/plain;text/x-csrc;text/html;text/css;text/x-diff;
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/busybox/stuff/applications/vi.desktop Sun May 29 14:46:49 2011 +0200 2.3 @@ -0,0 +1,10 @@ 2.4 +[Desktop Entry] 2.5 +Encoding=UTF-8 2.6 +Name=Vi Text Editor 2.7 +Name[fr]=Editeur de texte Vi 2.8 +Exec=terminal -h vi %f 2.9 +Terminal=true 2.10 +Icon=text-editor 2.11 +Type=Application 2.12 +Categories=Application;Development; 2.13 +MimeType=text/plain;text/x-csrc;text/html;text/css;text/x-diff;