修改/ect/pulse中的pulseaudio daemon.conf

修改/ect/pulse中的pulseaudio daemon.conf

我正在嘗試修改位於 中的脈衝音訊 Daemon.conf /ect/pulse。我沒有運氣,因為該資料夾是唯讀的。

當我在終端機中使用 gksudo 或 sudoedit 開啟檔案時,什麼都沒有出現,如果我嘗試使用 gksudo gedit 儲存,它會通知我:

cannot find the file "/ect/pulse/daemon.conf"

答案1

建議的解決方案是將檔案複製到您的主目錄並在那裡進行修改。

cp /etc/pulse/daemon.conf ~/.pulse/daemon.conf

答案2

我發現輸入Alt+ F2、輸入gksudo、輸入gedit、點擊開啟、手動瀏覽到檔案、修改然後儲存解決了我的問題。

使用終端導航到它不起作用。因為我把 ETC 拼錯了…

感謝伊利亞·卡根指出來

相關內容