RetroPie-Setup icon indicating copy to clipboard operation
RetroPie-Setup copied to clipboard

runcommand - allow the runcommand log directory to be changed.

Open joolswills opened this issue 3 years ago • 2 comments

If an entry log_dir is made in /opt/retropie/configs/all/runcommand.cfg it will be used by runcommand for saving runcommand.log/runcommand.info files instead of the default /dev/shm

#3554

joolswills avatar Jun 15 '22 18:06 joolswills

Very good but if you want to do it right, you need to:

  1. Get rid of the hard coded /dev/shm. Have a single log/scratch area.
  2. Add a menu item that configures this, similar to the other variables, configurable via the menu.

I completed what you missed on #3557.

twojstaryzdomu avatar Jun 16 '22 08:06 twojstaryzdomu

@joolswills your commit is inconsistent with the other options being controlled via the GUI but not this one. The commit #3557 added the GUI configuration part for the parameter but regrettably you have chosen to close it without merging.

twojstaryzdomu avatar Jul 14 '22 20:07 twojstaryzdomu