-
Notifications
You must be signed in to change notification settings - Fork 9
pipes not working correctly (missing permissions?) #25
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
Comments
PR are welcomed. I don't use the snap so can't troubleshoot. |
I have a similar problem. After switching to ubuntu/snap some installation routines are not working due to missing permissions to If you, @rorojasq, are not already working on a solution, I`d try to. Mason error:
AppArmor debug:
|
@mrcrgl If you can fix it, please do so! |
Is there a permissions change needed in the snapcraft.yaml? Can someone send an update to https://github.com/neovim/neovim-snap/blob/master/snap/snapcraft.yaml |
See neovim/neovim#15590 (comment) to add a local override in your AppArmor configuration. Can someone report here if they got it to work for Nvim snap? |
Output from snap programs executed with the commands
:!
and:r !
is empty.Possibly because of this, LSP servers using nodejs will not work with the nodejs snap.
Using
io.popen
to read a snap program output returns the expected result.The text was updated successfully, but these errors were encountered: