feat(tunable): add bin to XDG_BIN_DIR.

So it can get allowed/denied by profile using user_bin_dirs.

see #811
This commit is contained in:
Alexandre Pujol 2025-08-15 10:43:15 +02:00
parent e2b1547bf1
commit 44a6bc86e6
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC

View file

@ -16,7 +16,7 @@
@{XDG_CONFIG_DIR}=".config" @{XDG_CONFIG_DIR}=".config"
@{XDG_DATA_DIR}=".local/share" @{XDG_DATA_DIR}=".local/share"
@{XDG_STATE_DIR}=".local/state" @{XDG_STATE_DIR}=".local/state"
@{XDG_BIN_DIR}=".local/bin" @{XDG_BIN_DIR}="bin" ".local/bin"
@{XDG_LIB_DIR}=".local/lib" @{XDG_LIB_DIR}=".local/lib"
# Define extended user directories not defined in the XDG standard but commonly # Define extended user directories not defined in the XDG standard but commonly