From 2048f01093216b05b9bafd1e9f1c290fa1e77a5f Mon Sep 17 00:00:00 2001 From: arn354 Date: Mon, 11 May 2015 08:43:29 +0200 Subject: [PATCH] enigma2.sh.in export HOME so that .gstreamer-0.10 is not placed in / but in /home/root Existing lines 115 and 116 will then work again remove gstreamer registry bin on GUI restart. This is necessary on updates of gstreamer so that a new gstreamer registry is written. It still needs adaption for gstreamer 1.0, so that gstreamer 1.0 registry is deleted on GUI restart too. 3) rm -fR /home/root/.gstreamer-0.10 --- tools/enigma2.sh.in | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/enigma2.sh.in b/tools/enigma2.sh.in index bb2260c5fff..db9ce1f43c5 100755 --- a/tools/enigma2.sh.in +++ b/tools/enigma2.sh.in @@ -47,6 +47,7 @@ fi if [ -d /home/root ]; then cd /home/root + export HOME=/home/root fi #check for sundtek tuner helper lib