From: <bms...@us...> - 2007-10-02 21:18:12
|
Revision: 2560 http://morphix.svn.sourceforge.net/morphix/?rev=2560&view=rev Author: bmsleight Date: 2007-10-02 14:18:07 -0700 (Tue, 02 Oct 2007) Log Message: ----------- Homepage fix (2) Modified Paths: -------------- trunk/scripts-mini/MorphixMini-KioskSetting.xml trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-10-01 22:41:49 UTC (rev 2559) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml 2007-10-02 21:18:07 UTC (rev 2560) @@ -1,7 +1,7 @@ <comps> <group> <minimod> - <version>0.04</version> + <version>0.05</version> <description>MorphMini to set the persistent application and set/restore kiosk extension</description> <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> @@ -10,11 +10,12 @@ <preX> <!-- Comment out if you do not want the simple Navigation Bar --> <command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command> - <command>echo 'pref("browser.startup.homepage", "http://www.morphix.org");' >> /usr/share/iceweasel-extensions/webconverger/defaults/preferences/prefs.js </command> + <command>echo 'browser.startup.homepage=http://www.morphix.org' > /usr/share/iceweasel/browserconfig.properties </command> + <command>dhclient </command> </preX> <X> <!-- Before each time firefox is launched, delete the old user setting and restore saved setting --> <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command> - <command>echo "firefox " >> ~/.persistent-app </command> + <command>echo "firefox http://www.morphix.org" >> ~/.persistent-app </command> <command>echo "killall firefox-bin " >> ~/.inactivity </command> </X> </commandlist> Modified: trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre =================================================================== --- trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre 2007-10-01 22:41:49 UTC (rev 2559) +++ trunk/scripts-mini/MorphixMini-KioskSetting.xml.pre 2007-10-02 21:18:07 UTC (rev 2560) @@ -1,7 +1,7 @@ <comps> <group> <minimod> - <version>0.04</version> + <version>0.05</version> <description>MorphMini to set the persistent application and set/restore kiosk extension</description> <minitag>MorphixMiniKioskSetting</minitag> <maintag>matchbox</maintag> @@ -10,11 +10,12 @@ <preX> <!-- Comment out if you do not want the simple Navigation Bar --> COMMENTOUTNAVBAR<command>echo 'pref("rkiosk.navbar", true);' >> /etc/iceweasel/pref/iceweasel.js </command> ECOMMENTOUTNAVBAR - <command>echo 'pref("browser.startup.homepage", "http://HOMEPAGE");' >> /etc/iceweasel/pref/iceweasel.js </command> + <command>echo 'browser.startup.homepage=http://HOMEPAGE' > /usr/share/iceweasel/browserconfig.properties </command> + <command>dhclient </command> </preX> <X> <!-- Before each time firefox is launched, delete the old user setting and restore saved setting --> <command>echo "rm ~/.mozilla/ -R " >> ~/.persistent-app </command> - <command>echo "firefox " >> ~/.persistent-app </command> + <command>echo "firefox http://HOMEPAGE " >> ~/.persistent-app </command> <command>echo "killall firefox-bin " >> ~/.inactivity </command> </X> </commandlist> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |