Sep 27 2021 06:33 AM - edited Sep 27 2021 06:51 AM
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 version 78.
other ue-v tempalte will work without any problem, like office, chrome, edge etc.
i have the problem with windows 10 ltsc 2019 and windows 10 21h1 either
<?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>mail@domain.com</Email>
</Author>
<Processes>
<Process>
<Filename>firefox.exe</Filename>
</Process>
</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>
<?xml version="1.0"?>
<SettingsLocationTemplate xmlns="http://schemas.microsoft.com/UserExperienceVirtualization/2013A/SettingsLocationTemplate">
<Name>Thunderbird</Name>
<ID>Thunderbird</ID>
<Version>1</Version>
<Author>
<Name>USER</Name>
<Email>mail@domain.com</Email>
</Author>
<Processes>
<Process>
<Filename>thunderbird.exe</Filename>
</Process>
</Processes>
<Settings>
<Registry>
<Path Recursive="true">Software\Clients</Path>
</Registry>
<Registry>
<Path>Software\RegisteredApplications</Path>
</Registry>
<File>
<Root>
<EnvironmentVariable>APPDATA</EnvironmentVariable>
</Root>
<Path Recursive="true">Thunderbird</Path>
<Exclude>
<Path Recursive="true">(.*)(ImapMail)(.*)</Path>
<FileMask>*</FileMask>
</Exclude>
<Exclude>
<Path Recursive="true">(.*)(Mail)(.*)</Path>
<FileMask>*</FileMask>
</Exclude>
<Exclude>
<FileMask>global-messages-db.sqlite</FileMask>
</Exclude>
</File>
</Settings>
</SettingsLocationTemplate>
in the debug log from ue-v can we read following errors.
do some other guys have the same issue?
regards
christian
Feb 03 2022 04:20 AM
@globiSame Problem here. Any solution so far?
Feb 03 2022 04:35 AM
Solutionhi @jackjack88
yes we use
<Processes>
<ShellProcess/>
</Processes>
instead of
<Processes>
<Process>
<Filename>thunderbird.exe</Filename>
</Process>
</Processes>
this works for us.
Oct 05 2022 03:38 AM
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!
Oct 05 2022 04:01 AM
Oct 05 2022 04:36 AM - edited Oct 05 2022 04:37 AM
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>
Oct 07 2022 06:36 AM