Ryd lydindstillinger
Source: Download script
Last Updated: 11. September 2025 by Agnete Moos (agms@sonderborg.dk)
Click to see the source code
#! /usr/bin/env sh
OLD_OS2BORGERPC_PULSEAUDIO_CONFIG="/etc/pulse/profile.pa.d/os2borgerpc.pa"
OS2BORGERPC_PULSEAUDIO_CONFIG="/etc/pulse/default.pa.d/os2borgerpc.pa"
[ -f $OLD_OS2BORGERPC_PULSEAUDIO_CONFIG ] && echo "" > $OLD_OS2BORGERPC_PULSEAUDIO_CONFIG
[ -f $OS2BORGERPC_PULSEAUDIO_CONFIG ] && echo "" > $OS2BORGERPC_PULSEAUDIO_CONFIG
Beskrivelse
Fjerner al manuel lydkonfiguration fra OS2borgerPC’s lydkonfigurationsfil. De faktiske indstillinger (standard lydenhed, mute, volumen) forbliver dog uændrede.
Dette script kan bruges hvis du har eksperimenteret med de andre lydscripts, men nu gerne vil rydde filen for at sætte de faktiske indstillinger, du ønsker.