"Get More Apps" doesn't work

21 visualizaciones (últimos 30 días)
BKC1995
BKC1995 el 15 de Dic. de 2017
Comentada: Harrison Williams el 9 de Jun. de 2021
I click "Get More Apps" in the "Apps" section of MATLAB 2017b but the link does not work. I have to physically reinstall the entirety of MATLAB and select the apps I want to download then. "Install App" and "Package App" can be opened but I have to pay to download these files from the MATLAB website, even though it's free when I install the program fully as I have an academic license until 2020. I also cannot install all of the apps as it takes hours to download and uses up lots of memory.
The "Log In" button in the top right also does not work.
  5 comentarios
Pierre Ernotte
Pierre Ernotte el 5 de Oct. de 2018
It's work to me, too.
Harrison Williams
Harrison Williams el 9 de Jun. de 2021
This is an old thread, but contributing my solution in case someone else has my same conditions:
Centos 7 - Matlab 2018b and 2019b
Running command 'uifigure' told me that I was missing package libXss.so.1 which I was able to install to the system with
yum install libXScrnSaver

Iniciar sesión para comentar.

Respuesta aceptada

BKC1995
BKC1995 el 6 de Feb. de 2018
Editada: BKC1995 el 6 de Feb. de 2018
Ben Drebig has found a solution!
"In order to resolve this, Try to remove the "libglib-2.0.so" library from MATLAB so that MATLAB will your system's library instead. To do this, please execute the following commands in your linux terminal: (You may need root privileges)
---
cd /usr/local/MATLAB/R2017b
cd cefclient/sys/os/glnxa64
mkdir exclude
mv libglib-2.0.so* exclude/
---
These commands should remove the "libglib-2.0.so" library, which forces MATLAB to use your system's library."
Thank you!
  17 comentarios
Abinash Dash
Abinash Dash el 6 de Jun. de 2020
Thanks . it worked for me on R2017a (Ubuntu Mate 20.04) . I moved all libg* to exclude. It works. I didn't try the moving libglib* though. It might work.
GUILHERME CARVALHO
GUILHERME CARVALHO el 8 de Sept. de 2020
Thanks a lot! worked on my setup:
Ubuntu 18
Matlab R2018a

Iniciar sesión para comentar.

Más respuestas (1)

BKC1995
BKC1995 el 1 de Nov. de 2018
For those of you having issues with Windows OS, I do not have an answer as I don't use it! It might help to post a new issue.

Categorías

Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by