|
|
|
|
|
|
|
|
|
|
|
|
| |
These packages add files to /etc/env.d to set the XDG_DATA_DIRS
environment variable, but without the x11-misc/xdg-utils package:
- env-update does not know that multiple values of XDG_DATA_DIRS should
be concatenated together. Instead, the last value overwrites the
others.
- The default search paths of /usr/local/share:/usr/share are not
included in XDG_DATA_DIRS, which can break applications depending on
data files from other non-Trinity packages.
Signed-off-by: Bobby Bingham <[email protected]>
|