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 件のコメント

Ben Drebing
Ben Drebing 2017 年 12 月 18 日
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 2017 年 12 月 19 日
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 2018 年 1 月 24 日
I have the same issue. Any word yet on what is wrong, or do I have to reinstall everything?
Pierre Ernotte
Pierre Ernotte 2018 年 10 月 5 日
It's work to me, too.
Harrison Williams
Harrison Williams 2021 年 6 月 9 日
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

サインインしてコメントする。

 採用された回答

BKC1995
BKC1995 2018 年 2 月 6 日
編集済み: BKC1995 2018 年 2 月 6 日

10 投票

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 件のコメント

Salvatore Giugliano
Salvatore Giugliano 2018 年 4 月 15 日
Thank you!
Leon Kellner
Leon Kellner 2018 年 6 月 8 日
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 2018 年 9 月 4 日
It's work to me, too.
Philip Zimmermann
Philip Zimmermann 2018 年 11 月 1 日
Thanks, exactly what i was looking for
Muhammad Bilal
Muhammad Bilal 2018 年 11 月 15 日
"libglib-2.0.so". For me it is already there in the exclude folder , but the problem persists.
Khang Nguyen
Khang Nguyen 2018 年 11 月 19 日
thanks, it works for me.
Victoria Rodriguez
Victoria Rodriguez 2018 年 12 月 8 日
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 2019 年 1 月 20 日
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 2019 年 2 月 2 日
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 2019 年 2 月 18 日
編集済み: Stone Preston 2019 年 2 月 18 日
Justine Thomas's suggestions fixed mine. Running Arch 4.19.19-1-lts. MATLAB 2018b
ABHISHEK KUMAR
ABHISHEK KUMAR 2019 年 3 月 19 日
thanks a ton..faced same problem on mint cinnamon. got fixed
Arman Singhal
Arman Singhal 2019 年 7 月 6 日
It did not work for me Ubuntu 19.04 (Matlab 2017a).
Please suggest some other way.
Shivam Goyal
Shivam Goyal 2019 年 7 月 30 日
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 2019 年 8 月 24 日
Thank you very much!! iT's works for me on my MANJARO!!!!!
Haripraveen Subramanian
Haripraveen Subramanian 2020 年 4 月 17 日
Thanks it also worked for me
Abinash Dash
Abinash Dash 2020 年 6 月 6 日
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 2020 年 9 月 8 日
Thanks a lot! worked on my setup:
Ubuntu 18
Matlab R2018a

サインインしてコメントする。

その他の回答 (1 件)

BKC1995
BKC1995 2018 年 11 月 1 日

0 投票

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.

カテゴリ

ヘルプ センター および File ExchangeIntroduction to Installation and Licensing についてさらに検索

質問済み:

2017 年 12 月 15 日

コメント済み:

2021 年 6 月 9 日

Community Treasure Hunt

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

Start Hunting!

Translated by