Page 1 of 2

Posted: Fri 07 Mar 2008, 06:34
by disciple
I just updated the Thunderbird RoxApp so the operation of the splash screen is more sensible.

Sylpheed Roxapp

Posted: Sat 08 Mar 2008, 03:39
by disciple
Sylpheed Roxapp

For desktop/openwith menu.
If you click on it, it just opens Sylpheed. If you drop files on it, or use it from the "open with" menu, it composes an email with the files attached.
I haven't actually tested, so please report if it doesn't work :)

EDIT
Fixed to actually work. Thanks HairyWill :)
Also, I confirmed that it does work with mailto: links. I imagine it won't work with links for newsgroups, but you could modify it to do so just by detecting them in the same way as the mailto links.
If this was fixed then it might be worth separating out the code into a sylpheed launch script like I did with the thunderbird roxapp


EDIT - IGNORE THIS OLD EDIT
EDIT
I think Sylpheed1.tar.gz will actually work with mailto: links sent from other applications, and the original version won't.
But to tell the truth, I don't even know if Sylpheed CAN handle mailto: links, so please let me know if it works.

Posted: Sat 08 Mar 2008, 04:29
by disciple
Oops - forgot to upload the Sylpheed one :)

Posted: Sat 08 Mar 2008, 10:05
by disciple
Sorry to everyone who downloaded it - when I updated the Thunderbird Roxapp I also slightly broke the splash screen - I'll upload a fixed version now. :oops:

Posted: Sun 16 Mar 2008, 04:22
by disciple
OK I updated the Custom-command and Batch-command roxapps to open the windows under the mouse instead of in the centre of the screen, updated the Sylpheed roxapp to handle mailto: links (hopefully), and updated the thunderbird roxapp for the same thing, and then split the code into a separate thunderbird starter script.

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.