bugfix config file for vlc

pull/63/head
TomasM 2018-03-24 16:35:36 -04:00
parent 2aae7d3330
commit f3a44517f9
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ if [ "$1" = "vlc" ]; then
NAME="VLC Video Player"
EXECUTABLE="/usr/bin/vlc"
INSTALL="apt install --yes vlc"
POSTINSTALL="rm /usr/share/applications/vlc.desktop; mkdir /home/guest/.config/vlc; echo '[qt4]\nqt-privacy-ask=0' > /home/guest/.config/vlc/vlcrc;"
POSTINSTALL="rm /usr/share/applications/vlc.desktop; mkdir /home/guest/.config/vlc; echo '[qt4]
qt-privacy-ask=0' > /home/guest/.config/vlc/vlcrc;"
GUEST=true
fi