Modularity of application packages
Hi
Does the recently introduced Haiku Package Manager support modular, self-contained applications? By this I mean applications whose files are ALL hosted within their own directory (instead of being scattered all over the filesystem, as is the norm in the *nix world). As a parallel case to this I have in mind Windows' portable applications (although these are usually not tracked or managed by any package manager) or TinyCore Linux's self-contained extensions.
I vaguely remember reading that Haiku does support this feature, or that it was planned.
I would be thankful if you could tell me whether this feature has already been implemented, and how it works.
Thanks in advance to all of you, and kudos to the developers.
HaikuForever

Comments
Re: Modularity of application packages
Re: Modularity of application packages
Excellent, this makes Haiku apps perfectly modular and self-contained!
What about the settings of an app? Where are they stored?
Since the contents of the package are not extracted to a directory, there is no directory where the setting files could be stored.
Is there perhaps a directory containing all the .ini files of the various applications?
Re: Modularity of application packages
What about the settings of an app? Where are they stored?
Settings are usually put into "finddir B_USER_SETTINGS_DIRECTORY", i.e. ~/config/settings/.
So, in that sense, an app package isn't completely self-contained. But on the other hand, you may want to keep your settings after (temporary) uninstalling or when updating a package.
Regards,
Humdinger