#!/bin/bash # # LliureX VLC wrapper # if [ $DISPLAY == ":0.0" ] #Local display then vlc.real else vlc.real --no-x11-shm --no-xvideo-shm #Thin client parameters fi