I have installed FOSSAPUP-64 9.5 Frugal on a Gateway MX6445 laptop running an AMD Turion 64 processor with 1MB RAM, 120GB HDD formatted ext2 with gparted, 1280 x 1024 ATI-RS480 graphics, Broadcom B4318 WiFi adapter, ethernet, telephone modem memory card, PCMCIA, serial RS-232(C), Firewire, headphone, microphone, and four USB ports.
Using Puppy Package Manager (PPM) I 'installed' Firefox from the ubuntu-focal-main repo. It does not appear on the desktop or in the menu / internet. I searched the directories and found the installation and clicked on each and
every file and it would not run. I searched online and found all sorts of instructions, none of which worked because they use apt, apt-git, install, and other commands not available in Puppy. Searching this forum, I found instructions for putting an item on the desktop and built the following script, saving it in /root/my-applications/bin as Firefox: (I drug the file to the desktop, placing the Firefox logo there.)
[Desktop Entry]
Encoding=UTF-8
Name=Firefox
Comment=Browse Internet...
Exec=#!/opt/firefox/firefox
Icon=firefox
Type=Application
Terminal=false clicked Fixmenus and restarted graphical server
Categories=Internet This did absolutely nothing after clicking the icon.
I also tried:
[Desktop Entry]
Encoding=UTF-8
Name=Firefox
Comment=Browse Internet...
Exec=/opt/firefox/firefox
Icon=firefox
Type=Application
Terminal=false clicked Fixmenus and restarted graphical server
Categories=Internet Again, this did absolutely nothing
and
[Desktop Entry]
Encoding=UTF-8
Name=Firefox
Comment=Browse Internet...
#!/opt/firefox/
Exec=firefox
Icon=firefox
Type=Application
Terminal=false clicked Fixmenus and restarted graphical server
Categories=Internet And, Again, this did absolutely nothing
It should be pretty obvious at this point that I don't know what I am doing.
Please help this 78-year-old great-grandfather figure how to use this "Grandpa Friendly - certified." system
(https://puppylinux-woof-ce.github.io/ see puppy advantages, line 2!)