I'm trying to modify the pulse audio Daemon.conf located in /ect/pulse. I'm having no luck as the folder is read only.
When I open the file using gksudo or sudoedit in terminal, nothing comes up, and if I attempt to save, with gksudo gedit, It notifies me:
cannot find the file "/ect/pulse/daemon.conf" 3 2 Answers
The recommended solution is to copy the file to your home directory and modify it there.
cp /etc/pulse/daemon.conf ~/.pulse/daemon.conf I found that typing Alt+F2, typing gksudo, entering gedit, clicking open, browsing manually to the file, modifying and then saving fixed my issue.
Navigating to it using the terminal wasnt working. AS I WAS MIS-SPELLING ETC AS ECT...
Thanks Eliah Kagan for pointing it out.