9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: Skip Tavakkolian <skip.tavakkolian@gmail.com>
To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net>
Subject: Re: [9fans] Clean desktop on Raspberry Pi using Plan 9.
Date: Mon,  6 Oct 2014 13:51:42 -0700	[thread overview]
Message-ID: <CAJSxfmJX0a84YcZHEcjb+jwFMy5=dEa6_iSn2XeqmOEiL3eJ7Q@mail.gmail.com> (raw)
In-Reply-To: <9F4F9A7C40114DA9963FF883CF2940F1@mail2world.com>

[-- Attachment #1: Type: text/plain, Size: 888 bytes --]

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 -lmisce
window 161,0,560,117 faces -i

if(~ `{screensize} small)
dump=acme.dump.small
if not
dump=acme.dump

a=`{echo $wid-35 | hoc }
window 60,90,$a,$ht acme -l lib/$dump
window 20,140,610,450 /usr/glenda/lib/first.window
term%

On Mon, Oct 6, 2014 at 1:19 PM, Mats Olsson <meo@spray.se> wrote:

>  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
>

[-- Attachment #2: Type: text/html, Size: 1525 bytes --]

  reply	other threads:[~2014-10-06 20:51 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-10-06 20:19 Mats Olsson
2014-10-06 20:51 ` Skip Tavakkolian [this message]
2014-10-06 21:04 ` Steve Simon
2014-10-07 16:42 Mats Olsson
2014-10-07 18:22 ` Skip Tavakkolian
2014-10-07 17:09 Mats Olsson
2014-10-07 19:52 ` Aram Hăvărneanu

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAJSxfmJX0a84YcZHEcjb+jwFMy5=dEa6_iSn2XeqmOEiL3eJ7Q@mail.gmail.com' \
    --to=skip.tavakkolian@gmail.com \
    --cc=9fans@9fans.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).