Index:
[thread]
[date]
[subject]
[author]
From: becka@rz.uni-duesseldorf.de
To : ggi-develop@eskimo.com
Date: Fri, 7 May 1999 19:51:31 +0200 (MEST)
Re: XF86FBDev Debian binary
> > (using sleep to start things in the background hopefully after the server
> > starts up didn't work at all)
> what I have running here and it works perfectly. I too could not get the
> stupid sleep thing to work, but you shouldn't need it at all.
Strange ... I use it to avoid needing root privs for opening another VT.
The script I use is:
-------------
#!/bin/bash
#
DIS=${1:-:0}
(export DISPLAY=$DIS ; sleep 3; fvwm2 & sleep 1 ;\
xmodmap /usr/local/lib/ggi/xggikeymaps/xggimap.base ; \
xmodmap /usr/local/lib/ggi/xggikeymaps/xggimap.de_de \
) &
exec XGGI $* -noxfreeemu
------------
CU, Andy
--
= Andreas Beck | Email : <andreas.beck@ggi-project.org> =
Index:
[thread]
[date]
[subject]
[author]