필터 지우기
필터 지우기

"The Live Editor is unable to run in the current system configuration" error message when starting Live Editor on Ubuntu 17.04+

조회 수: 41 (최근 30일)
When I open Live Editor in MATLAB on my Ubuntu 17.04 system, a message pops up saying "The Live Editor is unable to run in the current system configuration", and I am unable to use the Live Editor. Why is this happening? How can I fix it?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2019년 1월 29일
This is a bug in MATLAB R2017b (and later) that affects Ubuntu 17.04 (and later). Since the release of Ubuntu 17.04, the libgconf-2.so.4 library does not get installed unless it was already on the system prior to an upgrade. However, this library is needed by the Live Editor in order to run.
As a workaround, run the following command in the terminal to install the missing library:
sudo apt-get install libgconf2-4
  댓글 수: 2
Mika Mäki
Mika Mäki 2019년 5월 8일
This answer worked on Kubuntu 19.04 with MATLAB R2019a, although the package name is a bit different:
sudo apt install libgconf-2-4
However, the typing latency problem described here still hasn't been fixed, and it makes the live editor nearly unusable.

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Environment and Settings에 대해 자세히 알아보기

제품


릴리스

R2018a

Community Treasure Hunt

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

Start Hunting!

Translated by