fredizzimo
fredizzimo
Note: you might be able to work around the problems by installing the snap in devmode `snap install --devmode` https://forum.snapcraft.io/t/snap-confinement/6233. If you do that it should output a debug output,...
I know nothing about snaps, but I think we are missing at least the `libglu1-mesa` stage dependency and the `opengl` plugin https://forum.snapcraft.io/t/adding-opengl-gpu-support-to-a-snap/6273
Note: you might be able to work around the problems by installing the snap in devmode `snap install --devmode` https://forum.snapcraft.io/t/snap-confinement/6233. If you do that it should output a debug output,...
The logs seems to be a bit harder to get than I anticipated, but you should be able to get them with `$ sudo journalctl --since=yesterday | grep audit`, can...
@reedHam, we need the logs that the `--devmode` writes. I think that `sudo journalctl --since="1 hour ago" | grep audit`, should do it, according to the instructions here https://snapcraft.io/docs/debug-snaps
Thanks for the logs, I didn't look at them in detail, but it looks like the access to the graphics card is denied. Regarding the nvim configuration, I'm not sure...
Ah, sorry, the argument is named `--neovim-bin`, not `--neovim_bin`
We also have some, or at least my fixes, that we need to push upstream first. Do you think we can say that the fix has been working well @Kethku?...
Well, the bug is in the keyboard branch, The file `src/platform_impl/windows/keyboard.rs` does not even exist on the master. I haven't checked if that's because of some refactoring. But even if...
I can do it now, but I think I will go to bed after that, so if you can check if they need more info, then we are good.