Start Menu Icon for Renoise (Win 10) is Blank

As of Renoise 3.2 I now see a black/blank icon when adding Renoise as a Start Menu icon in Windows 10.

Snag_15a33952

2 Likes

I have the same issue on a rather fresh Win10 install.

Same thing here, and I’m on Windows 8.1

Capture

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

Yes, we forgot to update this guy with the 3.2 release. See above for a workaround. Will be properly fixed in the next update.

1 Like