SHA256
1
0
forked from pool/FreeFileSync
FreeFileSync/FreeFileSync-resources.patch

15 lines
528 B
Diff
Raw Permalink Normal View History

Index: FreeFileSync-13.1/FreeFileSync/Source/ffs_paths.cpp
===================================================================
--- FreeFileSync-13.1.orig/FreeFileSync/Source/ffs_paths.cpp
+++ FreeFileSync-13.1/FreeFileSync/Source/ffs_paths.cpp
@@ -54,7 +54,8 @@ Zstring fff::getInstallDirPath()
Accepting request 999422 from home:seil0:branches:network - Update to 11.23 - Format local file times with no limits on time span - Deferred child item failure when traversing MTP folder - Fixed occasional wrong thumbnail orientation for MTP - Support additional image formats for MTP preview (e.g. CR2) - Fixed folder pair window being squashed after text size increase - Fixed wrong folder pair order when loading config (Linux) - Fixed some images being stretched on high-DPI monitors - Fixed config panel tab text being mirrored in RTL layout - Fixed parsing file times one second before Unix epoch (Gdrive, FTP) - Changes from 11.22 - Allow to change default log folder in global settings - Fixed sort order when items existing on one side only - Consider HOME environment variable for home path (Linux) - Fixed config selection using shift and arrow keys - Start comparison, then sync by only pressing Enter after startup - Fall back to default path when failing to save log file - Improved relative config path handling in portable mode - Changes from 11.21 - Support volume GUID as path: \\?\Volume{01234567-89ab-cdef-0123-456789abcdef} (Windows) - Avoid Two-Way conflict when changing folder name upper/lower-case - List hidden warning messages in options dialog - Fixed buffer overflow while receiving SFTP server banner - Create crash dumps even if FFS-internal crash handling doesn't kick in - Log time when error occured, not when it is reported - Swap sides: Require confirmation only after comparison - Updated translation files - Changes from 11.20 - Fixed broken icon scaling on high-DPI displays - Fixed user language set to English after update - Drop obsolete FreeFileSync-build-with-gcc12.patch - Drop obsolete FreeFileSync-build-with-wx3.1.5.patch - Update FreeFileSync-disable-in-app-updates.patch for version 11.23 - Update FreeFileSync-icon-loader.patch for version 11.23 - Update FreeFileSync-resources.patch for version 11.23 OBS-URL: https://build.opensuse.org/request/show/999422 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=56
2022-08-26 17:22:53 +02:00
Zstring fff::getResourceDirPath()
{
Accepting request 999422 from home:seil0:branches:network - Update to 11.23 - Format local file times with no limits on time span - Deferred child item failure when traversing MTP folder - Fixed occasional wrong thumbnail orientation for MTP - Support additional image formats for MTP preview (e.g. CR2) - Fixed folder pair window being squashed after text size increase - Fixed wrong folder pair order when loading config (Linux) - Fixed some images being stretched on high-DPI monitors - Fixed config panel tab text being mirrored in RTL layout - Fixed parsing file times one second before Unix epoch (Gdrive, FTP) - Changes from 11.22 - Allow to change default log folder in global settings - Fixed sort order when items existing on one side only - Consider HOME environment variable for home path (Linux) - Fixed config selection using shift and arrow keys - Start comparison, then sync by only pressing Enter after startup - Fall back to default path when failing to save log file - Improved relative config path handling in portable mode - Changes from 11.21 - Support volume GUID as path: \\?\Volume{01234567-89ab-cdef-0123-456789abcdef} (Windows) - Avoid Two-Way conflict when changing folder name upper/lower-case - List hidden warning messages in options dialog - Fixed buffer overflow while receiving SFTP server banner - Create crash dumps even if FFS-internal crash handling doesn't kick in - Log time when error occured, not when it is reported - Swap sides: Require confirmation only after comparison - Updated translation files - Changes from 11.20 - Fixed broken icon scaling on high-DPI displays - Fixed user language set to English after update - Drop obsolete FreeFileSync-build-with-gcc12.patch - Drop obsolete FreeFileSync-build-with-wx3.1.5.patch - Update FreeFileSync-disable-in-app-updates.patch for version 11.23 - Update FreeFileSync-icon-loader.patch for version 11.23 - Update FreeFileSync-resources.patch for version 11.23 OBS-URL: https://build.opensuse.org/request/show/999422 OBS-URL: https://build.opensuse.org/package/show/network/FreeFileSync?expand=0&rev=56
2022-08-26 17:22:53 +02:00
- return appendPath(getProcessParentFolderPath(), Zstr("Resources"));
+ // for opensuse install to /usr/share/FreeFileSync specificly
+ return Zstr("/usr/share/FreeFileSync/");
}