ralphy wrote: 
> It's easier to just start jivelite from a script which relaunches
> jivelite on exit.
> You can hide the Quit option, hold the Quit menu item until a popup
> window displays, then choose Hide from Home Menu.
> 
> > 
Code:
--------------------
  >   > 
  > #!/bin/bash
  > export JIVE_NOCURSOR=1
  > 
  > while true; do
  > /usr/local/bin/jivelite
  > sleep 1
  > done
  > 
--------------------
> > 

Thank you - I'll give that a go.  I did find that JIVE_NOCURSOR option,
but it didn't seem to make any difference.  I'm just setting up another
clean install, so will try it again, via your script.

I've spent the morning bashing my head against a brick wall with
TinyCore, and have got precisely nowhere.  Their approach seems to be
that you have to make a bootable CD to install from (all very
'naughties' - CD drives are disappearing fast!), from which you can make
a bootable USB (or maybe I've misunderstood).  It doesn't seem
straightforward to make a bootable USB out of the CD .ISO image.  So I
dug out an old USB CD drive to use for burning and booting, but I can't
get either of two Macbooks, or the Joggler, or an MS Surface to boot
from any of the CDs I've made, nor indeed any of the USB sticks that
I've tried to make.  And I've made the CDs and USBs using various
software on the Macs and the Surface.  I think it's because the ISO
files they distribute are ISOHYBRIDs - it would be good if there was a
normal .img.tz instead.


------------------------------------------------------------------------
chill's Profile: http://forums.slimdevices.com/member.php?userid=10839
View this thread: http://forums.slimdevices.com/showthread.php?t=110040

_______________________________________________
unix mailing list
unix@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/unix

Reply via email to