From 7471bf5b106f788cab088d06a163fc86021b681c Mon Sep 17 00:00:00 2001 From: bill-auger Date: Tue, 26 Jan 2021 21:03:47 -0500 Subject: [freefilesync]: upgrade to v11.4 --- pcr/freefilesync/revert_xdg_config_path.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 pcr/freefilesync/revert_xdg_config_path.patch (limited to 'pcr/freefilesync/revert_xdg_config_path.patch') diff --git a/pcr/freefilesync/revert_xdg_config_path.patch b/pcr/freefilesync/revert_xdg_config_path.patch new file mode 100644 index 000000000..1802311e6 --- /dev/null +++ b/pcr/freefilesync/revert_xdg_config_path.patch @@ -0,0 +1,10 @@ +--- a/FreeFileSync/Source/ffs_paths.cpp 2019-11-19 23:52:20.000000000 +0100 ++++ b/FreeFileSync/Source/ffs_paths.cpp 2019-11-24 18:14:17.627328553 +0100 +@@ -80,6 +80,4 @@ + +- //OS standard path (XDG layout): ~/.config/FreeFileSync +- //wxBug: wxStandardPaths::GetUserDataDir() does not honor FileLayout_XDG flag +- wxStandardPaths::Get().SetFileLayout(wxStandardPaths::FileLayout_XDG); +- const Zstring cfgFolderPath = appendSeparator(utfTo(wxStandardPaths::Get().GetUserConfigDir())) + "FreeFileSync"; ++ //OS standard path (classic layout): ~/.FreeFileSync ++ Zstring cfgFolderPath = utfTo(wxStandardPaths::Get().GetUserDataDir()); -- cgit v1.2.3