--- main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx.orig 2016-01-19 09:06:50.753350000 +0100 +++ main/extensions/source/mozbootstrap/MNSProfileDiscover.cxx.orig 2016-01-19 09:08:17.120488000 +0100 @@ -123,9 +123,14 @@ { isRelative = sIsRelative.toInt32(); } + if (isRelative) + { + // Make it absolute + profilePath = regDir + profilePath; + } ProfileStruct* profileItem = new ProfileStruct(product,profileName, - regDir + profilePath); + profilePath); m_Product.mProfileList[profileName] = profileItem; sal_Int32 isDefault = 0;