• Recent
  • Tags
  • Popular
  • Home
  • Docs
  • Register
  • Login
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

Power On/Off Option in Main Menu

Scheduled Pinned Locked Moved Help and Support
power optionmain menusystem menu
37 Posts 9 Posters 18.4k 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.
  • C
    chicuelo @cyperghost
    last edited by 30 Jul 2018, 14:41

    @cyperghost
    Worked like a charm! thank you very much!

    1 Reply Last reply Reply Quote 1
    • C
      cyperghost
      last edited by cyperghost 30 Jul 2018, 14:49

      @chicuelo This little tool is very usefull. I make always use of it if some emulators are stuck (OpenBOR will not accept new controllers if they are disconnected) so make a SSH session via smartphone and just type multi_switch. --es-closeemu --> problem solved and you are back in ES main mode ;) You can close every emulator with this as long it was initiated by runcommand. Even KODI and PIXEL Desktop can be closed with this ;)

      And you can add it to any python script if you want ;)

      C 1 Reply Last reply 30 Jul 2018, 14:56 Reply Quote 1
      • C
        chicuelo @cyperghost
        last edited by 30 Jul 2018, 14:56

        @cyperghost
        Lovely! I have some problems with lr-vice and this is very useful!

        1 Reply Last reply Reply Quote 1
        • J
          Jste84 @pana
          last edited by Jste84 26 Apr 2020, 02:45

          @pana said in Power On/Off Option in Main Menu:

          @battlecat Hey, did you figure it out?

          I am explaining how to set it up anyway:

          1. Download the compressed folder from the link provided in the video description

            and unzip it.

          2. It contain another folder called "Power Menu" which contain 4 folders ("Gamelist", "Images", "Rom", "Theme") and a file ("es_system.cfg").

          3. Copy the contents of "Gamelist" to "~/.emulationstation/gamelists" ["~" is equivalent to writing "/home/your_user_name", say "/home/pi"]

          4. Create a directory called "downloaded_images" inside "~/.emulationstation"

          5. Copy the contents of "Images" to "~/.emulationstation/downloaded_images"

          6. Copy the contents of "Rom" to "~/RetroPie/roms"

          7. Copy the contents of "Theme" to "/etc/emulationstation/themes". Here you will need super user permission.

          8. Copy the content of es_system.cfg (it's 9 lines of text); open the file /etc/emulationstation/es_system.cfg; paste the text to second last line (of course, as separate sentences as in the source; it must be before </systemList> tag and after </system> tag). Here also you will need super user permission.

          9. Finally convert shutdown and reboot scripts within "~/Retropie/roms" into executable's by the commands:
            a. chmod +x ~/RetroPie/roms/power/ashutdown.sh
            b. chmod +x ~/RetroPie/roms/power/reboot.sh

          10. Restart and you are done!

          Really need some help with this.... Not sure what to do with step 9. Ive tried deleting the existing content in these scripts and adding the above... But no joy

          I keep getting a message saying permission denied. Can anyone help

          1 Reply Last reply Reply Quote -1
          • M
            mitu Global Moderator
            last edited by 26 Apr 2020, 03:21

            @Jste84 said in Power On/Off Option in Main Menu:

            I keep getting a message saying permission denied. Can anyone help

            What are the permissions on those files ? Run

            ls -l  ~/RetroPie/roms/power/
            

            and post the output.

            J 1 Reply Last reply 26 Apr 2020, 04:01 Reply Quote 0
            • J
              Jste84 @mitu
              last edited by Jste84 26 Apr 2020, 04:01

              @mitu edit

              Total 64
              -rwxr-xr-x 1 pi pi 36 Apr 26 03:30 ashutdown.sh
              -rwxr-xr-x 1 pi pi 46 Apr 26 04:08 reboot.sh

              M 1 Reply Last reply 26 Apr 2020, 04:38 Reply Quote 0
              • M
                mitu Global Moderator @Jste84
                last edited by 26 Apr 2020, 04:38

                @Jste84 said in Power On/Off Option in Main Menu:

                -rwxr-xr-x 1 pi pi 36 Apr 26 03:30 ashutdown.sh
                -rwxr-xr-x 1 pi pi 46 Apr 26 04:08 reboot.sh

                The files are already executable, so there's no need to run the chmod command.

                J 1 Reply Last reply 26 Apr 2020, 05:00 Reply Quote 0
                • J
                  Jste84 @mitu
                  last edited by Jste84 26 Apr 2020, 05:00

                  @mitu ok but when... I select the option to restart or shutdown on the menu... I get a message saying permission denied..

                  I've Def done something wrong..

                  1 Reply Last reply Reply Quote 0
                  • J
                    Jste84
                    last edited by 26 Apr 2020, 14:18

                    Is anyone able to help? I

                    C 1 Reply Last reply 14 Jun 2020, 17:43 Reply Quote 0
                    • C
                      che_don_john @Jste84
                      last edited by 14 Jun 2020, 17:43

                      @Jste84 said in Power On/Off Option in Main Menu:

                      Is anyone able to help? I

                      Have you tried resetting the permissions for the two scripts? Seemed to work for me. Try:

                      sudo chown -R pi:pi /home/pi
                      

                      I'd really love to be add a third option for restarting Emulation Station. I added another .sh file to the rom folder called 'restart' and tried the following scripts:

                      #!/bin/bash
                      
                      sudo restart -r now
                      

                      and

                      #!/bin/bash
                      
                      sudo es-restart -r now
                      

                      No success with either. Any ideas?

                      M 1 Reply Last reply 14 Jun 2020, 17:47 Reply Quote 0
                      • M
                        mitu Global Moderator @che_don_john
                        last edited by 14 Jun 2020, 17:47

                        @che_don_john said in Power On/Off Option in Main Menu:

                        sudo restart -r now

                        There's no such command. You maybe want to run sudo reboot ?

                        C 1 Reply Last reply 14 Jun 2020, 18:17 Reply Quote 0
                        • C
                          che_don_john @mitu
                          last edited by 14 Jun 2020, 18:17

                          @mitu said in Power On/Off Option in Main Menu:

                          @che_don_john said in Power On/Off Option in Main Menu:

                          sudo restart -r now

                          There's no such command. You maybe want to run sudo reboot ?

                          Thanks, I'll try that.

                          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.

                            This community forum collects and processes your personal information.
                            consent.not_received