Import Bookmarks on launch

Post Reply
Heinz_Kizzvelvet
Posts:5
Joined:Mon Mar 06, 2006 4:59 am
Import Bookmarks on launch

Post by Heinz_Kizzvelvet » Mon Mar 06, 2006 5:16 am

Deploying 'Deer Park' 1.5.0.1 (.msi) and distributing mozilla.adm via 'Group Policy'. All works fantastically. Now, I've setup a fair few settings within the policy and I'm not sure at this stage if it's down to "Users" at the local box with the following problem. They get asked to import Bookmarks, etc from IE! Now I'll test this theory tomorrow. I did stumble across following thread:

Disable import bookmarks wizard on launch?
http://forums.frontmotion.com/viewtopic ... rks+import

it states...

you can use the mozilla.adm with FrontMotion firefox to set these settings

profile.allow_automigration set to true
profile.confirm_automigration set to false

It should tell Firefox to do an auto import and not ask the user.


Can someone confirm if these settings work?
Certified Novell Administrator (CNA) NetWare 6

Heinz_Kizzvelvet
Posts:5
Joined:Mon Mar 06, 2006 4:59 am

Post by Heinz_Kizzvelvet » Mon Mar 06, 2006 5:49 pm

Sifiting through 'mozilla.adm v 1.2 (Explanation of settings)' and it does contain reference to "bookmarks" and "import" throughout, YET, they don't appear in the mozilla.adm 1.2 template!!! e.g below;

browser. bookmarks. added_static_root: Keeps track of whether a root folder for system (imported) bookmarks has been created in bookmarks.html.
True: The root folder has been created
False (default until import complete): Create the root folder (unless we're using dynamic bookmarks - browser.bookmarks.import_system_favorites), and then set this pref to true.

browser. bookmarks. import_system_favorites: Determine the system bookmark strategy.
True: Enable a "live view" of system bookmarks which is read-only
False (default): Opposite of above.
Note: Setting this to "true" will prevent "Imported IE Favorites" folder from being deleted where applicable (see bug 22642).

Why does it list them in http://kb.mozillazine.org/About:config_entries yet, they don't appear in the mozilla.adm 1.2 template?
Certified Novell Administrator (CNA) NetWare 6

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Thu Mar 09, 2006 1:21 am

included in mozilla.adm V1.3 now
FrontMotion Lead Developer

mbc
Posts:1
Joined:Fri Apr 28, 2006 6:42 pm

Post by mbc » Fri Apr 28, 2006 6:55 pm

I can't seem to get this working. I've installed 1.5.0.1 Community Edition, and set the following options with mozilla.adm:

browser.bookmarks.added_static_root = Enabled
browser.bookmarks.import_system_favorites = Enabled
profile.allow_automigration = Enabled
profile.confirm_automigration = Disabled

I've verified with regedit that these settings are being deployed. However, when a new user launches Firefox for the first time, they still get the "Import IE Settings?" prompt. What am I missing?

Trippynet
Posts:14
Joined:Mon Mar 27, 2006 7:52 am

Post by Trippynet » Wed May 03, 2006 2:59 am

Annoyingly, Firefox checks on loading to see if there's an existing profile. If not, it launches the "Import Favourites" wizard. There is no way this can be disabled with group policies.

You can fool Firefox by thinking that a profile exists by creating the correct directory structure with a login script and by copying one .ini file.

Here's my extra login script:

Code: Select all

REM -- Configures the Firefox profile so that the import wizard doesn't show.

C:
mkdir "%userprofile%\Application Data\Mozilla"
mkdir "%userprofile%\Application Data\Mozilla\Firefox"
mkdir "%userprofile%\Application Data\Mozilla\Firefox\Profiles"
mkdir "%userprofile%\Application Data\Mozilla\Firefox\Profiles\frf3d4sv.default"
cd \
cd "%userprofile%\Application Data\Mozilla\Firefox"
S:
CD \
copy /y profiles.ini C:
The contents of the profiles.ini file are:

Code: Select all

[General]
StartWithLastProfile=1

[Profile0]
Name=default
IsRelative=1
Path=Profiles/frf3d4sv.default
You'll have to edit these a little, but with these applied using the "login scripts" section of group policies, the "import wizard" is banished for good.

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Thu May 04, 2006 4:46 am

They are confirmed not to work.

<strike>However, I am going to add profile.enable_profile_migration which should fix this problem.</strike>

Ok, it's not quite working yet...
FrontMotion Lead Developer

User avatar
DraconPern
Site Admin
Posts:1218
Joined:Thu Oct 30, 2003 11:47 pm
Location:Texas
Contact:

Post by DraconPern » Fri May 05, 2006 3:38 am

You can download and apply the new mozilla.adm V1.4 which contains profile.enable_profile_migration and when FMCE 1.5.0.3 is out you will be ready to go.

-edit-

FMCE 1.5.0.3 is out with a working profile.enable_profile_migration
FrontMotion Lead Developer

nico
Posts:6
Joined:Tue Apr 18, 2006 3:40 am

Auto import bookmark only

Post by nico » Fri Jun 02, 2006 10:00 am

Hi,

I'm fighting with gpo to perform the followings stuffs:

- Auto import IE bookmarks without confirmation windows at user first launch

- Show user's IE bookmarks from firefox 'as live bookmarks'

Any one volonteers to share the secret receipe ?

Cheers.

janetgotech@gmail.com
Posts:4
Joined:Tue Jun 12, 2007 11:33 am

Not Importing

Post by janetgotech@gmail.com » Thu Dec 06, 2007 9:53 am

Hi,
I'm using the latest adm template mozilla.adm 1.5. I have set profile.allow_automigration -Enabled
profile.confirm_automigration- Disabled
I need it to auto import all the settings from IE but not prompt me.

However, I am still getting the Import IE wizard on first launch from Firefox after deploying for each new user. Has this been fixed? Or do I have to create a logon script to fool firefox that there is a profile? Any reply will be appreciated! Thanks!

Post Reply