System information: Computer Summary
Ubuntu version:
philossefer@dell:~$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04 LTS
Release: 22.04
Codename: jammy
When I'm trying to launch Firefox Web Browser through terminal, following message is displayed before firefox is launched.
philossefer@dell:~$ firefox
update.go:85: cannot change mount namespace according to change mount (/var/lib/snapd/hostfs/usr/share/libreoffice/help /usr/share/libreoffice/help none bind,ro 0 0): cannot create directory "/usr/share/libreoffice/help": permission denied
Gtk-Message: 11:19:46.906: Failed to load module "canberra-gtk-module"
Gtk-Message: 11:19:46.985: Failed to load module "canberra-gtk-module"
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
Afterwards, whenever I'm trying to launch firefox, after the first launch in-between system boot, following messaged is been displayed before firefox gets launched.
philossefer@dell:~$ firefox
Gtk-Message: 11:19:46.906: Failed to load module "canberra-gtk-module"
Gtk-Message: 11:19:46.985: Failed to load module "canberra-gtk-module"
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
ATTENTION: default value of option mesa_glthread overridden by environment.
I have tried the following solution,by "copy and paste" those messages on google.
What I have tried so far, without any success
Try 1
sudo apt install libcanberra-gtk-module libcanberra-gtk3-module
Try 2
sudo apt-get install --reinstall libcanberra-gtk-module
Try 3: Remove firefox and then reinstall
Uninstall:
sudo snap remove firefox
Reinstall:
sudo apt install firefox
NOTE: I was rebooting the system after, every installation and uninstallation.
reboot
Also Updated my Ubuntu beforehand.
sudo apt update && sudo apt upgrade -y
Current Status: Still those messages are there, when I'm launching firefox using command line.
My question is, why those messages are been displayed and how to get rid of them?
SubQuestion: Is there any difference between launching firefox through icon and through using command line?
/dev/sda2: clean, 194908/6102208 files, 6378606/244059136 blocks
before the login.Installing Ubuntu through ZFS helped to resolve that issue.
While trying to resolve
/dev/sda2: clean, 194908/6102208 files, 6378606/244059136 blocks
I tried,
sudo apt-get install --reinstall xserver-xorg-video-vesa
Xorg -configure'
startx`From this link
– Phil Ossefer May 20 '22 at 13:46IS there a correlation between it? Installation booting comment and firefox comment?
– Phil Ossefer May 20 '22 at 13:48#WaylandEnable=false
. Thought the comments were some error as no comment are shown for GIMP and many other. So tried to resolve it. Thank you @sudodus for sharing your time and knowledge. Moving forward for now. – Phil Ossefer May 20 '22 at 14:35#
character makes it a comment, not active. You must remove the#
character from that line in order to make it active. So I think you run Wayland. Anyway, if Firefox works (and you have no other problem due to Wayland, you can continue without changing from Wayland to Xorg). Wayland is more modern. Good luck with your Ubuntu 22.04 LTS :-) – sudodus May 20 '22 at 15:06nohup firefox &
, the terminal window can be used for other tasks and the cruft will be written to the filenohup.out
. And if you want to open a particular web site, you can add it as parameter on the command line in a terminal window. But on the other hand, it is convenient to only click on an icon. – sudodus May 21 '22 at 05:02