Start Menu Icon for Renoise (Win 10) is Blank

See Renoise.VisualElementsManifest.xml needs updating


With a bit of messing around you could modify the file yourself. From:

<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
  <VisualElements
      ShowNameOnSquare150x150Logo='on'
      Square150x150Logo='Resources\Skin\Icons\WindowIcon256.png'
      Square70x70Logo='Resources\Skin\Icons\WindowIcon256.png'
      ForegroundText='light'
      BackgroundColor='#24262B'/>
</Application>

to something like:

<Application xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'>
  <VisualElements
      ShowNameOnSquare150x150Logo='on'
      Square150x150Logo='Resources\Skin\Icons\WindowIcon32@4x.png'
      Square70x70Logo='Resources\Skin\Icons\WindowIcon32@4x.png'
      ForegroundText='light'
      BackgroundColor='#24262B'/>
</Application>

You would probably need user write/modify permissions (or admin) as it sits in the Program Files directory. Plus you would probably need to rebuild the start menu tile info cache to see the change. But I understand if I’m thinking too deep here.

2 Likes