Simulink welcome page doesn't open on Linux
3 views (last 30 days)
Show older comments
Michael Schwegel
on 14 Jul 2017
Commented: Michael Schwegel
on 18 Jul 2017
I just updated to Fedora 26 and I am still running matlab from the command line. When I type
simulink
the introduction window to simulink does not appear, but instead the warning
Warning: Unable to start MATLABWindow process
In sltemplate.ui.StartPage/showStartPageFallback
In sltemplate.ui.StartPage.show
In simulink (line 40)
./MATLABWindow: symbol lookup error: /lib64/libharfbuzz.so.0: undefined symbol: FT_Get_Var_Blend_Coordinates
for me. Selinux and libsepol are both installed. Similar to other findings on the web I can open simulink by opening the desktop and there directly open my simulink model. So only the welcome page is broken. Any help much appreciated!
0 Comments
Accepted Answer
Talha
on 17 Jul 2017
Hello, i think this problem is about freetype library, you can remove the MATLAB's own freetype libraries and create a symbolic link from your lib64 folder.
In your MATLAB directory,
/usr/local/MATLAB/R2017a/bin/glnxa64/
Delete libfreetype.so.6 and libfreetype.so.6.11.1 after backing up these files,
than create a symbolic link with the following commands,
ln -s /usr/lib64/libfreetype.so.6 /usr/local/MATLAB/R2017a/bin/glnxa64/libfreetype.so.6
ln -s /usr/lib64/libfreetype.so.6.13.0 /usr/local/MATLAB/R2017a/bin/glnxa64/libfreetype.so.6.13.0
More Answers (0)
See Also
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!