I am using Arch Linux with Wayland and KDE, where I have configured the system so that application menus appear in the top panel outside the application window, similar to the example shown in the image 1 below.
Everything works correctly except for RStudio, where the application menu does not appear at all (image 2).
For comparison, in VSCode (which is based on Electron) the menu is displayed inside the application window. (image 3).
Additional details:
- RStudio version: 2026.01.1.403-1
- Disabling GPU usage did not help:
export RSTUDIO_CHROMIUM_ARGUMENTS="--disable-gpu"; /usr/lib/rstudio/rstudio - Removing the following directories did not help:
~/.local/share/rstudio~/.config/RStudio~/.config/rstudio
- "Hide menu" is unchecked (image 4)
