wok rev 14790

Don't hard-code xterm, use configurable SliTaz terminal instead.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jul 08 12:03:41 2013 +0300 (2013-07-08)
parents a7b54d88ae54
children fe5bc99b93f2
files alsa-utils/stuff/applications/alsamixer.desktop busybox/stuff/applications/vi.desktop
line diff
     1.1 --- a/alsa-utils/stuff/applications/alsamixer.desktop	Mon Jul 08 11:45:27 2013 +0300
     1.2 +++ b/alsa-utils/stuff/applications/alsamixer.desktop	Mon Jul 08 12:03:41 2013 +0300
     1.3 @@ -4,6 +4,7 @@
     1.4  Name[fr]=Mixer de volumes Alsamixer
     1.5  Name[ru]=Микшер громкости Alsamixer
     1.6  Name[zh_CN]=Alsamixer 音量控制
     1.7 -Exec=xterm -e alsamixer
     1.8 -Icon=audio-x-generic
     1.9 -Categories=AudioVideo;Audio;
    1.10 +Exec=terminal -e alsamixer
    1.11 +Icon=multimedia-volume-control
    1.12 +Categories=AudioVideo;Audio;Mixer;
    1.13 +
     2.1 --- a/busybox/stuff/applications/vi.desktop	Mon Jul 08 11:45:27 2013 +0300
     2.2 +++ b/busybox/stuff/applications/vi.desktop	Mon Jul 08 12:03:41 2013 +0300
     2.3 @@ -3,6 +3,6 @@
     2.4  Name=Vi Text Editor
     2.5  Name[fr]=Editeur de texte Vi
     2.6  Name[ru]=Текстовый редактор Vi
     2.7 -Exec=xterm -e vi
     2.8 +Exec=terminal -e vi
     2.9  Icon=text-editor
    2.10 -Categories=Development;
    2.11 +Categories=Development;IDE;