CARA BUAT LAUNCHER APLIKASI DEKSTOP UBUNTU 20
Pada kesempatan ini aku mau bagiin tips untuk yang OS nya pake Ubuntu 20xx. Sudah pernah buat Launcher/Shortcut di Dekstop ? Kalau belum pas banget nih aku mau nge share sedikit.
Yuk Disimak !
1. Pertama buat file dengan extention .dekstop sebagai contoh Game.dekstop (menggunakan teks editor)
2. Copy script dibawah ini ke Game.dekstop
[Desktop Entry]
Encoding=UTF-8
Name=GAME TEST
Comment=The Smarter Way to Code
Exec=/bin/sh "/home/test/Documents/Game/game.sh"
Icon=/home/test/Documents/Game/icon.png
Categories=Application;Development;Java;IDE
Version=1.0
Type=Application
Terminal=0
3. Copy file tersebut ke dekstop
4. di Dekstop file Game.dekstop klik kanan pilih allow launching
5. selesai
0 komentar