Hi,
I just installed a software abaqus suse 12.1; the installation was successful. However, I see some garbage fonts appear on the GUI instead of regular fonts (Image - TinyPic - Free Image Hosting, Photo Sharing & Video Hosting). I have the same problem with other softwares like matlab and tecplot. Could some one point out the solution please.
It has happened to me too when using Matlab. I think it’s because Matlab uses the Helvetica font which is not included in openSUSE right now. So you can either find the font and install it, or change the used font.
To do that in Matlab, you should do the following:
a) In Matlab, go to ‘File’ -> ‘Preferences’ -> ‘Fonts’ (and ‘Custom’ subtab) and make change the fonts to something else.
b) In your Matlab installation path (eg ‘/usr/local/MATLAB/R2011b/’) go to ‘toolbox/local’ folder. Then, create a file named ‘startup.m’. This file is executed every time you launch Matlab. There, I have added the following lines