Simulink welcome page doesn't open on Linux
조회 수: 3 (최근 30일)
이전 댓글 표시
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
채택된 답변
Talha
2017년 7월 17일
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
추가 답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기
제품
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!