From 61a009b4310ca16084bc25bb9202a0021fbe12e5 Mon Sep 17 00:00:00 2001 From: gobo72 Date: Sat, 1 Oct 2011 22:52:45 +0000 Subject: [PATCH] Remplace vlc par svlc dans le fichier vlc.desktop --- stage5/pkg/vlc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/stage5/pkg/vlc b/stage5/pkg/vlc index febdc4a..eb6a836 100644 --- a/stage5/pkg/vlc +++ b/stage5/pkg/vlc @@ -2,5 +2,7 @@ hvbuild_post() { - string_add "alias vlc='vlc --intf skins2'" /etc/bashrc + # Remplace vlc par svlc (équivalent de "vlc --intf skins2") + sudo sed -e "s!Exec=vlc %U!Exec=svlc %U!" \ + -i /usr/share/applications/vlc.desktop } -- 2.20.1