summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/MythVantage-system/startfrontend
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/MythVantage-system/startfrontend')
-rwxr-xr-xabs/mv-core/MythVantage-system/startfrontend10
1 files changed, 5 insertions, 5 deletions
diff --git a/abs/mv-core/MythVantage-system/startfrontend b/abs/mv-core/MythVantage-system/startfrontend
index ba22900..3e994aa 100755
--- a/abs/mv-core/MythVantage-system/startfrontend
+++ b/abs/mv-core/MythVantage-system/startfrontend
@@ -38,7 +38,7 @@ keylaunch &
/usr/bin/tilda &
/usr/X11R6/bin/unclutter -root -idle 0 -jitter 400 -noevents &
/usr/bin/xvattr -a XV_COLORKEY -v 0
-/usr/local/bin/mtd &
+/usr/bin/mtd &
/usr/bin/nvidia-settings -l
/usr/bin/nvidia-settings -a InitialPixmapPlacement=2
@@ -98,7 +98,7 @@ then
if [ ! $STATUS = 2 ]
then
/usr/bin/backend_control.sh stop BE 127.0.0.1
- /usr/local/bin/mythtv-setup
+ /usr/bin/mythtv-setup
/usr/bin/backend_control.sh start BE 127.0.0.1
fi
touch ~/.configured
@@ -111,9 +111,9 @@ fi
if [ x"$UseMythWelcome" = "x1" ]
then
- STARTCMD="/usr/local/bin/mythwelcome"
+ STARTCMD="/usr/bin/mythwelcome"
else
- STARTCMD="/usr/local/bin/mythfrontend -d"
+ STARTCMD="/usr/bin/mythfrontend -d"
fi
echo "====================================================================="
@@ -131,7 +131,7 @@ do
then
echo "using gbd/debug"
- gdb /usr/local/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
+ gdb /usr/bin/mythfrontend -x $MV_ROOT/mfegdbcommands.txt
bash -c "osdClient.pl localhost 5000 'Restart: mdb.txt.mythfrontend:::SYS' "&
mv gdb.txt gdb.txt.mythfrontend
sleep 10