julescurt;272811 Wrote: > > ben:/usr/share/headlesssq# java -Dserver=localhost -Dskins=headless > -jar SoftSqueeze.jar > > (.:30719): Gtk-WARNING **: cannot open display: >
Oohh? I really don't understand why that is happening. So this is really mostly blind guesswork, but you could try DISPLAY=localhost java -Dserver=localhost -Dskins=headless -jar SoftSqueeze.jar or java -Ddisplay=localhost -Dserver=localhost -Dskins=headless -jar SoftSqueeze.jar Another option is to add startup command to the init-scripts so that it is started automatically on boot. -- bhaagensen ------------------------------------------------------------------------ bhaagensen's Profile: http://forums.slimdevices.com/member.php?userid=7418 View this thread: http://forums.slimdevices.com/showthread.php?t=43669 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/lists/listinfo/beta
