-
-
Save m1ka05/61a06adddff93bf9b0065b890581d1f6 to your computer and use it in GitHub Desktop.
Matlab launcher on Gnome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.PHONY: all | |
all: | |
mv matlab.png /usr/share/icons/hicolor/256x256/apps/ | |
mv matlab.desktop /usr/share/applications/ | |
update-desktop-database /usr/share/applications |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[Desktop Entry] | |
Categories=Development;Math;Science;Education; | |
Comment=Matlab Programming Language | |
TryExec=matlab | |
Exec=/usr/local/bin/matlab -desktop | |
Hidden=false | |
Icon=/usr/share/icons/hicolor/256x256/apps/matlab.png | |
Name=Matlab | |
Terminal=false | |
Type=Application | |
Version=1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment