falkTX / Cadence

Collection of tools useful for audio production
GNU General Public License v2.0
368 stars 80 forks source link

Feature Request: making pulseaudio log verbose to a file when autostarting #271

Open sezanzeb opened 4 years ago

sezanzeb commented 4 years ago

Since my pulseaudio doesn't seem to start properly (it's running but pavucontrol says it cannot connect to pulseaudio or something) maybe some logs would be good about why. Adding an option to start pulseaudio with -vvvv and write it to a .log file over the cadence gui would be good then.

If this could be a bug with cadence, I would love to somehow obtain those logs and show them to you. Maybe I can replace pulseaudio in /usr/bin with a bash script that starts pulseaudio and makes sure the -vvvv option is set and that writes the output to a file.

killall pulseaudio
pulseaudio

makes pulseaudio work as expected for me