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?