Jump to content

so i have an old pc with dual core 4ram, and i want to do some backup like server, adblocker, and use pihole but i can't open firefox and chrome and some other app but some system app open. i try two different ubuntu 22.10 and 22.04.2. i can open firefox in both but in the live boot testing thing. i try to open from terminal and got this Failed to load module "atk-bridge" / Failed to load module "canberra-gtk-module" in both version. i try to fix it with some command below and still does not open and same error.

sudo apt-get install libcanberra-gtk-module

 

sudo apt install libcanberra-gtk-module libcanberra-gtk3-module

 

sudo apt-get install libcanberra-gtk-module:i386

 

sudo apt-get install --reinstall libcanberra-gtk-module

 

help anyone here please and thank u.

 
Link to comment
https://linustechtips.com/topic/1490716-failed-to-load-module-atk-bridge/
Share on other sites

Link to post
Share on other sites

Sorry, I have no other ideas. Before implementing the command, you might try to purge the packages you attempted to install, or do a clean install.

The source I referred to:

https://packages.debian.org/bullseye/libatk-adaptor

https://packages.debian.org/it/bullseye/libcanberra-gtk-module

Link to post
Share on other sites

NOTE: Also remember to update your system and package list before any installation. And to restart the system after any installation.

 

Before

sudo apt-get update && sudo apt-get upgrade

After

sudo update-initramfs -u && sudo update-grub && sudo reboot

Good Luck!

Link to post
Share on other sites

Just for my curiosity, since I think the command I suggested is correct, I googled your instance: it could be a well-known wxpython bug.

 

https://github.com/DeepLabCut/DeepLabCut/issues/1012


You should check if the modules are actually loaded for example through the command:

lsmod | grep libatk*

Also check your wxpython version.

 

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×