-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
.app bundles in archives mounted with mountarchive do not work #150
Comments
How do you use mountarchive? |
When it works, then just download the zip above, double-click it, and be able to execute the applications therein. If that doesn't work yet, then we have a bug ;-) |
I think it mounts it, but doesn't open the mounted folder. Edit:No, it can't mount it because it doesn't have write access to /run |
This comment has been minimized.
This comment has been minimized.
My Fonts.tar.gz works fine, I think it's something about that particular zip file, because running unzip from the command line didn't actually extract anything. |
This comment has been minimized.
This comment has been minimized.
|
The user with the ID 1001 should have write access to |
No, my UID is 1000, so no 1000 directory was created. Also, I can't mount any ZIP archives even after fixing that problem. Tarballs work fine, but when I run mountarchive on a ZIP folder, it opens Filer but doesn't mount the archive, so I'm left with a Filer window showing a folder in it, but seconds afterwards it says that the folder doesn't exist. Does this mean the archive is getting unmounted? |
Interesting!
I don*t know, but |
It's because I created a new user, the live one was 1001. I installed it differently because I needed to keep some of the files on my HDD, and the installer stalls when I try to install to a USB (because of issue #200). Although the Users app should create a runtime directory for the new user. |
Good point. What piece of software is normally resposible for creating those directories? |
I don't know, in Linux systemd does it, but on FreeBSD it seems to be a do-it-yourself-or-else thing. The odd thing is, tar archives sometimes work, and every archive format except zip mounts on /var/run/user/1001 anyway. Usually though, tar archives just say "Device not configured." and any attempt to do anything in them results in that error message being shown again. |
Interesting. So is this whole Possibly this is related to
But it does not seem to say what is supposed to create this directory. Maybe on FreeBSD just nothing creates this user-specific directory? Maybe it would be more robust (and simpler) to just use Related: FreeSlave/standardpaths#7 |
.app
bundles in archives mounted with mountarchive do not work yet, the user has to copy out the application first.We should make it work.
Example: https://github.com/helloSystem/Utilities/archive/master.zip
Why?
Execute permission is there, application can be executed from the terminal.
The text was updated successfully, but these errors were encountered: