Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-07 Thread Aram Hăvărneanu
The startup file is there exactly to teach you about these things, you should read it. -- Aram Hăvărneanu

Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-07 Thread Mats Olsson
9fans@9fans.net Subject: Re: [9fans] Clean desktop on Raspberry Pi using Plan 9. from the shell window take a look at bin/rc/riostart (i.e. $home/bin/rc/riostart). remove the startup windows you don't want (like first.window, etc) term% cat bin/rc/riostart #!/bin/rc scr=(`{cat /dev/draw/n

Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-07 Thread Skip Tavakkolian
t; > Kind Regards, > Mats > > > <-Ursprungligt Meddelande-> > *From: Skip Tavakkolian [skip.tavakkol...@gmail.com > ]* > Sent: 6/10/2014 10:51:42 PM > To: 9fans@9fans.net > Subject: Re: [9fans] Clean desktop on Raspberry Pi using Plan 9. > > > from the she

Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-07 Thread Mats Olsson
[9fans] Clean desktop on Raspberry Pi using Plan 9. from the shell window take a look at bin/rc/riostart (i.e. $home/bin/rc/riostart). remove the startup windows you don't want (like first.window, etc) term% cat bin/rc/riostart #!/bin/rc scr=(`{cat /dev/draw/new >[2]/dev/null || status

Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-06 Thread Steve Simon
I assume you are running the pi as a terminal. at startup the script $home/lib/profile is run. at the end of the processing in this (not necessarly the end of the file) it does somthing like "exec rio -s -i startup". This starts the window manager and runs the script called startup. I would

Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-06 Thread Skip Tavakkolian
from the shell window take a look at bin/rc/riostart (i.e. $home/bin/rc/riostart). remove the startup windows you don't want (like first.window, etc) term% cat bin/rc/riostart #!/bin/rc scr=(`{cat /dev/draw/new >[2]/dev/null || status=''}) wid=$scr(11) ht=$scr(12) window 0,0,161,117 stats -lmisc

[9fans] Clean desktop on Raspberry Pi using Plan 9.

2014-10-06 Thread Mats Olsson
Hi guys! How can I get a clean desktop at bootup on the Raspberry Pi using Plan 9? No tutorials starting etc. Would highly appreciate to know how to know how to configure the Raspberry Pi to start clean. Thanks beforehand! Kind Greetings, Mats