You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: