gnucash/libgnucash/core-utils
Geert Janssens 4537c1de36 Bug 794916 - Fails to find environment file at startup when installation prefix is '/opt'
Update on this bug. Before doing the binreloc dance on various
paths check if the calculated dynamic prefix is still the same
as the compile time PREFIX. If so, just stick with the compile
time path names as this means the application wasn't relocated
anyway. Only if the dynamic prefix is different, try to
recalculate the requested paths relative to the dynamic
prefix.
Together with the configure time fix to detect /etc/opt is
outside of the /opt prefix, this eliminates the need for further
special case handling of the sysconfig directory so that
special case handling is removed.
2020-01-22 22:40:11 +01:00
..
test Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00
binreloc.c Bug 794916 - Fails to find environment file at startup when installation prefix is '/opt' 2020-01-22 22:40:11 +01:00
binreloc.h Fix Windows binreloc executable finding. 2018-09-16 12:36:04 -07:00
CMakeLists.txt Bug 797353 - Add copyright and release info in appdata file 2019-08-24 17:32:16 +02:00
core-utils.i [core-utils.i] declare prefs as ENUMs 2020-01-15 18:04:35 +08:00
core-utils.scm Merge branch 'maint' into unstable 2018-02-02 18:57:24 +01:00
gnc-environment.c Fix a bunch of memory allocation errors found by clang static analysis. 2018-11-30 15:08:41 +09:00
gnc-environment.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-filepath-utils.cpp Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00
gnc-filepath-utils.h Add function to create an absolute file path 2019-03-29 20:43:00 +00:00
gnc-gkeyfile-utils.c Bug 792446 - Mixed languages in error dialog. 2018-09-27 18:05:42 -07:00
gnc-gkeyfile-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-glib-utils.c Prevent gcc from searching config.h in the current directory 2017-10-26 14:05:17 +02:00
gnc-glib-utils.h Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
gnc-guile-utils.c Bug 795039 - Crash on startup using Technicolor Style sheet in report 2018-04-14 10:18:01 -07:00
gnc-guile-utils.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-jalali.c Housekeeping - replace plenty of http links with https 2019-06-06 15:52:30 +02:00
gnc-jalali.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-locale-utils.c Bug 792105 - Startup takes several minutes, take two. 2018-04-17 16:32:45 -07:00
gnc-locale-utils.cpp Rewire and corrected Doxygen comment for gnc_get_locale() c++ function. 2019-04-30 15:00:06 -07:00
gnc-locale-utils.h Bug 792105 - Startup takes several minutes, take two. 2018-04-17 16:32:45 -07:00
gnc-locale-utils.hpp Provide a single static instance of C++ locale. 2019-01-06 10:13:01 -08:00
gnc-path.c Fix localedir relocation. 2018-09-18 16:08:48 -07:00
gnc-path.h Restructure the src directory 2017-08-10 18:45:00 +02:00
gnc-prefs-p.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-prefs.c Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00
gnc-prefs.h Block registered prefs when preference dialogue loaded 2018-09-27 15:57:34 +01:00
gnc-version.c Housekeeping - reduce the number of PACKAGE and VERSION related cmake variables 2020-01-17 18:15:27 +01:00
gnc-version.h Add dedicated api to query build-time, version related compile constants 2019-02-21 17:00:15 +01:00
gncla-dir.h.in Replace GNC_CONFIGURE(2) with configure_file 2017-12-23 14:07:25 +01:00