25 Mar 2018, 20:48

Hi, I'm currently making a theme off the new Recalbox theme. I'm gonna try to explain this the more precise I can.

For most of the "data/systemviews" I like to have the "consolegame" to only show the console without cartridges.

So I went and edited the theme.xml file and under "consolegame" I've renamed every "consolegame.svg" to "console.svg". Like that it works and it shows only the system picture without the cartridges.

Thing is for the "vertical_carousel_left.xml" and "new_carousel_top.xml" I really like to have the cartridges too.

So I tried adding the following lines https://pastebin.com/Pwp5u0B8 to my "new_carousel_top.xml" but it looks like the <path> is ignored and it only shows the "console.svg" file.

How can I override my <path>? Or maybe I haven't wrote it correctly.

Thanks for helping me.