Add-ons, Logging in etc Do Not Work - Linux installation

조회 수: 19 (최근 30일)
George Barnett
George Barnett 2018년 2월 15일
답변: Jay Vaidya 2020년 9월 4일
I have intalled the latest version of matlab onto a Ubuntu machine. I also installed the support package available on the software library. Matlab works perfectly except certain function do not react at all. This includes using any add-on links, the add-on manager, trying to log in, or even use the request support etc buttons. They are clickable, but nothing happens.
Any help woudl be appreciated
  댓글 수: 4
Simone Perriello
Simone Perriello 2018년 12월 5일
For archlinux, you have to install libsepol and libselinux from AUR.
N/A
N/A 2019년 6월 6일
편집: N/A 2019년 6월 6일
@Simone Perriello's answer works and you may also need to install libxss from Arch core repositories. This missing dependency was found from Answer by Joakim Lindblad on 27 Feb 2018

댓글을 달려면 로그인하십시오.

답변 (5개)

Joakim Lindblad
Joakim Lindblad 2018년 2월 27일
To get "Manage Add-Ons" to work: Run from matlab prompt:
>> cd(matlabroot)
>> cd bin/glnxa64
>> !./MATLABWindow -url=http://mathworks.com --disable-gpu
If it tells you 'libselinux.so.1' is missing, then try to install it (I don't know where to find it on Ubuntu; on Gentoo I run 'emerge libselinux')
  댓글 수: 6
Joakim Lindblad
Joakim Lindblad 2019년 10월 30일
Ok, a year and so later, I'm back at the same problem. This time I got as output from:
!./MATLABWindow -url=http://mathworks.com --disable-gpu
./MATLABWindow: symbol lookup error: /usr/lib64/libatk-1.0.so.0: undefined symbol: g_log_structured_standard
This was solved by
Then the Add-ons window worked, however, no typing! Gah!
Copy pasting stuff into the dialog boxes was enough for me...
Some internet sources say it works if you're root, but then my licence manager complained.
Luither Clark
Luither Clark 2020년 4월 24일
Another library that needs to be present is libXss.so.1, which is installed by the libXScrnSaver package on RHEL 8.

댓글을 달려면 로그인하십시오.


Rogier Delporte
Rogier Delporte 2019년 3월 13일
I'm having a similar issue: I can open the addon explorer and the sign in, but whenever I go to click on a textbox, I cannot fill out the field.
I've tried setting aside the libraries mentioned in https://nl.mathworks.com/matlabcentral/answers/364551-why-is-matlab-unable-to-run-the-matlabwindow-application-on-linux, but that did not help at all.
I'm running Ubuntu 18.10, kernel 4.18.0-16-generic, MATLAB version 9.5.0.944444 (R2018b).
  댓글 수: 1
yannick
yannick 2019년 3월 19일
I had the same issue, no textbox was working. Having started MATLAB with root privilege (sudo matlab) it works fine.
Hope that helps.

댓글을 달려면 로그인하십시오.


Kirk Walla
Kirk Walla 2019년 7월 22일
I've encountered the same issue where the install update and sign in buttons were unresponsinve. I am on arch linux and after installing libselinux thinks started to work but now I have the following strange behaviour where whenever I press the button install updates it oscilates between R2018 update 2 and R2018 update 4 and it never goes beyond that in updating for instance to R2019a. I don't know is this the default behaviour or if something is not working completely.
If anyone has any ideas plz let me know. Thanks!

Kirk Walla
Kirk Walla 2019년 7월 22일
I had the same issue on arch linux and after installing libselinux things started to work but now if I press the install update button it oscilates between R2018 update 2 and R2018 update 4 without going beyond that, for instance in updating to R2019a. Is that normal behaviour? Thanks!

Jay Vaidya
Jay Vaidya 2020년 9월 4일
Please try to run the following in the MATLAB Command Window:
>> opengl software
And then try opening the Add on explorer again. It worked for me.
If that works, you can save the preference so that MATLAB always opens with Software OpenGL by running:
>> opengl('save','software')

카테고리

Help CenterFile Exchange에서 Introduction to Installation and Licensing에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by