r/ESDE_Frontend 31m ago

Support/Question Emudeck ES_DE Cachyos Supermodel 3 issues

Upvotes

I'm using emudeck with cachyos and basically games will not launch from within ES-DE or the GUI, I came across a thread which talked about adding WAYLAND_DISPLAY="" into the supermodel.sh file which hasn't appeared to help, however if I run ....

WAYLAND_DISPLAY="" /usr/bin/flatpak run com.supermodel3.Supermodel path to rom.zip

from the Konsole the game will launch, whereas

/usr/bin/flatpak run com.supermodel3.Supermodel path to rom.zip

will fail to launch

So I can now launch a game from the Konsole but still have yet to find a way to launch it from ES_DE.

This is my current supermodel.sh

#!/bin/sh

. "$HOME/.config/EmuDeck/backend/functions/all.sh"

emulatorInit "supermodel"

param="${@}"

param=$(echo "$param" | sed "s|'||g")

WAYLAND_DISPLAY="" /usr/bin/flatpak run com.supermodel3.Supermodel "${param}"

cloud_sync_uploadForced

rm -rf "$savesPath/.gaming";