Created
October 20, 2010 11:50
-
-
Save shelling/636273 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/ | |
echo alias matlab=\'matlab -nodisplay\' >> /etc/bash.bashrc | |
update-menus |
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