piPlayer wrote: > I have finaly figured out what's the problem. I have to start jivelite > with the following line: > > > > When I do the following like do_rebootstuff.sh does, the calibration in > jivelite wont't work. > > > > It looks like the export function has no effect. :confused: > Anyway, when I modify the jivelite.sh file like shown above, the > touchscreen schould work properly.
You need to add -E to sudo if you want the environment variables available to the command you're trying to run. -b is run in background. See how we run it in do_rebootstuff.sh sudo -E -b /opt/jivelite/bin/jivelite.sh Ralphy *1*-Touch, *5*-Classics, *3*-Booms, *1*-UE Radio 'Squeezebox client builds' (https://sourceforge.net/projects/lmsclients/files/) 'donations' (https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LL5P6365KQEXN&lc=CA&item_name=Squeezebox%20client%20builds¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted) always appreciated. ------------------------------------------------------------------------ ralphy's Profile: http://forums.slimdevices.com/member.php?userid=3484 View this thread: http://forums.slimdevices.com/showthread.php?t=103330 _______________________________________________ unix mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/unix
