My first blog entry (MATLAB problem)
Hi there!
Today Ubuntu works well on my ThikPad T60. But it needed some extra configuration and tricks. And these tricks I want to post on my blog.
Let’s get started:
I installed MATLAB on my system without problems. Then I wanted to configure it and encountered the following problem:
MATLAB terminates unexpectedly when selecting Fonts in MATLAB Preferences
Workaround:
Remove access to the problematic fonts directory by running the following chmod commands:
chmod 000 /usr/share/fonts/truetype/ttf-bengali-fonts chmod 000 /usr/share/fonts/truetype/ttf-gujarati-fonts
Cheers, Simon
_______________________________
Original discussion can be found here