ubiquity-slideshow team mailing list archive
-
ubiquity-slideshow team
-
Mailing list archive
-
Message #00708
[Merge] lp:~mttza1/ubiquity-slideshow-ubuntu/login-slide into lp:ubiquity-slideshow-ubuntu
Matt Sturgeon has proposed merging lp:~mttza1/ubiquity-slideshow-ubuntu/login-slide into lp:ubiquity-slideshow-ubuntu.
Requested reviews:
Ubiquity Slideshow (ubiquity-slideshow)
Related bugs:
#687670 [Natty] Add a ubiquity slide for GDM Session choosing. Also add to help files.
https://bugs.launchpad.net/bugs/687670
I have implemented a "Logging In" slide, after the Welcome slide, that alerts users of the availability of both the default "Ubuntu Desktop Edition", but also the "Ubuntu Classic Desktop". See bug #687670.
Slide includes a screenshot demonstrating GDM and the session-chooser menu on Natty Alpha 1.
A layered version of the screenshot is available here:
http://www.kicks.co.cc/login_small2.jpeg
the layers allow moving of the window/toolbar-panel and changing of the wallpaper.
The text on the slide is:
<div class="header"><h1 class="slidetitle">Loging In</h1></div>
<div class="main">
<div class="text">
<div>
<p>Logging into Ubuntu couldn’t be faster, simpler or easier...</p>
</div>
<div class="featured">
<ul>
<li>
<img class="icon" src="icons/bullet-50.png" />
<p class="caption">Simply click on your name, enter your password and click login.</p>
</li>
<li>
<img class="icon" src="icons/bullet-50.png" />
<p class="caption">Choose between Ubuntu Desktop Edition, with the Unity shell, or use the Ubuntu Classic Desktop.</p>
</li>
</ul>
</div>
</div>
<img class="screenshot" src="screenshots/login.jpeg" />
</div>
--
https://code.launchpad.net/~mttza1/ubiquity-slideshow-ubuntu/login-slide/+merge/43186
Your team Ubiquity Slideshow is requested to review the proposed merge of lp:~mttza1/ubiquity-slideshow-ubuntu/login-slide into lp:ubiquity-slideshow-ubuntu.
=== added file 'slideshows/ubuntu/slides/icons/bullet-50.png'
Binary files slideshows/ubuntu/slides/icons/bullet-50.png 1970-01-01 00:00:00 +0000 and slideshows/ubuntu/slides/icons/bullet-50.png 2010-12-09 11:11:03 +0000 differ
=== modified file 'slideshows/ubuntu/slides/index.html'
--- slideshows/ubuntu/slides/index.html 2010-09-13 03:57:39 +0000
+++ slideshows/ubuntu/slides/index.html 2010-12-09 11:11:03 +0000
@@ -25,6 +25,7 @@
<div id="slideshow">
<div><a href="welcome.html"></a></div>
+ <div><a href="login.html"></a></div>
<div><a href="usc.html"></a></div>
<div><a href="photos.html"></a></div>
<div><a href="mobilise.html"></a></div>
=== added file 'slideshows/ubuntu/slides/login.html'
--- slideshows/ubuntu/slides/login.html 1970-01-01 00:00:00 +0000
+++ slideshows/ubuntu/slides/login.html 2010-12-09 11:11:03 +0000
@@ -0,0 +1,28 @@
+<div class="header"><h1 class="slidetitle">Loging In</h1></div>
+
+<div class="main">
+
+<div class="text">
+
+<div>
+<p>Logging into Ubuntu couldn’t be faster, simpler or easier...</p>
+</div>
+
+<div class="featured">
+<ul>
+ <li>
+ <img class="icon" src="icons/bullet-50.png" />
+ <p class="caption">Simply click on your name, enter your password and click login.</p>
+ </li>
+ <li>
+ <img class="icon" src="icons/bullet-50.png" />
+ <p class="caption">Choose between Ubuntu Desktop Edition, with the Unity shell, or use the Ubuntu Classic Desktop.</p>
+ </li>
+</ul>
+</div>
+
+</div>
+
+<img class="screenshot" src="screenshots/login.jpeg" />
+
+</div>
=== added file 'slideshows/ubuntu/slides/screenshots/login.jpeg'
Binary files slideshows/ubuntu/slides/screenshots/login.jpeg 1970-01-01 00:00:00 +0000 and slideshows/ubuntu/slides/screenshots/login.jpeg 2010-12-09 11:11:03 +0000 differ
Follow ups