My content doesn't show up until I restart emulation station?
-
On an Atomic Pi running Lubuntu 19.04. OS is installed onto the onboard storage of the Pi. Retropie is installed to the onboard partition. There is a copy of the entire Retropie folder on an sd card (for extra stroage space).. The config file for emulation station is pointing to the roms folder (for each emulator/core that I'm using) in the Retropie folder that's on my sd card (not on my onboard storage).
When my system is turned on and starts up, emulation station starts up with it and loads automatically.. For whatever reason, when it starts, none of my content is there.. However, if I go to quit and restart emulation station, everything shows up.. I have to do this every time I turn my arcade machine on.
My assumption is that this is happening because emulation station is starting before Lubuntu has a chance to mount (or at least fully mount) my sd card? Could this be a possibility? Or is there something else going on here?
-
@Iconoclast12 Yes it sounds like you possibly need a boot delay. How to do that is out of my wheelhouse though. Lets see if others can chime in with some info on how to do it.
-
I think @quicksilver might be right. On the PC, the actual start-up is done via
$HOME/.config/autostart/retropie.desktop
. Modify it and add a delay before emulationstation starts[Desktop Entry] Type=Application Exec=gnome-terminal --full-screen --hide-menubar -e "sleep 5 && emulationstation" Hidden=false NoDisplay=false X-GNOME-Autostart-enabled=true Name[de_DE]=RetroPie Name=rpie Comment[de_DE]=RetroPie Comment=retropie Icon=/usr/local/share/icons/retropie.svg Categories=Game
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.