How to open a .m file by a double-click, on Ubuntu 12.04
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
We tried some things, but it didn't work... (because by default it doesn't work as it used to work with Windows)
1 Kommentar
Daniel Shub
am 25 Jan. 2013
Ubuntu 12.04 doesn't provide enough information. What DE are you using (Unity, KDE, Gnome, etc.). What program do you want the m-file to open in (MATLAB, emacs, vi, etc).
Antworten (2)
Mark
am 28 Okt. 2017
For Ubuntu 16.04 this is different so.
What worked for me is appending %F to the end of Exec=some/path which is in my matlab.desktop file.
Locate the matlab.desktop file its either in
~/.local/share/applications
or
~/usr/share/applications
I found the solution here Also if you don't have a matlab.desktop file then you may want to create one link to some relevant help to create launcher icon
2 Kommentare
Farid Tavakkolmoghaddam
am 18 Feb. 2020
Thank you! I tested this method works on Ubuntu 18.04 and it worked for me.
Kosha
am 21 Jul. 2020
Could you please explain what exactly you did? I can't make it work. Could you maybe copy the content of your .desktop file?
Grzegorz Knor
am 25 Jan. 2013
Bearbeitet: Grzegorz Knor
am 25 Jan. 2013
This might help:
0 Kommentare
Siehe auch
Kategorien
Mehr zu Search Path finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!