ubuntu22.04建立idea快捷方式

JustinBeebor發表於2024-04-07

1,cd /usr/share/applications

2,touch idea.desktop

3,sudo vim idea.desktop

4,在idea.desktop加入以下內容:注意替換自己的idea.sh路徑

[Desktop Entry]
Name=IntelliJ IDEA
Comment=IntelliJ IDEA
Exec=/usr/local/idea-IU-241.14494.240/bin/idea.sh
Icon=/usr/local/idea-IU-241.14494.240/bin/idea.png
Terminal=false
Type=Application
Categories=Developer;

5,退出儲存,然後在應用列表檢視,並加入收藏即可設定快捷方式。

相關文章