[desktop entry]
encoding=utf-8
//系統是gbk這裡也填utf-8
name=*** //圖示的名稱
//可執行檔案
exec=sh /usr/local/src/***/target/build/bin/startup.sh //.sh可執行檔案的絕對路徑,
icon=/usr/local/share/icons/jesh.png //圖示路徑,更改這裡即可,實測這沒生效
info=「spark」
categories=gtk;network;message; //可寫可不寫
comment=「gtk+ based like qq」 //提示性資訊 ,可寫可不寫,實測沒生效
terminal=false
startupnotify=true
以上編輯為了方便,填寫有注釋,實際使用中這些注釋一律不能有,必須刪除
所以為***.sh 可執行檔案建立桌面可執行圖示***.png,
只需要先在桌面新建乙個***x.desktop檔案,然後複製上面的內容把 exec=sh /usr/local/src/***/target/build/bin/startup.sh 中的startup.sh更換成***.sh,並把 icon=/usr/local/share/icons/jesh.png 換成 icon= ***.png的檔案路徑 即可。
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...
ubuntu 下建立桌面快捷方式
1 新建檔案eclipse.desktop,命令如下 2 在新建檔案中新增如下內容並儲存 desktop entry encoding utf 8 name eclipse comment eclipse ide exec opt eclipse eclipse icon opt eclipse i...
建立桌面快捷方式
bool createdesktopshotcut cstring strname,在桌面顯示的名稱 cstring strsourcepath 檔案絕對路徑名稱 pshell release strdestdir.format s path strdestdir strdestdir strnam...