I’m trying to work around https://bugs.kde.org/show_bug.cgi?id=515151 by adding an environment variable to elisa’s using kmenueditor. I’ve added the string QT_AUDIO_BACKEND=pulseaudio to the environment variable section. However, when I launch elisa the bug is still present.
If I go to ~/.local/share/application/org.kde.elisa.desktop the exec line is
Exec=env QT_AUDIO_BACKEND=pulseaudio elisa %U
If I chop off the %U and run this in a terminal the bug is successfully worked around.
I’ve tried restarting in case something was cached somewhere and it still doesn’t help. Have I done something wrong or is there something else I can try?