JetBrains 裡不為人知的祕密(5)--不同平臺安裝篇

大飛_dafei發表於2018-10-13

1) ubuntu 中安裝 phpstorm

管方下載phpstorm linux版 

    程式啟動選單建立 :

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

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

[Desktop Entry]
Name=phpstorm_fei
Comment=The phpstorm IDE xiaoFeiFei
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
Terminal=false
Type=Application
Categories=phpstorm;

儲存後應用程式中就有了 

把快捷方式新增到桌面:,  然後開啟這個檔案,圖示會自己改變

cp /usr/share/applications/phpstorm.desktop /home/fei/桌面

這種方式安裝完,直接用 ./phpstorm.sh 啟動,會提示

 Failed to load module "canberra-gtk-module"

解決方法,執行命令

sudo apt-get install libcanberra-gtk-module

 

2) TOOLBOX 

TOOLBOX 安裝phpstorm  這種方式安裝完應用程式中會自己顯示ok

其他參考:

TOOLBOX

相關文章