I've run into some problems with RStudio and R updating. My OS is Kubuntu 24.04. RStudio version is 2025.05.0 Build 496, and R version is 4.5.0 (2025-04-11) -- "How About a Twenty-Six". The RStudio icon has vanished although a placerholder labeled RStudio is still present in the favorites and Applications box in KDE. I can start RStudio using a console, where these errors are reported, which appear to be related to the graphics processing system:
[48170:0529/162550.089648:ERROR:gl_factory.cc(102)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default)].
[48170:0529/162550.091704:ERROR:viz_main_impl.cc(185)] Exiting GPU process due to errors during initialization
[48251:0529/162550.474531:ERROR:gl_factory.cc(102)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default)].
[48251:0529/162550.476032:ERROR:viz_main_impl.cc(185)] Exiting GPU process due to errors during initialization
[48264:0529/162550.509367:ERROR:gl_factory.cc(102)] Requested GL implementation (gl=none,angle=none) not found in allowed implementations: [(gl=egl-angle,angle=default)].
[48264:0529/162550.511554:ERROR:viz_main_impl.cc(185)] Exiting GPU process due to errors during initialization
My two questions are, how do I go about getting or restoring a functioning icon, and what can be done about those errors?