# - bof - #



# -  - #
# - Documentation - #
https://github.com/srevinsaju/Brave-AppImage



:a
# -  - #
# - Create applications folder - #
mkdir -p ~/.local/share/applications;
mkdir -p ~/.AppImages/LibreOffice;



:b
# -  - #
# - Create Firefox configuration file - #
gedit ~/.local/share/applications/LibreOffice.desktop;



:c
# -  - #
# - Paste text in file - #

[Desktop Entry]
Type=Application
Name=LibreOffice
Comment=Libre Office
Exec=/home/$USER/.AppImages/LibreOffice/LibreOffice-fresh.full.help-x86_64.AppImage
Icon=/home/$USER/.AppImages/LibreOffice/LibreOffice.png
Terminal=false
StartupNotify=false
Categories=Office;



:d
# -  - #
# - Logout & login - #





# - eof - #
