diff options
author | James Meyer <james.meyer@operamail.com> | 2008-11-02 19:58:06 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2008-11-02 19:58:06 (GMT) |
commit | e30f21033b5216cc95e2988b680352c2bad3ac2d (patch) | |
tree | 0be047b5cd9d1bee28c0bee8245e9e02ce8c26a0 | |
parent | 52df49d517066e4440ffb5fc809482c3bf238c70 (diff) | |
download | linhes_dev-e30f21033b5216cc95e2988b680352c2bad3ac2d.zip |
call LinHES-run instead of mythfrontend when starting fluxbox
6 files changed, 9 insertions, 6 deletions
diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks index 9104d13..d7a23a0 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/addedpacks @@ -91,6 +91,7 @@ xf86-video-voodoo # X apps #luser #localed +unclutter #xkmap @@ -164,7 +165,7 @@ wireless_tools wlan-ng26 wlan-ng26-utils zd1211-firmware - +hdhomerun #---- live-installer LinHES-system diff --git a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/home/mythtv/.fluxbox/apps b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/home/mythtv/.fluxbox/apps index 52db7fe..a90f160 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/home/mythtv/.fluxbox/apps +++ b/build_tools/clarch/larch/profiles/i686-testing-REMOTE/post_process/home/mythtv/.fluxbox/apps @@ -1,2 +1,2 @@ [startup] {feh --bg-scale ~/.fluxbox/wallpaper.png} -[startup] {mythfrontend} +[startup] {/usr/LH/bin/LinHES-run} diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks index 9104d13..d7a23a0 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/addedpacks @@ -91,6 +91,7 @@ xf86-video-voodoo # X apps #luser #localed +unclutter #xkmap @@ -164,7 +165,7 @@ wireless_tools wlan-ng26 wlan-ng26-utils zd1211-firmware - +hdhomerun #---- live-installer LinHES-system diff --git a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/home/mythtv/.fluxbox/apps b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/home/mythtv/.fluxbox/apps index 52db7fe..a90f160 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/home/mythtv/.fluxbox/apps +++ b/build_tools/clarch/larch/profiles/i686-testing-local-httpd/post_process/home/mythtv/.fluxbox/apps @@ -1,2 +1,2 @@ [startup] {feh --bg-scale ~/.fluxbox/wallpaper.png} -[startup] {mythfrontend} +[startup] {/usr/LH/bin/LinHES-run} diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks index 9104d13..d7a23a0 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks +++ b/build_tools/clarch/larch/profiles/i686-testing-local/addedpacks @@ -91,6 +91,7 @@ xf86-video-voodoo # X apps #luser #localed +unclutter #xkmap @@ -164,7 +165,7 @@ wireless_tools wlan-ng26 wlan-ng26-utils zd1211-firmware - +hdhomerun #---- live-installer LinHES-system diff --git a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/home/mythtv/.fluxbox/apps b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/home/mythtv/.fluxbox/apps index 52db7fe..a90f160 100644 --- a/build_tools/clarch/larch/profiles/i686-testing-local/post_process/home/mythtv/.fluxbox/apps +++ b/build_tools/clarch/larch/profiles/i686-testing-local/post_process/home/mythtv/.fluxbox/apps @@ -1,2 +1,2 @@ [startup] {feh --bg-scale ~/.fluxbox/wallpaper.png} -[startup] {mythfrontend} +[startup] {/usr/LH/bin/LinHES-run} |