mcobit / retrosmc

An easier way to get retropie onto osmc
Other
212 stars 32 forks source link

If symbolic links are used and affect retropie.sh, kodi launcher add-on does not work anymore #17

Open dnk8n opened 8 years ago

dnk8n commented 8 years ago

I solved this issue in the following way Directory: /home/osmc/.kodi/addons/plugin.program.retropie-launcher/ File: 'addon.py' Workaround: importing and making use of the module 'subprocess' instead of 'os'

I do want to find a more secure way of doing this. Apparently 'shell = True' is not good for security. But at the moment this is a good workaround for me. Hope it helps.