From ac9cf2960a8c2005a1af63a7ff37f4a0c55d02ad Mon Sep 17 00:00:00 2001
From: Aymeric Bernard <aymeric.bernard@student.ecp.fr>
Date: Tue, 17 Apr 2018 10:59:11 +0200
Subject: [PATCH] ENV variable microfix

---
 scripts/.screenrc_tv_panel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/.screenrc_tv_panel b/scripts/.screenrc_tv_panel
index 538da0a..20d6f0c 100755
--- a/scripts/.screenrc_tv_panel
+++ b/scripts/.screenrc_tv_panel
@@ -29,6 +29,6 @@ bind f eval "hardstatus ignore"
 bind F eval "hardstatus alwayslastline"
 
 # Windows at startup
-screen -t "tvp_chromium" 0 bash -c 'DISPLAY=:0 xdotool mousemove 10000 10000 && chromium-browser --kiosk --incognito --disable-gpu http://localhost:5000'
+screen -t "tvp_chromium" 0 bash -c 'DISPLAY=:0 xdotool mousemove 10000 10000 && DISPLAY=:0 chromium-browser --kiosk --incognito --disable-gpu http://localhost:5000'
 screen -t bash 1 bash
 select 1
-- 
GitLab