re-enable the slideshow for preinstalled images again

ubuntu/trusty
Oliver Grawert 12 years ago
parent c5fdffcc6b
commit ecc7ef9605

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.106) UNRELEASED; urgency=low
* re-enable all slideshows on all preinstalled images, webkit should work
again
-- Oliver Grawert <ogra@ubuntu.com> Mon, 03 Dec 2012 14:37:01 +0100
livecd-rootfs (2.105) raring; urgency=low
* preseed autologin in the nexus7 tarball

@ -134,18 +134,15 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
case $PROJECT in
kubuntu*)
add_package live oem-config-kde ubiquity-frontend-kde
# work around quantal bug 1066046 (webkit crashes teh slideshow)
#add_package live ubiquity-slideshow-kubuntu
add_package live ubiquity-slideshow-kubuntu
;;
lubuntu*)
add_package live oem-config-gtk ubiquity-frontend-gtk
# work around quantal bug 1066046 (webkit crashes teh slideshow)
# add_package live ubiquity-slideshow-lubuntu
add_package live ubiquity-slideshow-lubuntu
;;
xubuntu*)
add_package live oem-config-gtk ubiquity-frontend-gtk
# work around quantal bug 1066046 (webkit crashes teh slideshow)
#add_package live ubiquity-slideshow-xubuntu
add_package live ubiquity-slideshow-xubuntu
;;
ubuntu-server)
add_package live oem-config-debconf ubiquity-frontend-debconf
@ -154,8 +151,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
;;
*)
add_package live oem-config-gtk ubiquity-frontend-gtk
# work around quantal bug 1066046 (webkit crashes teh slideshow)
#add_package live ubiquity-slideshow-ubuntu
add_package live ubiquity-slideshow-ubuntu
;;
esac
fi

Loading…
Cancel
Save