I've uploaded 'FrugalPup-i386.AppImage', 'FrugalPup-x86_64.AppImage', and 'frugalpup-links.gz' to https://www.mediafire.com/folder/rdyc5l ... /frugalpup.
'FrugalPup-i386.AppImage' and 'FrugalPup-x86_64.AppImage':
I've been having a look at appimage files, and how to make them, so I decided to have a go by making one for FrugalPup, using 'appimagetool-i686.AppImage'.
The 2 ".AppImage" files are the result, yes, one 32bit and one 64bit.
Even though FrugalPup is itself arch independent, a ".AppImage" file is supposed to be a self extracting archive, so apparently there is some binary code in there. If you do a 'file' of them it says it's binary.
So how do you use them?
If you download the appropriate one for your Puppy, just click on it and it should run "FrugalPup v33i".
But usually FrugalPup comes with StickPup, f2StickPup, and DiskPup, (and bootentry) as well. Well these are all in there.
To access these we use the 'frugalpup-links' script.
'frugalpup-links.gz':
Download to the same directory (important) as the ".AppImage" file, and gunzip it to produce a script called 'frugalpup-links'.
If you are using the 32bit ".AppImage" file, open a console in this same directory, and run:
Code: Select all
./frugalpup-links FrugalPup-i386.AppImage
This will setup symbolic links in '/usr/sbin' to the ".AppImage" file for each of the FrugalPup utility names.
Now you should be able to run 'bootentry' by entering the command in any console:
And the menu entries for the FrugalPup family should now run the corresponding utility.
Note: The ".AppImage" file and 'frugalpup-links' must be in the same directory, but that directory can be anywhere.
After you've run 'frugalpup-links', you don't need it any more, unless you move the ".AppImage" file, even if at some later time you overwrite the ".AppImage" file with a newer version.
One interesting thing about a ".AppImage" file is that, unless you are actually executing the application, you can clobber it at any time.
Anyway, I invite you to play with them, and see if it's worth pursuing this as a means of releasing apps for Puppy.
I imagine that for serious releasing using ".AppImage" files, you would need a ".pet" as well to install the symbolic links/wrapper scripts and application ".desktop" files. And tar both these files, for a single download file.
Oh, the FrugalPup v33i, is just v33 + a couple of minor patches + a few minor internal adjustments to work in this environment.