Page 1 of 1

[SOLVED] Mageia 5 64bit no sound in Chrome

PostPosted: Oct 8th, '15, 01:46
by banjo
I just installed Mageia 5 64 bit and the sound works fine in Firefox and Chromium, but not in Chrome.

I hope this isn't a dual post, but I did search and did not find a solution. There are lots of old hits, but I did not see anything directly related to this situation.

I was wondering if the fact that google-chrome is a 32 bit app has something to do with it. When I run it from the CLI I get errors

Code: Select all
$ google-chrome
Gtk-Message: Failed to load module "canberra-gtk-module"
[6248:6248:1007/192338:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "oxygen-gtk",
[6248:6248:1007/192338:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "oxygen-gtk",
Created new window in existing browser session.


Do I need to install libcanberra-gtk0 or libcanberra-gtk3_0 i586? Can I even do that? lib64canberra-gtk0 and lib64canberra-gtk3_0 x86_64 are already installed.

Anybody know if/how I can install a 64 bit google-chrome?

I would like to get this to work because now I have a Firefox that will not play the Flash, and a Chrome that will not play the sound.

Thanks
Banjo
(_)=='=~

Re: Mageia 5 64bit no sound in Chrome

PostPosted: Oct 8th, '15, 10:29
by doktor5000
banjo wrote:I was wondering if the fact that google-chrome is a 32 bit app has something to do with it.
[...]
Anybody know if/how I can install a 64 bit google-chrome?

chrome is available for both architectures, which did you install?
Did you follow the MAQeia? viewtopic.php?f=36&t=3101

Code: Select all
[doktor5000@Mageia5]─[10:26:07]─[~] rpm -qa --qf "%{N}-%{V}-%{ARCH}\n"|grep google-chrome
google-chrome-stable-45.0.2454.101-x86_64

doktor5000@Mageia5]─[10:27:23]─[~] urpmq --list-media active --list-url|grep chrome
google-chrome http://dl.google.com/linux/chrome/rpm/stable/x86_64


banjo wrote:When I run it from the CLI I get errors
Code: Select all
$ google-chrome
Gtk-Message: Failed to load module "canberra-gtk-module"
[6248:6248:1007/192338:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "oxygen-gtk",
[6248:6248:1007/192338:ERROR:browser_main_loop.cc(217)] GTK theme error: Unable to locate theme engine in module_path: "oxygen-gtk",
Created new window in existing browser session.


Do I need to install libcanberra-gtk0 or libcanberra-gtk3_0 i586? Can I even do that? lib64canberra-gtk0 and lib64canberra-gtk3_0 x86_64 are already installed.

Those are not errors and they are pretty much irrelevant.

Could you please post a link to a video which has no sound in chrome? And please also show what flash plugin you have in chrome under
Code: Select all
chrome://plugins/

Re: Mageia 5 64bit no sound in Chrome

PostPosted: Oct 9th, '15, 03:59
by banjo
Here is a link to a video that has sound in Firefox and no sound in Chrome

http://classic-banjo.ning.com/video/ken ... anjo-style

I was not aware of the thread on how to add the Google apps, so I just added http://dl.google.com/linux/chrome/rpm/stable/i386 since that is what I found on the web. I will try the other.

The only Flash client I see in plugins is

Code: Select all

Adobe Flash Player - Version: 19.0.0.185
Shockwave Flash 19.0 r0
Name:   Shockwave Flash
Description:   Shockwave Flash 19.0 r0
Version:   19.0.0.185
Location:   /opt/google/chrome/PepperFlash/libpepflashplayer.so
Type:   PPAPI (out-of-process)
    Disable
MIME types:   
MIME type   Description   File extensions
application/x-shockwave-flash   Shockwave Flash   
.swf
application/futuresplash   FutureSplash Player   
.spl


Banjo

Re: Mageia 5 64bit no sound in Chrome

PostPosted: Oct 9th, '15, 04:13
by banjo
OK. that fixed it.

I ran the MCC and deleted the google-chrome repository that I had put there. The URL for that one was

Code: Select all
http://dl.google.com/linux/chrome/rpm/stable/i386


I ran the command from the other thread.

Code: Select all
urpmi.addmedia --update google-chrome http://dl.google.com/linux/chrome/rpm/stable/$(uname -m | sed -e "s/i.86/i386/")


That put google-chrome back into the list with the URL

Code: Select all
http://dl.google.com/linux/chrome/rpm/stable/x86_64


I uninstalled Chrome (the 32 bit version) and then installed the 64 bit version and it all works.

The sound now works in Chrome.

Thanks for the help. Great distro.

Banjo
(_)=='=~

Re: [SOLVED] Mageia 5 64bit no sound in Chrome

PostPosted: Oct 9th, '15, 11:58
by isadora
Please banjo, don't forget to mark the topic [SOLVED].
You can do so, by editing the subject/title in the first message in this topic.
Write [SOLVED] to the left of subject/title, thanks ahead. ;)