# - 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/$USER/.AppImages/BalenaEtcher/balenaEtcher-1.5.109-x64.AppImage
Icon=/home/$USER/.AppImages/BalenaEtcher/BalenaEtcher2.png
Terminal=false
StartupWMClass=BalenaEtcher
Categories=System;
StartupNotify=false



# - eof - #