From 352195e4de5bc984515c7e406ff143500910f962 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 18 Mar 2012 23:10:40 +0100 Subject: [PATCH] fix fluxbox startup for Squeeze --- conf/home/fluxbox/startup | 4 ++++ conf/home/vnc/xstartup | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 conf/home/fluxbox/startup 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 & -- 2.39.5