linux系統下建立桌面快捷方式可以更快地開啟應用。這裡總結了三種方法,也是之前查了些資料整理的,跟大家分享一下。順便說一下,在linux下開啟應用後,左邊那個應用欄(就是豎著的,我就把它叫做應用欄了)裡會出現相應的程式縮圖,在縮圖上右鍵出來選單,選單裡可以選擇鎖定到應用欄,以後就可以在這裡單擊應用縮圖來啟動應用。
下面正式介紹三種在桌面上建立快捷方式的方法,建立後在桌面上可以看到相應軟體的圖示,雙擊就可以執行了。
第一種:
這種方法不適用所有程式,有的程式不會在這裡建立快捷方式。
第二種:
以軟體netanim為例,桌面新建空檔名為netznim(不要雙擊開啟,要先開啟editor,用它開啟),開啟text editor,開啟剛剛建立的空檔案,新增內容:
[desktop entry]
version=0.9.4
name=netanim
comment=run netanim
icon=/usr2/ns-allinone-3.25/netanim-3.107/netanim-logo.png
exec=/usr2/ns-allinone-3.25/netanim-3.107/netanim
terminal=false
第三種:
還是以netanim為例,具體根據自己的進行修改
運用軟鏈結的方法
在命令視窗中輸入:
ln -s /usr2/ns-allinone-3.25/netanim-3.107/netanim ~/desktop
即可在桌面看到相應的快捷方式。這裡前乙個路徑是程式的源路徑,第二個是需要建立快捷方式的地方。
好啦,現在去試一試吧,祝你成功喲~
linux建立桌面快捷方式
desktop entry encoding utf 8 comment pycharm exec opt pycharm pycharm 2018.1.2 bin pycharm.sh icon opt pycharm pycharm 2018.1.2 bin pycharm.png termin...
建立桌面快捷方式
bool createdesktopshotcut cstring strname,在桌面顯示的名稱 cstring strsourcepath 檔案絕對路徑名稱 pshell release strdestdir.format s path strdestdir strdestdir strnam...
linux下建立桌面快捷方式
desktop entry encoding utf 8 系統是gbk這裡也填utf 8 name 圖示的名稱 可執行檔案 exec sh usr local src target build bin startup.sh sh可執行檔案的絕對路徑,icon usr local share icon...