Matlab R2019b no window manager on Ubuntu 18.04
Afficher commentaires plus anciens
Hi,
Recently when I start matlab the application has no window manager i.e. no top bar, minimize/maximize buttons etc. Even the keyboard shortcuts for these actions have no effect. This behaviour started recently and I am not sure why or how to find the root cause. Does anyone have any hints?
Thanks in advance.
1 commentaire
Marcel
le 9 Jan 2025
The solution of Ulrich works, but I just want to say it is most likely due to your panel/taskbar settings. If it is set to 'auto-hide' or 'always hidden', MATLAB seems to have trouble with it.
Réponses (2)
Ulrich Knechtelsdorfer
le 3 Sep 2021
This issue occures sometimes on my setup too. Additionally MATLAB starts in "full screen" but without all the window decorations.
Following workaround works for me:
1.Close MATLAB
2.in ~/.matlab/R2020b/MATLABDesktop.xml
delete the entry
<Location External="yes" Height="1237" Type="floating" Width="1920" X="1920" Y="-37"/>
3.Start MATLAB again
Also, just deleting ~/.matlab/R2020b/MATLABDesktop.xml works but kills your MATLAB workspace configuration.
6 commentaires
Thien-Minh Nguyen
le 27 Déc 2021
This is the answer for my case.
Federico Zabaleta
le 17 Mar 2022
This works for me, but I have to do it every time I open matlab. Is there any definitive fix?
Álex RM
le 21 Mar 2022
Thanks a lot, this was driving me crazy
Karen Kopecky
le 2 Juil 2022
Thanks!!
Jared
le 16 Jan 2025
Yes, thanks, for R2023b
Matteo
le 12 Jan 2026
This also worked for me on R2024b on Linux Mint 22.1 (Cinnamon). Thanks!
Anurag Agrawal
le 31 Mar 2020
0 votes
Try these workarounds
1. Refresh the file system caches using the following commands:
>> restoredefaultpath
>> rehash toolboxcacheno
2. Kill the process. Then right-click on the icon and use Run as Administrator and see if you get anywhere. If it works, then you should not need to Run as Administrator in the future, just the once.
3. Also make sure you have installed it properly.
If this doesn't solve your issue, you can create a service request here:
4 commentaires
Joao Fayad
le 2 Avr 2020
Anurag Agrawal
le 2 Avr 2020
Yeah, looks like it's an installation issue.
Joao Fayad
le 15 Avr 2020
Modifié(e) : Joao Fayad
le 15 Avr 2020
Hugo Rezende
le 24 Mar 2021
Catégories
En savoir plus sur Startup and Shutdown dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!