Can't launch addons browser in linux

2 views (last 30 days)
motni
motni on 24 Sep 2017
Answered: Mark Lin on 29 Apr 2018
Hello,
When I click the "addons browser" or "get addons" to be more specific it does not launch and does not give any errors.
When I run the troubleshooting command:
>> cd(matlabroot)
>> cd bin/glnxa64
>> !./MATLABWindow -url=http://mathworks.com --disable-gpu
I get:
./MATLABWindow: symbol lookup error: /lib64/libpango-1.0.so.0: undefined symbol: g_log_structured
I'm running Fedora 26 and R2017a student.
Would it have something to with old glib?
glib version installed:
Installed Packages
glib.x86_64 1:1.2.10-48.fc26 @fedora
And pango installed version is:
Installed Packages
pango.i686 1.40.12-1.fc26 @updates

Accepted Answer

motni
motni on 8 Oct 2017
Sorry of being bit passive on this but I have limited internet access at the moment.
I got it going by downgrading pango.
Installed Packages
pango.x86_64 1.40.6-1.fc26 @fedora
1.40.6 Version that ships with fedora seems to be working just fine.

More Answers (3)

Niraj Gadakari
Niraj Gadakari on 27 Sep 2017
I believe this is a bug within Linux. Here is the link for Bug Report. The issue could be due to older glib.
  1 Comment
Dylan Wylie
Dylan Wylie on 13 Nov 2017
Please provide a method of using more recent glib version, instead of the outdated version that ships with matlab.

Sign in to comment.


ignacio
ignacio on 7 Oct 2017
So @Niraj, let's assume you're correct; which is the correct version we need?
Thanks

Mark Lin
Mark Lin on 29 Apr 2018
Please see this link:
https://www.mathworks.com/matlabcentral/answers/364551-why-is-matlab-unable-to-run-the-matlabwindow-application-on-linux
Specifically at 2). It should help

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!