Anaconda Navigator not launching in Fedora 41 Gnome (Wayland))

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
qt.qpa.plugin: Could not find the Qt platform plugin “wayland” in “”
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, webgl, xcb.

Aborted (core dumped)

Please help me. This is my first time using anaconda navigator in fedora 41. Before this it worked fine in Pop OS.

Good morning,

Thank you so much for contacting us, we are investingating this issue and trying to find a solution, in the meantime you can launch Navigator from the terminal by using this command:

QT_XCB_GL_INTEGRATION=none anaconda-navigator

2 Likes

Thank you. This solution is working for me.

2 Likes

Please update here when this problem is solved, and I can just use “anaconda-navigator” to launch it. Thank you.

Another solution is to install the updated libstdcxx-ng from conda-forge
conda install -c conda-forge libstdcxx-ng
After doing this navigator launches
Source: Anaconda Navigator Hangs at Loading User... on Ubuntu 23.10 · Issue #13278 · ContinuumIO/anaconda-issues · GitHub