Difference between revisions of "Talk:Python Bindings"
From GnuCash
(→Default $XDG_DATA_DIRS: Signature) |
m (→Default $XDG_DATA_DIRS: link) |
||
Line 3: | Line 3: | ||
== Default $XDG_DATA_DIRS == | == Default $XDG_DATA_DIRS == | ||
− | # I wonder if that deserves a note in Directory_Standards#XDG. | + | # I wonder if that deserves a note in [[Directory_Standards#XDG]]. |
# For me $XDG_DATA_DIRS was becoming longer and longer. | # For me $XDG_DATA_DIRS was becoming longer and longer. | ||
:Perhaps we should add a line before to fix the default? | :Perhaps we should add a line before to fix the default? | ||
:--[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 23:31, 25 October 2023 (UTC) | :--[[User:Fell|Fell]] ([[User talk:Fell|talk]]) 23:31, 25 October 2023 (UTC) |
Revision as of 23:31, 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
- I wonder if that deserves a note in Directory_Standards#XDG.
- For me $XDG_DATA_DIRS was becoming longer and longer.