disable all slideshows on al preinstalled images, due to (LP: #1066046)

ubuntu/trusty
Oliver Grawert 12 years ago
parent eac8de3d0a
commit 36fc3cb384

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.92) UNRELEASED; urgency=low
* disable all slideshows on al preinstalled images, due to (LP: #1066046)
the installer crashes when trying to start up webkit for teh slideshow
-- Oliver Grawert <ogra@ubuntu.com> Sat, 13 Oct 2012 11:44:52 +0200
livecd-rootfs (2.91) quantal; urgency=low
* make sure preinstalled ac100 images have multiverse enabled in their

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

Loading…
Cancel
Save