Index: FreeFileSync-12.4/FreeFileSync/Source/ffs_paths.cpp
===================================================================
--- FreeFileSync-12.4.orig/FreeFileSync/Source/ffs_paths.cpp
+++ FreeFileSync-12.4/FreeFileSync/Source/ffs_paths.cpp
@@ -55,7 +55,8 @@ Zstring fff::getInstallDirPath()
Zstring fff::getResourceDirPath()
{
- return appendPath(getProcessParentFolderPath(), Zstr("Resources"));
+ // for opensuse install to /usr/share/FreeFileSync specificly
+ return Zstr("/usr/share/FreeFileSync/");
}