-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error creating flatpak on RHEL 8.7 under Windows Subsystem for Linux #1
Comments
Hi Stuart, Thanks. I'm running Fedora here, and can't repeat the problem. But looks like this line suggests the problem: fuse: device not found, try 'modprobe fuse' first I know that AppImage also uses fuse, so I'm wondering if you have a problem building AppImage also?
You mean the HelloWorld csproj? Yes, that should be absolutely fine. Andy |
Although not for Flatpak, I'm wondering if this would be helpful? https://docs.appimage.org/user-guide/troubleshooting/fuse.html |
It turns out I should have mentioned that my RHEL 8.7 instance is running inside Windows Subsystem for Linux (WSL). As mentioned here, microsoft/WSL#17 (comment) , FUSE does not work for version 1 images but is baked into the WSL2 kernel. I converted my RHEL instance in version 2 for WSL. I now get a different error when trying to make the flatpak
I am guessing this is another WSL specific issue with flatpak-builder. |
I would guess the same. Ultimately I can't fix issues with flatpak-builder or other third-party tools. I can only make sure that they are called correctly. One thing you can do is call:
This will show you the flatpak manifest contents it has generated and will it supply to flatpak-builder. |
I have installed pupnet-deploy and its pre-requisites on a Redhat Enterprise Linux 8.7 system. When trying to build a flatpak for this Helloworld example I get an error. I modified the .csproj file to target .NET 6.0. Here is the output from running pupnet -k flatpak
The text was updated successfully, but these errors were encountered: