#99118
machtroid
Participant

Hi all, just an update here, I was able to remove the boot text upon game launch and after game exit by adding the following command at the end of my /etc/profile:

if [ -z “${SSH_CONNECTION}” ];then
clear
emulationstation > /dev/null 2>&1
fi

There is another issue I have noticed however. In my previous build whenever I would exit Emulationstation it would take me to the console, where I would usually just boot into my desktop. However in this newest build whenever I choose to exit ES it takes me directly back into ES. It did this before I made any changes to my /etc/profile as well. I can’t quite figure out why this is happening.