Skip to content

Rooted users: How to solve pulseaudio error

exalab999 edited this page Nov 13, 2022 · 3 revisions

First, install nano in Termux:

pkg install nano

Then edit the ./start-*.sh script: Example:nano start-ubuntu.sh

Find these lines:

pulseaudio --start

## For rooted user: pulseaudio --start --system

Edit it so it become:

## pulseaudio --start

pulseaudio --start --system

And press CTRL+X to sav the script, now you should be able to start the distro with root access.