hissingshark / retrOSMCmk2

RetroPie installer for OSMC on the RPi, Vero4k/4K+ and the VeroV
GNU General Public License v2.0
34 stars 7 forks source link

The rough draft of fbset-shim #2

Closed zjoasan closed 5 years ago

zjoasan commented 5 years ago

I know there are optimazations that can be done, but this is a rough draft

hissingshark commented 5 years ago

As I mentioned in the other place, you could wrapper your fbset-shim using an alias within runcommand.sh, as I'd be concerned about other processes needing access to the real thing.

shopt -s expand_aliases alias fbset='/home/osmc/RetroPie/scripts/fbset-shim.sh'

This should work. That's what I'll add to the patching done by my installer. Let me know how it pans out. Quite an undertaking this is turning out to be!

hissingshark commented 5 years ago

I'll also be adding the .sh extension.

zjoasan commented 5 years ago

In comms Dbm talked about deb package, might be something to consider. But I think you did correct in renaming them.