www

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 774c5c0ab5e1b7d30b5fe09f149158e3c29a7cc8
parent cb04a8ded84a6a305a64107846a77fbe8c2abc2a
Author: Georges Dupéron <georges.duperon@gmail.com>
Date:   Tue, 17 Apr 2018 21:31:16 +0200

Fix for the sound: permissions on /dev/dsp

Diffstat:
Mstartmandrake2.sh | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/startmandrake2.sh b/startmandrake2.sh @@ -14,6 +14,9 @@ done xhost +local: +# Fix the sound permissions +chmod g+rw /dev/dsp + touch "$signal_x_ready" # tell the outer system that our X is ready. su georges -c "startkde"