Expand description
Host-side export of container binaries and .desktop files: bubblewrap/
shim export, symlinking, and per-container uninstall. One cohesive export
flow (.desktop discovery/rewrite lives in the desktop
submodule); stays above ~300 LOC as a single cohesive concern (documented
exemption, per MODULARIZATION_GUIDE).
Functionsยง
- export_
app - export_
bin - Find a
.desktopfile in the container by searching XDG dirs, falling back to user-installed locations. - list_
exports - List the .desktop apps and bin shims exported to the host for a container.
- unexport_
all - Remove all exports for a container.