Skip to content

Sound not working in web browsers #10

@ShouryaVeerDua

Description

@ShouryaVeerDua

Hey Alexandre,

While I was running web browser as a pod application in the release 3.0, I could not hear any sound. I have checked all my configuration and setting but still failing to find a problem.
Please find below the json file for chrome app:

{
"acl": { "permit": [ "all" ] },
"cat": "office",
"debpackage": " curl gnupg krb5-user fonts-noto fonts-roboto xfonts-100dpi fonts-ubuntu fonts-freefont-ttf dbus-x11 $
"preruncommands": [
"RUN apt update && apt install -y curl && apt install -y gnupg",
"RUN curl -Ls https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add -",
"RUN echo "deb [arch=$(dpkg --print-architecture)] http://dl.google.com/linux/chrome/deb/ stable main" | tee /$
"RUN apt-get update && apt-get install --no-install-recommends -y google-chrome-stable && apt-get clean && rm -$
"icon": "circle_google-chrome.svg",
"keyword": "web,browser,internet",
"launch": "google-chrome.Google-chrome",
"name": "chrome",
"rules": { "homedir": { "default": true } },
"displayname": "Chrome",
"containerengine": "pod_application",
"executeclassname": "bronze",
"showinview": "dock",
"installrecommends" : true,
"path": "/usr/bin/google-chrome-stable",
"args": "--disable-dev-shm-usage --no-sandbox --test-type " ,
"template": "abcdesktopio/oc.template.ubuntu.22.04",
"mimetype": "text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;video/$
"legacyfileextensions": "html;xml",
"fileextensions": "html;xml;gif",
"desktopfile":"/usr/share/applications/google-chrome.desktop",
"abcdesktop_release": 3
}

Similar is the issue in other browsers as well . I installed firefox and edge from the applist.json
PulseAudio container is running fine in the user pod. Logs of user container and pyos are also fine.
Apart from sound everything inside chrome is working fine .
Kindly let me know if there is anything to be taken care of apart from this.

Thank You
Shourya

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions