How to customize a link at your desktop in LINUX

                        How to customize a link at your desktop in LINUX!

 

1. Find out where is the bash file for launching the program, usually in $INSTALL_DIR/bin/prog

 if you have one, use it directly; if not, write one yourself as below(taking matlab as an example)

 

--------------------------matlab.sh----------------------
#!/bin/bash
cd /usr/local/matlab7/bin # this is where the executable file is
sudo ./matlab
----------------------------------------
change the mod to be executable
#chmod +x matlab.sh

2. Setup a desktop link, with the extension .desktop
#gedit /usr/share/applications/MATLAB.desktop
--------------------MATLAB.desktop---------------------
[Desktop Entry]
Name=LinuxMatlab

Comment=MATLAB For linux

Exec=/usr/local/matlab7/bin/matlab #or your matlab.sh here

Icon=/usr/local/matlab7/src/matlab.png # if you dont have one, try anything you like

Terminal=true #this is necessary for matlab

Type=Application

Categories=Application; 
----------------------------------------------
3. Double click it to launch!

 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值