<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Mozilla network deployement in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485168#M847494</link>
    <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am trying to setup specific mozilla settings and deploy them to all users from a central location.&lt;BR /&gt;&lt;BR /&gt;I don't want the existing netscape settings to transferred to Mozilla.&lt;BR /&gt;&lt;BR /&gt;The end result is that Mozilla starts with a blank profile that is created for each user. The profile name is correct but the customisations applied to user.js and preferences.js do not apply.&lt;BR /&gt;&lt;BR /&gt;Here is what I did so far:&lt;BR /&gt;&lt;BR /&gt;1) Create a default profile with the profile manager.&lt;BR /&gt;&lt;BR /&gt;2) Setup the environment as I wanted. This meant preferences.js and user.js modifications&lt;BR /&gt;preferences.js:&lt;BR /&gt;user_pref("browser.startup.homepage_override.mstone", "rv:1.6");&lt;BR /&gt;user_pref("browser.startup.homepage", "&lt;A href="http://somewhere.here.com/" target="_blank"&gt;http://somewhere.here.com/&lt;/A&gt;");&lt;BR /&gt;user_pref("intl.charsetmenu.browser.cache", "UTF-8, ISO-8859-1");&lt;BR /&gt;user_pref("network.proxy.type", 2);&lt;BR /&gt;user_pref("prefs.converted-to-utf8", true);&lt;BR /&gt;user_pref("privacy.popups.remove_blacklist", false);&lt;BR /&gt;user_pref("security.disable_button.changePassword", false);&lt;BR /&gt;user_pref("security.disable_button.resetPassword", false);&lt;BR /&gt;user_pref("security.password_lifetime", 0);&lt;BR /&gt;user_pref("signon.rememberSignons", false);&lt;BR /&gt;user_pref("update_notifications.enabled", false);&lt;BR /&gt;user_pref("xpinstall.enabled", false);&lt;BR /&gt;&lt;BR /&gt;Note that the home page is set locally in preferences.js. This means that the user will have a custom default home page but he can change-it.&lt;BR /&gt;&lt;BR /&gt;user.js:&lt;BR /&gt;user_pref("network.proxy.autoconfig_url", "&lt;A href="http://192.168.1.1:8000/some_pac_file" target="_blank"&gt;http://192.168.1.1:8000/some_pac_file&lt;/A&gt;");&lt;BR /&gt;user_pref("network.proxy.type", 2);&lt;BR /&gt;user_pref("prefs.converted-to-utf8", true);&lt;BR /&gt;user_pref("privacy.popups.remove_blacklist", false);&lt;BR /&gt;user_pref("security.disable_button.changePassword", false);&lt;BR /&gt;user_pref("security.disable_button.resetPassword", false);&lt;BR /&gt;user_pref("security.password_lifetime", 0);&lt;BR /&gt;user_pref("signon.SignonFileName", "abc.s");&lt;BR /&gt;user_pref("signon.rememberSignons", false);&lt;BR /&gt;user_pref("update_notifications.enabled", false);&lt;BR /&gt;user_pref("xpinstall.enabled", false);&lt;BR /&gt;user_pref("profile.allow_automigration", false);&lt;BR /&gt;&lt;BR /&gt;These settings will be applied to preferences.js. The user can however modify them with about:config.&lt;BR /&gt;&lt;BR /&gt;3) For each user, create a default profile with the profile manager:&lt;BR /&gt;mozilla -CreateProfile "profile_name ~/.mozilla/profile/destination.slt"&lt;BR /&gt;&lt;BR /&gt;4) Push the user.js and preferences.js to the profile location for ex: "~/.mozilla/profile/destination.slt"&lt;BR /&gt;&lt;BR /&gt;5) Start mozilla for the user with :&lt;BR /&gt;mozilla -P "profile" args&lt;BR /&gt;&lt;BR /&gt;6) Mozilla starts with the right profile but not the customisations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyone has any insight on this ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Max</description>
    <pubDate>Mon, 14 Feb 2005 10:54:14 GMT</pubDate>
    <dc:creator>Maxime Cadieux_1</dc:creator>
    <dc:date>2005-02-14T10:54:14Z</dc:date>
    <item>
      <title>Mozilla network deployement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485168#M847494</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;I am trying to setup specific mozilla settings and deploy them to all users from a central location.&lt;BR /&gt;&lt;BR /&gt;I don't want the existing netscape settings to transferred to Mozilla.&lt;BR /&gt;&lt;BR /&gt;The end result is that Mozilla starts with a blank profile that is created for each user. The profile name is correct but the customisations applied to user.js and preferences.js do not apply.&lt;BR /&gt;&lt;BR /&gt;Here is what I did so far:&lt;BR /&gt;&lt;BR /&gt;1) Create a default profile with the profile manager.&lt;BR /&gt;&lt;BR /&gt;2) Setup the environment as I wanted. This meant preferences.js and user.js modifications&lt;BR /&gt;preferences.js:&lt;BR /&gt;user_pref("browser.startup.homepage_override.mstone", "rv:1.6");&lt;BR /&gt;user_pref("browser.startup.homepage", "&lt;A href="http://somewhere.here.com/" target="_blank"&gt;http://somewhere.here.com/&lt;/A&gt;");&lt;BR /&gt;user_pref("intl.charsetmenu.browser.cache", "UTF-8, ISO-8859-1");&lt;BR /&gt;user_pref("network.proxy.type", 2);&lt;BR /&gt;user_pref("prefs.converted-to-utf8", true);&lt;BR /&gt;user_pref("privacy.popups.remove_blacklist", false);&lt;BR /&gt;user_pref("security.disable_button.changePassword", false);&lt;BR /&gt;user_pref("security.disable_button.resetPassword", false);&lt;BR /&gt;user_pref("security.password_lifetime", 0);&lt;BR /&gt;user_pref("signon.rememberSignons", false);&lt;BR /&gt;user_pref("update_notifications.enabled", false);&lt;BR /&gt;user_pref("xpinstall.enabled", false);&lt;BR /&gt;&lt;BR /&gt;Note that the home page is set locally in preferences.js. This means that the user will have a custom default home page but he can change-it.&lt;BR /&gt;&lt;BR /&gt;user.js:&lt;BR /&gt;user_pref("network.proxy.autoconfig_url", "&lt;A href="http://192.168.1.1:8000/some_pac_file" target="_blank"&gt;http://192.168.1.1:8000/some_pac_file&lt;/A&gt;");&lt;BR /&gt;user_pref("network.proxy.type", 2);&lt;BR /&gt;user_pref("prefs.converted-to-utf8", true);&lt;BR /&gt;user_pref("privacy.popups.remove_blacklist", false);&lt;BR /&gt;user_pref("security.disable_button.changePassword", false);&lt;BR /&gt;user_pref("security.disable_button.resetPassword", false);&lt;BR /&gt;user_pref("security.password_lifetime", 0);&lt;BR /&gt;user_pref("signon.SignonFileName", "abc.s");&lt;BR /&gt;user_pref("signon.rememberSignons", false);&lt;BR /&gt;user_pref("update_notifications.enabled", false);&lt;BR /&gt;user_pref("xpinstall.enabled", false);&lt;BR /&gt;user_pref("profile.allow_automigration", false);&lt;BR /&gt;&lt;BR /&gt;These settings will be applied to preferences.js. The user can however modify them with about:config.&lt;BR /&gt;&lt;BR /&gt;3) For each user, create a default profile with the profile manager:&lt;BR /&gt;mozilla -CreateProfile "profile_name ~/.mozilla/profile/destination.slt"&lt;BR /&gt;&lt;BR /&gt;4) Push the user.js and preferences.js to the profile location for ex: "~/.mozilla/profile/destination.slt"&lt;BR /&gt;&lt;BR /&gt;5) Start mozilla for the user with :&lt;BR /&gt;mozilla -P "profile" args&lt;BR /&gt;&lt;BR /&gt;6) Mozilla starts with the right profile but not the customisations.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Anyone has any insight on this ?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;&lt;BR /&gt;Max</description>
      <pubDate>Mon, 14 Feb 2005 10:54:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485168#M847494</guid>
      <dc:creator>Maxime Cadieux_1</dc:creator>
      <dc:date>2005-02-14T10:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Mozilla network deployement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485169#M847495</link>
      <description>Suggested new approach.&lt;BR /&gt;&lt;BR /&gt;Make your own generic mozilla installation.&lt;BR /&gt;&lt;BR /&gt;Then use tar to tar up the following areas:&lt;BR /&gt;&lt;BR /&gt;mozilla binaries&lt;BR /&gt;&lt;BR /&gt;the files in the .mozilla and .mozilla-license folders.&lt;BR /&gt;&lt;BR /&gt;Then you can create either a network installation point or custom install script to do it right.&lt;BR /&gt;&lt;BR /&gt;If you are really ambitious, you can even create your own depot.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 14 Feb 2005 11:53:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485169#M847495</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-02-14T11:53:55Z</dc:date>
    </item>
    <item>
      <title>Re: Mozilla network deployement</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485170#M847496</link>
      <description>Thanks for the idea.&lt;BR /&gt;&lt;BR /&gt;I am already pushing the .mozilla and the .mozilla-license.&lt;BR /&gt;&lt;BR /&gt;However, when I do that, the old Netscape 4.7 settings get transferred the first time Mozilla is started, even if the following is present within the user.js:&lt;BR /&gt;&lt;BR /&gt;user_pref("profile.allow_automigration", false);&lt;BR /&gt;&lt;BR /&gt;According to the mozilla documentation, that sould do it but it does appear to work</description>
      <pubDate>Mon, 14 Feb 2005 11:57:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/mozilla-network-deployement/m-p/3485170#M847496</guid>
      <dc:creator>Maxime Cadieux_1</dc:creator>
      <dc:date>2005-02-14T11:57:28Z</dc:date>
    </item>
  </channel>
</rss>

