summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste DURAND <baptiste.durand@eurogiciel.fr>2013-06-25 19:07:35 +0200
committerBaptiste DURAND <baptiste.durand@eurogiciel.fr>2013-06-25 19:07:35 +0200
commit5c1a51a6532a9484c818d030155f402663996e21 (patch)
treeaf15b0262b31ba163f309900fbf31b53a96547e7
parent99c4780382d8f272cb566a837b8b14b337ad1206 (diff)
downloadwrt-widgets-5c1a51a6532a9484c818d030155f402663996e21.tar.gz
wrt-widgets-5c1a51a6532a9484c818d030155f402663996e21.tar.bz2
wrt-widgets-5c1a51a6532a9484c818d030155f402663996e21.zip
Fix sound issue due to smack rules
-rw-r--r--packaging/wrt_widgets.spec4
1 files changed, 4 insertions, 0 deletions
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"