diff options
| author | Eric Camachat <eric@camachat.org> | 2025-10-26 08:39:37 +0000 |
|---|---|---|
| committer | Daniel Engberg <diizzy@FreeBSD.org> | 2025-10-26 08:39:47 +0000 |
| commit | b94b7fe1b65a2659e374cafb38ac216d05a77f88 (patch) | |
| tree | 3cb7ffa0c5e98b99cb27a0db2a23cfa19bc6ee3e /deskutils/vnote/files/patch-src_core_configmgr.cpp | |
| parent | 0846794d07559d864499dda9b6826bff7e8090ae (diff) | |
Diffstat (limited to 'deskutils/vnote/files/patch-src_core_configmgr.cpp')
| -rw-r--r-- | deskutils/vnote/files/patch-src_core_configmgr.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/vnote/files/patch-src_core_configmgr.cpp b/deskutils/vnote/files/patch-src_core_configmgr.cpp new file mode 100644 index 000000000000..8c2c905f2057 --- /dev/null +++ b/deskutils/vnote/files/patch-src_core_configmgr.cpp @@ -0,0 +1,11 @@ +--- src/core/configmgr.cpp.orig 2024-08-06 13:56:46 UTC ++++ src/core/configmgr.cpp +@@ -576,7 +576,7 @@ void ConfigMgr::initAppPrefixPath() + QStringList potential_dirs; + auto app_dir_path = QCoreApplication::applicationDirPath(); + qInfo() << "app prefix path: " << app_dir_path; +- potential_dirs << app_dir_path; ++ potential_dirs << app_dir_path << "%%DATADIR%%"; + + #if defined(Q_OS_LINUX) + QDir localBinDir(app_dir_path); |
