[Bug]: the xfce pulseaudio plugin not working in Debian
Problem description
i am on Android 14,using Debian with xfce and Termux-x11 in proot-distro, i installed all required packages in termux and in proot-distro, i do all required steps, but when i runned the gui everything works exept pulseaudio.
pulseaudio worked in termux (Native GUI in termux), and worked in ubuntu proot-distro, but not worked in Debian
Steps to reproduce the behavior.
running xfce in Debian proot-distro using Termux:x11, xfce pulseaudio plugin not working in the xfce gui
What is the expected behavior?
No response
System information
- Termux application version: 0.118.0
- Android OS version: 14
- Device model: OPPO A18
Why did nat command pkg install python
Why?
Why did nat command pkg install python
what do you mean
Enable "load-module module-aaudio-sink" from the $PREFIX/etc/pulse/default.pa .
Just remove # before the line and restart termux then check if the audio is working or not.
For proot-distro you can run
pulseaudio --start --exit-idle-time=-1
pacmd load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 auth-anonymous=1
pacmd load-module module-aaudio-sink
then try if the audio is working in the proot distro or not.
Try this: https://docs.andronix.app/troubleshoot/sound I had the same issue using Andronix (another prooted Linux distro Ubuntu under Termux). I tried this and sound worked and it survived a reboot.