This topic created in 4891 days ago, the information mentioned may be changed or developed.
我在Ubuntu里面安装了SublimeText,每次运行都要到文件夹中点击程序运行,比较麻烦。
请问有没有办法可以在桌面上建立一个快捷方式,用来直接运行这个程序?
或者说有没有办法把程序附加到左边的Launcher Bar里面?
并且最好是快捷方式或者Launcher Bar中能够显示程序的图标。
6 replies • 1970-01-01 08:00:00 +08:00
 |
|
1
YQtaku Dec 26, 2012
我的做法:复制`/usr/share/applications/gedit.desktop`,修改内容,重名为`sublime_text.desktop`。就可以在程序菜单看到sublime了。
|
 |
|
3
toothpaste Dec 26, 2012
[Desktop Entry] Type=Application Name=SublimeText Terminal=false Exec=/path/to/SublimeText Icon=/path/to/SublimeTextIcon
保存为 SublimeText.desktop 放在你想放的地方,双击即可启动
|
 |
|
4
jerichowon Dec 27, 2012
感谢以上三位,@gongweixin的方法实现了我需要的功能。THX。
|
 |
|
5
loading Dec 27, 2012
这个问题估计会吓坏那些打算用一下Linux的人吧,哈
|
 |
|
6
humhook Jan 2, 2013
鼠标右键 直接创建快捷方式
|