Ya, this broke with the update to 2.12.4, and works if you downgrade to
2.12.3

You can apply this

=== modified file 'ubiquity/frontend/gtk_ui.py'
--- ubiquity/frontend/gtk_ui.py 2016-06-30 14:33:11 +0000
+++ ubiquity/frontend/gtk_ui.py 2016-09-02 08:39:34 +0000
@@ -759,6 +759,9 @@
         self.set_current_page(0)
         self.live_installer.show()
 
+        self.start_slideshow()
+        Gtk.main()
+
         while(self.pagesindex < len(self.pages)):
             if self.current_page is None:
                 return self.returncode
@@ -814,8 +817,6 @@
 
         # There's still work to do (postinstall).  Let's keep the user
         # entertained.
-        self.start_slideshow()
-        Gtk.main()
         self.pending_quits = max(0, self.pending_quits - 1)
         # postinstall will exit here by calling Gtk.main_quit in
         # find_next_step.

to test just the slideshow step.

** Changed in: webkit2gtk (Ubuntu)
     Assignee: (unassigned) => Jeremy Bicha (jbicha)

** Changed in: webkit2gtk (Ubuntu)
       Status: New => Triaged

** Changed in: webkit2gtk (Ubuntu)
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1618956

Title:
  Slideshow blank during live install

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1618956/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to