[Tails-dev] 0.11 testing

Delete this message

Reply to this message
Author: alan
Date:  
To: tails-dev
Subject: [Tails-dev] 0.11 testing

Hi,

I tested 0.11 build from commit 6ed5a3c:

- in a VM
- from a DVD
- from a SD card

All booted fine. DVD boot is however really slow (feels slower than 0.10 on CD,
but I didn't measure).

Here are some (minor) bugs I found.

Doc icon not always working
===========================

Clicking on the "Documentation" desktop icon while iceweasel is closed, opens
check.torproject.org, not the documentation.

This could be fixed using yelp:

diff --git a/config/chroot_local-includes/usr/local/bin/tails-documentation b/config/chroot_local-includes/usr/local/bin/tails-documentation
index e5ace63..e21dc9a 100755
--- a/config/chroot_local-includes/usr/local/bin/tails-documentation
+++ b/config/chroot_local-includes/usr/local/bin/tails-documentation
@@ -17,4 +17,4 @@ else
    FILE="${PAGE}.html"
     fi


     -exec iceweasel "file://${WIKI_ROOT}/${FILE}"
     +exec yelp "file://${WIKI_ROOT}/${FILE}"


I2P asking for a password
=========================

Click Applications > Internet > I2P

You get a sudo password prompt

Documentation layout broken in translations
===========================================

Open documentation in french

The page "informations générales" has a list wrongly layout. It is the same in
all translations (de, es).

TailsGreeter translation
========================

Yes/No buttons are not translated (as they are stock buttons, I guess they are
not included in the POT).

Shutdown/sdmem broken on SD card
================================

The computer start to shutdown but doesn't poweroff after removing SD card

Cheers


--