"Get More Apps" doesn't work

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

Ben Drebing
Ben Drebing el 18 de Dic. de 2017
Can you describe what you mean when you say the "Get More Apps" button doesn't work? When you click on the "Get More Apps" button, what happens? When you click "Log In" does the login window appear? Or does nothing show up?
BKC1995
BKC1995 el 19 de Dic. de 2017
No windows appear for either. It highlights so it should work but then nothing does. It's like a button with no link.
Taylor Welker
Taylor Welker el 24 de En. de 2018
I have the same issue. Any word yet on what is wrong, or do I have to reinstall everything?
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

10 votos

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

Salvatore Giugliano
Salvatore Giugliano el 15 de Abr. de 2018
Thank you!
Leon Kellner
Leon Kellner el 8 de Jun. de 2018
Hi,
i seem to have the exact same problem, but on a windows OS with 2018a (win 7). Is there an equivalent solution or file I can delete?
Any help would be appreciated.
Alberto Jardon Huete
Alberto Jardon Huete el 4 de Sept. de 2018
It's work to me, too.
Philip Zimmermann
Philip Zimmermann el 1 de Nov. de 2018
Thanks, exactly what i was looking for
Muhammad Bilal
Muhammad Bilal el 15 de Nov. de 2018
"libglib-2.0.so". For me it is already there in the exclude folder , but the problem persists.
Khang Nguyen
Khang Nguyen el 19 de Nov. de 2018
thanks, it works for me.
Victoria Rodriguez
Victoria Rodriguez el 8 de Dic. de 2018
Still not working for me, did everything exactly as described. Is there some other step that I have to do that isn't described? I'm running Manjaro Linux
Justine Thomas
Justine Thomas el 20 de En. de 2019
I am on Manjaro Linux and I had to move a few more libraries in addition to libglib to make "Get More Apps" to work. You can see the list below.
mv libglib-2.0.so* exclude/
mv libgthread-2.0.so* exclude/
mv libgmodule-2.0.so* exclude/
mv libgio-2.0.so* exclude/
EPhraim Raj
EPhraim Raj el 2 de Feb. de 2019
I'm on Ubuntu 18.10 (Matlab 2018b).
I tried the above and also removed the other .so files.
But the Get More Apps still doesn't work.
Is there anything else I could try?
Stone Preston
Stone Preston el 18 de Feb. de 2019
Editada: Stone Preston el 18 de Feb. de 2019
Justine Thomas's suggestions fixed mine. Running Arch 4.19.19-1-lts. MATLAB 2018b
ABHISHEK KUMAR
ABHISHEK KUMAR el 19 de Mzo. de 2019
thanks a ton..faced same problem on mint cinnamon. got fixed
Arman Singhal
Arman Singhal el 6 de Jul. de 2019
It did not work for me Ubuntu 19.04 (Matlab 2017a).
Please suggest some other way.
Shivam Goyal
Shivam Goyal el 30 de Jul. de 2019
just removing glib didn't help. So, I removed every gtk/gdk/graphic library and it worked for me.
( Using Arch linux 5.2.3 and Matlab r2019a)
sudo mv libg* exclude/
Paulo Oliveira
Paulo Oliveira el 24 de Ag. de 2019
Thank you very much!! iT's works for me on my MANJARO!!!!!
Haripraveen Subramanian
Haripraveen Subramanian el 17 de Abr. de 2020
Thanks it also worked for me
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

0 votos

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 Centro de ayuda y File Exchange.

Preguntada:

el 15 de Dic. de 2017

Comentada:

el 9 de Jun. de 2021

Community Treasure Hunt

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

Start Hunting!

Translated by