Some Ubuntu versions give this error message when starting up MATLAB:
MATLAB is selecting SOFTWARE OPENGL rendering.
Gtk-Message: 11:36:15.967 : Failed to load module "canberra-gtk-module".
This is due to an incompatibility between the system's version of the libstdc++.so.6 library ad the version that comes packaged with MATLAB.
A tested fix (Ubuntu 22.04.3 LTS, Matlab 2023b) is to rename the MATLAB one to .old so the system command is forced to use the external program compatible version in /usr/local/lib. Follow this thread.
Run the following commands in the Terminal:
Some Ubuntu versions give this error message when starting up MATLAB:
This is due to an incompatibility between the system's version of the libstdc++.so.6 library ad the version that comes packaged with MATLAB.
A tested fix (Ubuntu 22.04.3 LTS, Matlab 2023b) is to rename the MATLAB one to
.old
so thesystem
command is forced to use the external program compatible version in/usr/local/lib
. Follow this thread. Run the following commands in the Terminal: