From 7df1d7ab82a808e095c800bc98ec05134bb3d422 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 15 Sep 2014 09:08:54 -0700 Subject: [PATCH] from kparal: fix Test Day browser configuration --- custom/qa-test-day.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks index 4c7beeb..32f065e 100644 --- a/custom/qa-test-day.ks +++ b/custom/qa-test-day.ks @@ -136,7 +136,7 @@ ln -s /usr/share/applications/test-day-welcome.desktop /etc/xdg/autostart/ rm -f /home/liveuser/.config/autostart/fedora-welcome.desktop PREFDIR=`ls -d /usr/lib*/firefox/browser/defaults/preferences` -cat << FOE >> $PREFDIR/test-day.js +cat << FOE >> $PREFDIR/00-test-day.js pref("startup.homepage_welcome_url",""); pref("startup.homepage_override_url",""); pref("browser.rights.3.shown", true);