RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Booting to Emulationstation and closing it to get straight to desktop (no terminal)

    Scheduled Pinned Locked Moved Help and Support
    retropie configlxde desktop
    13 Posts 5 Posters 3.2k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dankcushionsD
      dankcushions Global Moderator @A Former User
      last edited by

      @isilent1337 to add it to the menu you would need to install it via the above method (i suppose it would not have much to install other than the menu link, if it's already available). however i have no experience of this so hopefully someone else does...

      ? 1 Reply Last reply Reply Quote 0
      • mituM
        mitu Global Moderator @A Former User
        last edited by

        @isilent1337 It doesn't matter if you installed on-top of Raspbian (Raspberry Pi OS now) or from the RetroPie image. The RetroPie image is a pre-installed and pre-configured Raspberry Pi OS Lite installation.

        ? 1 Reply Last reply Reply Quote 0
        • ?
          A Former User @dankcushions
          last edited by

          @dankcushions Thank you for quick help, really appreciate it. I will make a backup image of my recent system and will try to do that installation.

          1 Reply Last reply Reply Quote 0
          • ?
            A Former User @mitu
            last edited by

            @mitu OK! Good to hear. Thanks !

            1 Reply Last reply Reply Quote 0
            • ?
              A Former User
              last edited by

              Hey! I started thinking about this and I came up with an idea. Would it be possible to set Emulationstation a delayed start? Like Pi would boot to desktop first and start emulationstation from desktop right after it loads? Because I can start emulationstation from desktop terminal and when I close it, I go back to desktop.

              dankcushionsD 1 Reply Last reply Reply Quote 0
              • dankcushionsD
                dankcushions Global Moderator @A Former User
                last edited by

                @isilent1337 again, running retropie whilst the desktop is running/loaded is not supported.

                1 Reply Last reply Reply Quote 0
                • ?
                  A Former User
                  last edited by

                  I really have to ask once more. I am now at my Raspberry Pi OS desktop, I open terminal and type "emulationstation" and it loads RetroPie. Now if I close it, I get back to desktop (without terminal first). This mentioned process is what I would want to set up as automatic. Really no chance?

                  YFZdudeY 1 Reply Last reply Reply Quote 0
                  • YFZdudeY
                    YFZdude @A Former User
                    last edited by

                    @isilent1337
                    "not supported" means you are doing things your own way instead of taking their advice and running this the way it was designed and tested. You can certainly do this, but will get less help unless someone else has already done something similar and is willing to help when it doesn't work properly.

                    For what it's worth, if you want to launch ES from the desktop with a shortcut, or as part of an auto start process, check out this thread with my experience on a desktop build.
                    https://retropie.org.uk/forum/post/261695

                    As for the delay, you can probably google how to do a delay in a script and add it to the startup process.

                    ? 1 Reply Last reply Reply Quote 0
                    • ?
                      A Former User @YFZdude
                      last edited by

                      @yfzdude Yes, I actually made it launch already but now it's looping every time I close RetroPie. Still need to config some more.

                      1 Reply Last reply Reply Quote 0
                      • S
                        sleve_mcdichael
                        last edited by sleve_mcdichael

                        Can you do this with autostart.sh?

                        /opt/retropie/configs/all/autostart.sh:

                        emulationstation #auto
                        

                        As a quick test I added an "echo" command so the file now reads:

                        emulationstation #auto
                        echo Are you there?
                        

                        Then I pressed ctrl-D to start EmulationStation and quit with F4. The terminal asked "Are you there?" before displaying the retropie_welcome message and command prompt.

                        Note: this worked when using any of ctrl-D, exit, or logout to end the current bash login and call the autostart script. It did not work when just running the emulationstation command by itself.

                        So I think if, instead of an "echo" command, you used the startx (start the desktop) command, it might do what you want? Boots to EmulationStation on login and then, when ES quits, go to the desktop.

                        /opt/retropie/configs/all/autostart.sh:

                        emulationstation #auto
                        startx
                        
                        1 Reply Last reply Reply Quote 0
                        • First post
                          Last post

                        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.