# - bof - # :a # - - # # - Create applications folder - # mkdir -p ~/.local/share/applications; mkdir -p ~/.AppImages/BalenaEtcher; :b # - - # # - Create ClipGrab configuration file - # gedit ~/.local/share/applications/BalenaEtcher.desktop; :c # - - # # - Paste text in file - # [Desktop Entry] Type=Application Name=BalenaEtcher Comment=From ISO file to USB stick Exec=/home/is_derayo/.AppImages/BalenaEtcher/balenaEtcher-1.18.4-x64.AppImage Icon=/home/is_derayo/.AppImages/BalenaEtcher/BalenaEtcher2.png Terminal=false StartupWMClass=BalenaEtcher Categories=System; StartupNotify=false # - eof - #