1. 程式人生 > >JetBrains 裡不為人知的祕密(5)

JetBrains 裡不為人知的祕密(5)

1) ubuntu 中安裝 phpstorm

    程式啟動選單建立 :

 開啟 /usr/share/applicateions 這個資料夾,裡面有好多 *.desktop ,[比如: Firefox.desktop  vim.desktop],

隨便複製一個 *.desktop ;我這裡複製了 yelp.desktop [ cp yelp.desktop as.desktop] ,打開復制的檔案 as.desktop,修改 name Exec Icon 這個三個值

[Desktop Entry]
Name=phpstorm
Comment=Get help with GNOME
Keywords=documentation;information;manual;help;
OnlyShowIn=GNOME;Unity;
Exec=/home/fei/下載/PhpStorm-2018.2.5/PhpStorm-182.4892.16/bin/phpstorm.sh
Icon=/home/fei/下載/PhpStorm-2018.2.5/PhpStorm-182.4892.16/bin/phpstorm.png
StartupNotify=true
Terminal=false
Type=Application
Categories=GNOME;GTK;Core;Documentation;Utility;
X-GNOME-Bugzilla-Bugzilla=GNOME
X-GNOME-Bugzilla-Product=Yelp
X-GNOME-Bugzilla-Component=general
X-GNOME-Bugzilla-Version=3.26.0
MimeType=x-scheme-handler/ghelp;x-scheme-handler/help;x-scheme-handler/info;x-scheme-handler/man;
X-Ubuntu-Gettext-Domain=yelp


儲存後應用程式中就有了 

2) TOOLBOX