From ad57f3602b8c14879ca726709f348bee7fcec110 Mon Sep 17 00:00:00 2001 From: Xiangfu Liu Date: Sun, 17 Oct 2010 18:55:15 +0800 Subject: [PATCH] use start-stop-daemon to start gmenu2x, thanks to kyak Signed-off-by: Xiangfu Liu --- data/qi_lb60/files/etc/init.d/start | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/qi_lb60/files/etc/init.d/start b/data/qi_lb60/files/etc/init.d/start index e3b295dca..bb0fa6451 100755 --- a/data/qi_lb60/files/etc/init.d/start +++ b/data/qi_lb60/files/etc/init.d/start @@ -3,6 +3,5 @@ START=99 boot() { - source /etc/profile - /usr/bin/gmenu2x + SDL_NOMOUSE=1 start-stop-daemon -S -b -x /usr/bin/gmenu2x }