Code:
export LD_PRELOAD=/usr/lib/libpulsedsp.so${LD_PRELOAD:+:$LD_PRELOAD}
This, however, caused kdeinit to fail, preventing parts of KDE from starting.
I'd like to get this working, without ditching Pulse and without starting wine from the CLI with padsp every time. Is it possible to make my system preload libpulsedsp.so *only* for applications that use OSS, so that things like kdeinit aren't affected? How would I do it, if so?






