On Thursday 08 November 2001 21:54, Steffen Evers wrote: > Is it the same procedure with woody (XFree86 4.1.0)?
Yes but you shouldn't need to do this: > > in Xsession: > > > > --------------------------------- > > # Starts the imwheel process from the global > > # Xsession file. > > . /etc/X11/imwheel/startup.conf > > if [ "$IMWHEEL_START" = "1" ]; then > > /usr/bin/imwheel ${IMWHEEL_PARAMS} > > fi > > ---------------------------------