Difference between revisions of "Talk:Python Bindings"

From GnuCash
Jump to: navigation, search
(Created page with "@fell: why did you remove the /usr/local/share:/usr/share bits ? In my experiences these are not set by default on all systems and only searched by default if XDG_DATA_DIRS is...")
 
(Default $XDG_DATA_DIRS: new section)
Line 1: Line 1:
 
@fell: why did you remove the /usr/local/share:/usr/share bits ? In my experiences these are not set by default on all systems and only searched by default if XDG_DATA_DIRS is unset. If they are missing gnucash won't function properly because our dependencies have data in there that should also be found.
 
@fell: why did you remove the /usr/local/share:/usr/share bits ? In my experiences these are not set by default on all systems and only searched by default if XDG_DATA_DIRS is unset. If they are missing gnucash won't function properly because our dependencies have data in there that should also be found.
 +
 +
== Default $XDG_DATA_DIRS ==
 +
 +
# I wonder if that deserves a note in Directory_Standards#XDG.
 +
# For me $XDG_DATA_DIRS was becoming longer and longer.
 +
:Perhaps we should add a line before to fix the default?

Revision as of 23:29, 25 October 2023

@fell: why did you remove the /usr/local/share:/usr/share bits ? In my experiences these are not set by default on all systems and only searched by default if XDG_DATA_DIRS is unset. If they are missing gnucash won't function properly because our dependencies have data in there that should also be found.

Default $XDG_DATA_DIRS

  1. I wonder if that deserves a note in Directory_Standards#XDG.
  2. For me $XDG_DATA_DIRS was becoming longer and longer.
Perhaps we should add a line before to fix the default?