Page 2 of 2

Posted: Sun 16 Mar 2008, 11:03
by amigo
You may be interested in this:

http://distro.ibiblio.org/pub/linux/dis ... er-0.4.tbz

AppBuilder is a generic AppDir which can be used to create several different kinds of AppDirs including those that contain source code and binaries. It includes routines for handling drag-n-drop of one or more files on the icon.
I've always meant to create a couple of more which could be better for creating AppDir which simply 'wrap' already installed programs or scripts like what you are doing. Several things could particularly be handled better like creation or editing of menu entries.
On my own system I use sveral small menu/dialog programs which make the whole thing work better with GUI elements. These include Xdialog, greq and the small menu program from aewm. Of course, Puppy has gtkdialog and gtkbasic which open up still more possibilities. Still, you may find some useful code in AppBuilder for creating different kinds of AppDirs or what you are already creating, which I call 'WrapDirs'.
I have around 20-30 different AppDirs which are of the self-compiling type, but my most useful ones are just complex wrappers for scripts and programs which are usually found apart from the AppDir itself. One of the most useful ones is ZipZap, an AppDir which is a frontend to various compression programs. If you drop a compressed archive on it, it will decompress it in the same dir as the compressed archive. Or, you can drop files or directories on it and it opens a dialog to find out what kind of archive you want to create. I use it a few hundred times a day usually. I keep meaning to add to it and ify a problem or two, but I just haven't gotten around to it...
http://distro.ibiblio.org/pub/linux/dis ... ap-1.0.tbz

Posted: Sun 16 Mar 2008, 11:22
by disciple
Cool. Thanks for that... but I think I have already made everything I want :)
The Rox menu program is pretty cool...

Posted: Tue 18 Mar 2008, 17:17
by HairyWill
Thanks disciple
I'm going to bundle a load of these and add them to my rox right click on steroids.

Posted: Mon 31 Mar 2008, 03:35
by disciple
I just updated the Sylpheed roxapp to one that actually works, and will update the Thunderbird roxapp (the -mail argument is nonsense) in a couple of minutes.

Posted: Tue 15 Jun 2010, 23:48
by abushcrafter
Thanks to my dad :). The CopyPathToClipboard RoxApp no longer adds a new line to the data :D.

Posted: Thu 08 Mar 2012, 17:55
by technosaurus
here is xbomber (a bomberman clone) - I patched it up just enough to compile on Wary's gcc. It untars to a rox appdir with all the data inside in an xzipped tarball set up to be unpacked on run and deleted on exit.

Posted: Sat 06 Oct 2012, 07:14
by sunburnt
disciple ; I`ve touted stand-alone apps. that aren`t part of the Linux file system for quite awhile.

I made AppPkg that`s compatible, but does a bit more than Rox`s AppDir.

Mainly it can have many apps. in one AppPkg dir.
Like AppDir, a click on the dir. runs the app. if there`s only one.
But if AppPkg has more than one app., it runs a menu with icons ( nice ).

It can use shared system libraries, shared AppPkg libraries, and unshared "app. local" ones.
This pretty much completely solves library conflicts for AppPkg.

Puppy Lucid allows building almost anything from Ubuntu Lucid binary files.
I`ve have excellent luck making many AppPkg this way.

I`m mostly done writing an automated AppPkg builder.
Next I want an automated dependency tracer and downloader.
So the user selects an Ubuntu app. and an AppPkg is made complete.