-
Notifications
You must be signed in to change notification settings - Fork 64
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
somehow not compatible with applications #3
Comments
Unfortunately I don't have a mac so I can't debug that myself. Does bindfs'ing the entire Steam.app work? How about copying Steam.app to a bindfs'ed directory? |
That provided a error code. I get error code -50 in a dialog when trying to move the whole application over (by dragging the icon) to the mounted folder. |
Error code -50 is listed as:
|
OS X might handle extended attributes differently from Linux, and that might cause this problem. Unfortunately I don't have a more specific guess. Check that your
You can try to get more information by running If you're using MacFUSE, try OS X FUSE, and vice versa. |
Seems ok, but I get some no's here further down. Don't know if they are relevant, but you may know:
Yeah, could be osxfuse issue. |
The osxfuse does introduce some OS X -specific extensions. I suspect that bindfs should somehow use those on OS X. Perhaps I'll see if I can get osxfuse and bindfs to compile on something like PureDarwin.. |
I experience the same behaviour. File creation is enough to trigger the problem, but not from the Terminal. Steps to reproduce:
Modifying the file contents of an existing file is fine, which ties in with your theory of it being related to extended attributes. Doing a mount with |
Tested with valves steam application.
After this procedure, the application can neither start or display the right icon even.
The text was updated successfully, but these errors were encountered: