RetroPie / RetroPie-Setup

Shell script to set up a Raspberry Pi/Odroid/PC with RetroArch emulator and various cores
Other
10.04k stars 1.38k forks source link

emulationstation: fix fullscreen launching params on Wayland/Gnome #3831

Closed cmitu closed 9 months ago

cmitu commented 9 months ago

When running under Gnome/Wayland on Ubuntu 22.04 default configuration, the '--fullscreen-borderless' is not actually fullscreen. The top horizontal panel (?) is still visible and the EmulationStation window is actually pushed down.

Running with just '--fullscreen' is enough, but this is the default, thus there's no need to add any additional parameters when Gnome/Wayland is the current session. Tested on an updated Ubuntu 22.04, with the default Gnome session.

joolswills commented 9 months ago

Thanks.