Rstudio electron does not run on Fedora 41 KDE

I upgraded from Fedora 40 to 41 and installed Rstudio from @iucar copr.
The installation was uneventful.

However, trying to run rstudio did not work:

alex@fedora-2:~$ rstudio --version
9999.99.9-dev+1.test9
alex@fedora-2:~$ rstudio
[14910:1111/221830.933316:ERROR:gl_factory.cc(120)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default),(gl=egl-gles2,angle=none)].
[14910:1111/221830.934188:ERROR:viz_main_impl.cc(198)] Exiting GPU process due to errors during initialization
Segmentation fault (core dumped)
alex@fedora-2:~$ rstudio --use-gl=angle
Segmentation fault (core dumped)

Reports of the kind exist for other distros, point to Wayland, and suggest the option I tried.
But that does not seem to solve the issue…
Has anyone else tried to run rstudio electron on KDE plasma?

See RStudio crashes with segmentation fault at the start · Issue #15396 · rstudio/rstudio · GitHub

3 Likes

Many thanks. The new build works as intended.

Perfect, thanks for the feedback!