Desktop icon 생성하기 (Ubuntu)

00_8_3·2022년 6월 20일
0

Desktop Icon 생성(Ubuntu 18.04)

example.desktop

[Desktop Entry]
Version=1.0
Name=Google Chrome
GenericName=Web Browser
Comment=Access the Internet.
Exec=/usr/bin/google-chrome-stable http://localhost:3000 // 생성된 아이콘 더블 클릭시 실행 할 명령어
Terminal=false
Icon=google-chrome
Type=Application
Categories=Network;WebBrowser;
Actions=new-window;new-private-window;
Name=[en_US]=Name

출처

https://stackoverflow.com/questions/56873484/run-node-from-desktop-file

0개의 댓글