From: Guillaume Pellerin Date: Sun, 18 Mar 2012 22:10:40 +0000 (+0100) Subject: fix fluxbox startup for Squeeze X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;p=telecaster-cgi.git fix fluxbox startup for Squeeze --- diff --git a/conf/home/fluxbox/startup b/conf/home/fluxbox/startup new file mode 100755 index 0000000..6965012 --- /dev/null +++ b/conf/home/fluxbox/startup @@ -0,0 +1,4 @@ +#!/bin/sh + +sh ~/.fluxbox/tc_audio_start.sh & +sh ~/.fluxbox/tc_video_start.sh & diff --git a/conf/home/vnc/xstartup b/conf/home/vnc/xstartup index 416bd91..ce84087 100755 --- a/conf/home/vnc/xstartup +++ b/conf/home/vnc/xstartup @@ -12,5 +12,5 @@ vncconfig -iconic & #x-terminal-emulator -geometry 80x24+10+10 -ls -title "$VNCDESKTOP Desktop" & #x-window-manager & #jackd -R -dalsa -r44100 -p2048 -n4 -D -Chw:0,1 -Phw:0,1 -S & -fluxbox & +startfluxbox &