mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
Currently pipewire-media-session uses ~/.pipewire-media-session for storing configuration. Use home directory as specified by XDG base directory specification viz. XDG_CONFIG_HOME and fall back to using a default of $HOME/.config as per the spec if XDG_CONFIG_HOME is not set or empty. Also in addition, all cases are now handled the same and always end up using "%s/.config/pipewire-media-session". If neither XDG_CONFIG_HOME or HOME are set, fall back to the earlier approach. Fixes: https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/271 Signed-off-by: Sanchayan Maity <sanchayan@asymptotic.io> Fixes !298 |
||
|---|---|---|
| .. | ||
| media-session | ||
| audio-dsp-filter.c | ||
| audio-dsp-src.c | ||
| audio-src.c | ||
| bluez-session.c | ||
| export-sink.c | ||
| export-source.c | ||
| export-spa-device.c | ||
| export-spa.c | ||
| local-v4l2.c | ||
| meson.build | ||
| sdl.h | ||
| video-dsp-play.c | ||
| video-play-reneg.c | ||
| video-play.c | ||
| video-src-alloc.c | ||
| video-src-reneg.c | ||
| video-src.c | ||