Forum Discussion
globi
Sep 27, 2021Copper Contributor
UE-V Firefox esr 91 and Thunderbird 91
Hi together we use UE-V to synchro profiles so i have following ue-v template for firefox and thunderbird and this will not sync anymore with the new version 91 and since this summer with the...
- Feb 03, 2022
hi jackjack88
yes we use
<Processes> <ShellProcess/> </Processes>
instead of
<Processes> <Process> <Filename>thunderbird.exe</Filename> </Process> </Processes>
this works for us.
kubacernycz
Oct 05, 2022Copper Contributor
Hi may, I have a question, how do you make working sync Firefox bookmarks through UE-V? I am not able to do that. Browser settings (like Dark mode etc.) is working, but bookmarks not.
Thank you!
- globiOct 05, 2022Copper Contributorwhat is your template file look like? with my config above does it work well
- kubacernyczOct 05, 2022Copper Contributor
I am using this configuration, I tried it once, it was synced, bookmarks was on both devices. Then I tried to create a new bookmark and it remained on only one device, but when I tried it with password, it was synced on both devices... So I am little bit confused, why bookmarks not working, but password does...
Thank you for your help!
<?xml version="1.0"?> <SettingsLocationTemplate xmlns="http://schemas.microsoft.com/UserExperienceVirtualization/2013A/SettingsLocationTemplate"> <Name>Firefox</Name> <ID>Firefox</ID> <Version>2</Version> <Author> <Name>USER</Name> <Email>email address removed for privacy reasons</Email> </Author> <Processes> <ShellProcess/> </Processes> <Settings> <Registry> <Path Recursive="true">Software\Mozilla</Path> </Registry> <Registry> <Path>Software\RegisteredApplications</Path> </Registry> <File> <Root> <EnvironmentVariable>APPDATA</EnvironmentVariable> </Root> <Path Recursive="true">Mozilla\Firefox</Path> </File> </Settings> </SettingsLocationTemplate>
- globiOct 07, 2022Copper ContributorOk i have tested it right now, in my case does it work fine. I have tested it with windows 10 LTSC 2021 and Windows 11 21H2 Education.
remember, the template does just sync after login or logout not until after closing of the firefox application.
regards