Re: [Tails-ux] Greeter revamp: prototype time?

Delete this message

Reply to this message
Author: Alan
Date:  
To: tails-ux
New-Topics: [Tails-ux] Greeter revamp: new prototype
Subject: Re: [Tails-ux] Greeter revamp: prototype time?
Hi,

Alan <alan@???> wrote:
> Spencer <spencerone@???> wrote:
> > > Alan:
> > > I think it's mature enough, and it's now time to implement a prototype
> > > including at least a working UI
> > > (https://labs.riseup.net/code/issues/7550)
> > > so that we can do UI tests (https://labs.riseup.net/code/issues/8238).
> > >
> > > Thoughts?
> >
> > I agree :)
> >
> OK I'll start that next week.
>

I just published a first prototype at
http://repo.or.cz/tails-greeter-prototype.git

1. Download the last tarball:

    http://repo.or.cz/tails-greeter-prototype.git/snapshot/master.tar.gz


and extract it

OR clone the git:

    git clone git://repo.or.cz/tails-greeter-prototype.git


2. Launch a terminal and run

    ./greeter.py


OR to simulate persistence:

    TAILS_HAS_PERSISTENCE=1 ./greeter.py


Please review and report comments!

Cheers