Open
Bug 1662970
Opened 4 years ago
Updated 2 years ago
[flatpak] Failed to load module "canberra-gtk-module"
Categories
(Firefox Build System :: Third Party Packaging, defect, P3)
Tracking
(Not tracked)
UNCONFIRMED
People
(Reporter: er.ud, Unassigned)
References
(Blocks 2 open bugs)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:80.0) Gecko/20100101 Firefox/80.0
Steps to reproduce:
bash-5.0$ flatpak run org.mozilla.firefox
Actual results:
Gtk-Message: 16:26:45.526: Failed to load module "canberra-gtk-module"
Expected results:
add 'libcanberra-gtk-module' in build?
Comment 1•4 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: Untriaged → Widget: Gtk
Product: Firefox → Core
Blocks: flatpak
Priority: -- → P3
Comment 2•4 years ago
|
||
This is harmless message and could be silenced with:
flatpak run --env=GTK_MODULES= org.mozilla.firefox
which can be added to flatpak manifest.
Comment 3•2 years ago
|
||
I suspect bug 1767621 has the same cause as this one.
Comment 4•2 years ago
|
||
BTW, I'm seeing the same message when I start Firefox 104.0 on the command line with "firefox". I'm on Ubuntu, which is now using snap to package Firefox.
Updated•2 years ago
|
Severity: -- → S4
Component: Widget: Gtk → Third Party Packaging
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•