diff --git a/src/scm/startup/path.scm b/src/scm/startup/path.scm index 45f5c11bfe..cfc2219ffe 100644 --- a/src/scm/startup/path.scm +++ b/src/scm/startup/path.scm @@ -106,6 +106,10 @@ file in all of the directories specified by gnc:*load-path*." (gnc:warn "failure loading " auto-file) #f)))))))))) +;; the system config should probably be loaded from some directory +;; that wouldn't be a site wide mounted directory, like /usr/share +;; However, the code below seems to zero in on /usr/share/gnucash/config +;; ... ahh but that's OK, right ?? (define gnc:load-system-config-if-needed (let ((system-config-loaded? #f)) (lambda ()