Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: Sound doesn't work #22

Merged
merged 1 commit into from
Feb 14, 2014
Merged

FIX: Sound doesn't work #22

merged 1 commit into from
Feb 14, 2014

Conversation

peter1000
Copy link
Contributor

FIX: Sound doesn't work in firefox #2

e.g.: http://www.w3schools.com/html/movie.ogg
P

FIX:  Sound doesn't work in firefox #2

P
@timthelion timthelion merged commit 6d0c520 into subuser-security:master Feb 14, 2014
@timthelion
Copy link
Contributor

Wow, thanks! Never thought the problem could be so simple. :)

Tim

@peter1000
Copy link
Contributor Author

I just came across docker 1 week ago. never used similar containers before.

anyway what I did was to run your generated docker command manually something like:
sudo docker run -i -t -rm --networking=true -v=/home/workerm/subuser/homes/firefox:/home/workerm:rw -v=/home/workerm/subuser/logic/dockerside-scripts:/launch:ro -v=/home/workerm/Downloads:/userdirs/Downloads:rw -e DISPLAY=unix:0.0 -v=/tmp/.X11-unix:/tmp/.X11-unix:rw -v=/dev/snd:/dev/snd:rw -lxc-conf='lxc.cgroup.devices.allow = c 116:* rwm' subuser-firefox /launch/setupUserAndRun workerm /usr/bin/firefox

and sound did work.

than I compared the container generated json files and found the problem in

hostconfig.json and config.lxc

P

BTW you might want to add a Changelog file to the git repo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants