[Fedora-spins] [spin-kickstarts: 5/24] The startup page should be changed in the branding area.

Bruno Wolff III bruno at fedoraproject.org
Sun Apr 10 05:03:53 UTC 2011


commit f32212bb3e8520429868415154ab181ed0899586
Author: Bruno Wolff III <bruno at wolff.to>
Date:   Sat Apr 9 11:41:54 2011 -0500

    The startup page should be changed in the branding area.

 custom/qa-test-day.ks |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/custom/qa-test-day.ks b/custom/qa-test-day.ks
index 3d6bfa8..672dff6 100644
--- a/custom/qa-test-day.ks
+++ b/custom/qa-test-day.ks
@@ -38,12 +38,12 @@ glib2
 
 %post
 # Set Test_Day:Current as default browser homepage
-unzip /usr/lib/firefox-*/omni.jar chrome/en-US/locale/browser/browser.properties -d /tmp
-cat << EOF > /tmp/chrome/en-US/locale/browser/browser.properties
+mkdir -p /tmp/chrome/en-US/locale/branding
+cat << EOF > /tmp/chrome/en-US/locale/branding/browserconfig.properties
 browser.startup.homepage=https://fedoraproject.org/wiki/Test_Day:Current
 EOF
-(cd /tmp; zip /usr/lib/firefox-*/omni.jar chrome/en-US/locale/browser/browser.properties)
-rm -f /tmp/chrome/en-US/locale/browser/browser.properties
+(cd /tmp; zip /usr/lib/firefox-*/omni.jar chrome/en-US/locale/branding/browserconfig.properties)
+rm -rf /tmp/chrome
 
 # Create a .desktop link for Test Day wiki
 mkdir -p /etc/skel/Desktop


More information about the spins mailing list