Retro-Arena / es-theme-dedsimple

0 stars 0 forks source link

Update introduced new vertical wheel #2

Open KingFeckless opened 4 years ago

KingFeckless commented 4 years ago

About 2 weeks ago I set up my odroid xu4 with the most recent Retro-Arena image. At that point the dedsimple theme was working fine. 2 days ago I updated / installed all core and optional packages. After the update there is a new vertical wheel with all the System-Texts (see screenshots)

dedsimple1 dedsimple2

Uninstalling and reinstalling / updating the theme did not fix that problem, nor did any of the available options. I assume an update of emulation station changed the way the .xml data is interpreted.

I hope this can be easily fixed as dedsimple is still the best looking theme out there.

KingFeckless commented 4 years ago

Probably neither the best nor the most elegant solution but I could hide the wheel by setting most values to zero:

<carousel name="systemcarousel">
    <type>horizontal_wheel</type>
    <color>00000000</color>
    <origin>0 0</origin>
    <pos>0.0 0.0</pos>
    <size>0 0</size> 
    <logoAlignment>center</logoAlignment>
    <logoRotation>7.5</logoRotation>
    <logoRotationOrigin>-5 0.5</logoRotationOrigin>
    <logoScale>0</logoScale>
    <logoSize>0 0</logoSize>
    <maxLogoCount>0</maxLogoCount>
 </carousel>

Now I can't see that wheel anymore.