You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.
I've got a Python CLI tool that I'm trying to distribute internally at my company, and xar is really close to a perfect fit. There's just one niggling issue for me, and that's the way OSXFUSE (for obvious reasons) always mounts the squashfs with an icon on the Mac OS Desktop.
The biggest issue is the name, it ends up being called OSXFUSE Volume 0 (squashfuse_ll) or something similar, which is a little rough. It would be great if we could pass the -o volname= option and either set it to the name of the package, or make it customizable.
Even better would be if there's a way to hide the volume altogether, but that's probably asking a bit much. I haven't been able to figure out if it's actually possible to hide a OSXFUSE volume at all.
The text was updated successfully, but these errors were encountered:
Hi @philchristensen and thanks for the request. It does sound handy, but with no immediate need for it internally our priority on adding this is low.
I haven't looked into the code to workout what would be needed, but we would happily accept a PR passing through that argument to wherever it needs to go.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I've got a Python CLI tool that I'm trying to distribute internally at my company, and
xar
is really close to a perfect fit. There's just one niggling issue for me, and that's the way OSXFUSE (for obvious reasons) always mounts the squashfs with an icon on the Mac OS Desktop.The biggest issue is the name, it ends up being called
OSXFUSE Volume 0 (squashfuse_ll)
or something similar, which is a little rough. It would be great if we could pass the-o volname=
option and either set it to the name of the package, or make it customizable.Even better would be if there's a way to hide the volume altogether, but that's probably asking a bit much. I haven't been able to figure out if it's actually possible to hide a OSXFUSE volume at all.
The text was updated successfully, but these errors were encountered: