From 5c1a51a6532a9484c818d030155f402663996e21 Mon Sep 17 00:00:00 2001 From: Baptiste DURAND Date: Tue, 25 Jun 2013 19:07:35 +0200 Subject: Fix sound issue due to smack rules --- packaging/wrt_widgets.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packaging/wrt_widgets.spec b/packaging/wrt_widgets.spec index ab68f24..0756a5b 100644 --- a/packaging/wrt_widgets.spec +++ b/packaging/wrt_widgets.spec @@ -256,6 +256,10 @@ ail_initdb mv /usr/share/applications_tmp/* /usr/share/applications/ for d in dbspace home usr; do find /opt/$d -exec chsmack -a '*' {} \; ; done; find /usr/lib64/ -exec chsmack -a _ {} \; + +# WA to fix sound issue on gnome after an intall of WRT +chsmack -a _ /dev/snd/* + chmod -R a+rw /opt/dbspace/ echo "Please Reboot and Execute the script install_widgets.sh as user root" -- cgit v1.2.3