I cannot open some certain apps (discord, ubuntu software center etc.) while using Ubuntu 20.04. Terminal said segmentation fault (core dumped)
.
$ discord
segmentation fault (core dumped)
I cannot open some certain apps (discord, ubuntu software center etc.) while using Ubuntu 20.04. Terminal said segmentation fault (core dumped)
.
$ discord
segmentation fault (core dumped)
sudo apt install gnome-software
, and it will get renamed from Ubuntu Software to Software. Can you open the newly installed Software app without getting asegmentation fault (core dumped)
error message?snap list | grep discord
? A line containingdiscord
shows that the discord snap package is installed. If so trysudo snap refresh discord
. Maybe be able to post this if it works.Gtk-Message: Failed to load module "gail"
andGtk-Message: Failed to load module "atk-bridge"
. This is not just discord, it also effects other snaps, and the bug report was posted yesterday. Do you get this error in the terminal when trying to runsnap run discord
?