본문 바로가기
OS/linux

🥰 centos Desktop shortcut 생성

by Knowledge Store In Hyunsoft 2022. 2. 26.

 

 

아래 샘플 내용을 적절하게 수정해서 작성

cd ~/.local/share/applications/
vi app-name.desktop

 

[Desktop Entry]
Version=1.0
Type=Application
Name=Gogland
Icon=/opt/Gogland/bin/gogland.png
Exec="/opt/Gogland/bin/gogland.sh" %f
Comment=The Golang IDE
Categories=Development;IDE;
Terminal=false
StartupWMClass=jetbrains-gogland

 

 

728x90

댓글