On Thursday, 14.12.2017 at 09:06 +0100, Ieltxu Lauzirika wrote:

> I am now struggling to configure Firefox in a VDI environment and we want
> the Firefox profiles to be stored on a network share in order to take them
> out from the user folder.
> 
> I guess there should be a line in the mozilla.cfg file to change the path,
> but I'm not able to find it.
> 
> Anyone has faced the same situation? Is it possible to specify a path where
> all the profiles will be stored?

I don't *think* you can do it by tweaking mozilla.cfg, but the way I've
done it is to deploy the file
%APPDATA%\Roaming\Mozilla\Firefox\profiles.ini

with content like this:

        [General]
        StartWithLastProfile=1

        [Profile0]
        Name=default
        IsRelative=0
        Path=H:\windows\mozilla\firefox
        Default=

where the Path is where you want the profile to live.  This folder
should probably exist already.

Dave.

-- 
Dave Ewart
[email protected]
NDPH Infrastructure Team
_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit 
https://mail.mozilla.org/listinfo/enterprise or send an email to 
[email protected] with a subject of "unsubscribe"

Reply via email to