Skip to content

Commit

Permalink
enigma2.sh.in export HOME so that .gstreamer-0.10 is not placed in / …
Browse files Browse the repository at this point in the history
…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
  • Loading branch information
arn354 committed May 11, 2015
1 parent 87d3673 commit 2048f01
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/enigma2.sh.in
Expand Up @@ -47,6 +47,7 @@ fi

if [ -d /home/root ]; then
cd /home/root
export HOME=/home/root
fi

#check for sundtek tuner helper lib
Expand Down

0 comments on commit 2048f01

Please sign in to comment.