Skip to content
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

AppImage not running on Fedora 41 #1410

Open
nfa04 opened this issue Nov 23, 2024 · 5 comments
Open

AppImage not running on Fedora 41 #1410

nfa04 opened this issue Nov 23, 2024 · 5 comments

Comments

@nfa04
Copy link

nfa04 commented Nov 23, 2024

What happened?
I downloaded the AppImage from the Website, gave it permission to be executed and ran it. It showed only a white screen, while when after closing it, it doesn't open again. I made sure all dependencies are installed as described on the installation guide.

What did you expect to happen instead?
The UI should show up.

How can we reproduce the bug? (as minimally and precisely as possible)
Run Fedora 41, try to open the AppImage.

My devcontainer.json:
Doesn't exist yet.

Local Environment:

DevPod Provider:
None yet.

@nfa04 nfa04 added the kind/bug label Nov 23, 2024
@gokhangeyik
Copy link

gokhangeyik commented Nov 23, 2024

Here is the AppImage console output from Fedora 41

Gtk-Message: 19:37:30.173: Failed to load module "appmenu-gtk-module": 'gtk_module_display_init': /usr/lib64/gtk-3.0/modules/libwindow-decorations-gtk-module.so: undefined symbol: gtk_module_display_init
/usr/bin/xdg-mime: line 885: qtpaths: command not found
Gtk-Message: 19:37:31.110: Failed to load module "appmenu-gtk-module": 'gtk_module_display_init': /usr/lib64/gtk-3.0/modules/libwindow-decorations-gtk-module.so: undefined symbol: gtk_module_display_init
**Could not create default EGL display: EGL_BAD_PARAMETER. Aborting...**

@swaiku
Copy link

swaiku commented Nov 25, 2024

I do have this error as well with fedora 41. With some research i found out that a lot of other apps have the same problems. like :

GitButler : gitbutlerapp/gitbutler#5282

It looks like the issue come from webkit itself : https://www2.webkit.org/show_bug.cgi?id=280239

downgrade dependency look like the temporary solution.

@lzajka
Copy link

lzajka commented Dec 4, 2024

I'm using Arch and had to downgrade to:

  • mesa-1:24.1.0-1
  • llvm-libs:17.0.6-2

@fpoirotte
Copy link

fpoirotte commented Dec 4, 2024

I'm using Arch and had to downgrade to:

* `mesa-1:24.1.0-1`

* `llvm-libs:17.0.6-2`

Thank you for your reply.

We were facing the same issue on Fedora 40 and downgrading mesa (sudo dnf downgrade mesa-libEGL to revert back to version 24.0.5-1.fc40.x86_64) allowed us to start devpod once again until a better solution can be found.

@nfa04
Copy link
Author

nfa04 commented Dec 8, 2024

Thanks for your help, unfortunately mesa-libEGL-0:24.2.4-1 is the oldest version available in the fedora 41 repos. I'm still hoping for a fix soon, but at the moment thankfully don't really need it.

@bkneis bkneis added the Linux label Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants