PulseAudio Marge Bot pushed to branch master at PulseAudio / pulseaudio
Commits: 1883355f by Diederik de Haas at 2021-12-18T19:56:46+01:00 conf: Note configuration snippets must end in .pa At least on Debian (based) systems, the convention for configuration files is .conf, but for PA they need to be .pa, so mention that. Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/678> - - - - - 2 changed files: - src/daemon/default.pa.in - src/daemon/system.pa.in Changes: ===================================== src/daemon/default.pa.in ===================================== @@ -171,5 +171,6 @@ load-module module-filter-apply ### Allow including a default.pa.d directory, which if present, can be used ### for additional configuration snippets. +### Note that those snippet files must have a .pa file extension, not .conf .nofail .include @PA_DEFAULT_CONFIG_DIR_UNQUOTED@/default.pa.d ===================================== src/daemon/system.pa.in ===================================== @@ -69,5 +69,6 @@ load-module module-position-event-sounds ### Allow including a system.pa.d directory, which if present, can be used ### for additional configuration snippets. +### Note that those snippet files must have a .pa file extension, not .conf .nofail .include @PA_DEFAULT_CONFIG_DIR_UNQUOTED@/system.pa.d View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1883355f1b4a00c44dc80f149e0ca6a1af4e9eac -- View it on GitLab: https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/commit/1883355f1b4a00c44dc80f149e0ca6a1af4e9eac You're receiving this email because of your account on gitlab.freedesktop.org.
