Guest User

Untitled

a guest
Jan 12th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. /usr/local/MATLAB/R2017a/bin/matlab
  2.  
  3. sudo ln /usr/share/app-install/desktop/matlab-support:matlab.desktop /usr/share/applications/matlab.desktop
  4.  
  5. [Desktop Entry]
  6. X-AppInstall-Package=matlab-support
  7. X-AppInstall-Popcon=4
  8. X-AppInstall-Section=multiverse
  9.  
  10. Version=1.0
  11. Type=Application
  12. Terminal=false
  13. Exec=/usr/local/MATLAB/R2017a/bin/matlab -desktop
  14. Name=MATLAB
  15. Icon=/usr/share/app-install/icons/_usr_share_icons_hicolor_48x48_apps_matlab.png
  16. Categories=Development;Math;Science
  17. Comment=Scientific computing environment
  18. StartupNotify=true
  19. StartupWMClass=com-mathworks-util-PostVMInit
  20.  
  21. X-Ubuntu-Gettext-Domain=app-install-data
  22.  
  23. ln: failed to create hard link '/usr/share/applications/matlab.desktop': File exists
Add Comment
Please, Sign In to add comment