# - bof - #



# -  - #
# - Documentation - #
https://github.com/srevinsaju/Firefox-Appimage?tab=readme-ov-file



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



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



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

[Desktop Entry]
Type=Application
Name=Firefox
Comment=Internet browser
Exec=/home/is_derayo/.AppImages/Firefox/firefox-nightly-134.0.r20241105092845-x86_64.AppImage
Icon=/home/is_derayo/.AppImages/Firefox/Firefox.png
Terminal=false
StartupWMClass=Firefox
StartupNotify=false
Categories=Network;




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





# - eof - #
