Enhancement #16
Avoid defining XDG_CONFIG_DIRS when the configuration file is not in /etc/xdg
Start date:
02/12/2010
Due date:
% Done:
100%
Estimated time:
Description
When the configuration file is not installed in /etc/xdg (usually it will be installed in /usr/local/etc/xdg), it should not be not necessary to set XDG_CONFIG_DIRS as it not user-friendly at all.
Associated revisions
History
Updated by Anonymous almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
- Status changed from New to Closed
- % Done changed from 0 to 100
Applied in changeset commit:"f6b4fc632e663da52669dac48c5f2b202faa1711".
Look for the configuration file in $sysconfigdir/xdg before calling xdgConfigOpen() (closes #16)