mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 11:18:10 +02:00
scripts: also look in $XDG_CONFIG_HOME/scripts
This commit is contained in:
parent
e3a161273d
commit
a452250b47
1 changed files with 1 additions and 0 deletions
|
|
@ -132,6 +132,7 @@ find_script (const gchar * script, gboolean daemon)
|
|||
return g_strdup (script);
|
||||
|
||||
return wp_find_file (WP_LOOKUP_DIR_ENV_DATA |
|
||||
WP_LOOKUP_DIR_XDG_CONFIG_HOME |
|
||||
WP_LOOKUP_DIR_ETC |
|
||||
WP_LOOKUP_DIR_PREFIX_SHARE,
|
||||
script, "scripts");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue