Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upchrome.VisualElementsManifest.xml is not renamed on Windows #5410
Comments
|
Noting that the actual result listed here is not what I experienced - on my end, the custom colour background shows up as the system colour, not as Brave's grey. Not really sure why it's grey when the secondary colour everywhere else is purple. |
I have set my system color to grey.
I didn't modify the file's content to better suit Brave, I just renamed it so that it would be loaded by Windows. |
|
I did an implementation of this but only after merging did I realize we aren't creating different versions per release channel Implementation I did: Reverted with: |
|
When solving this issue properly (respecting channels), we can update the graphics used for the icons if we'd like:
We can also change the background color (default is gray) and we can turn on/configure text color The proper thing to do would be to add the icons under https://github.com/brave/brave-core/tree/master/app/theme/brave/win and then copy the channel specific ones into the It's possible this is already supported by the installer; for more info see: Here's what the icons look like after wiring up Medium tileSmall tile |


Test plan
See brave/brave-core#4299
Description
Windows 10 allows you to create a
<app_name>.VisualElementsManifest.xmlfile for your<app_name>.exe, that configures app's look in the Start Menu. Chrome comes with it by default, and it is bundled with Brave, but it is not renamed tobrave.VisualElementsManifest.xml, so the OS doesn't detect it.Steps to Reproduce
Actual result:
Brave's tile and app list entry are not customized.
Expected result:
Brave's tile and app list entry are customized.
Reproduces how often:
Always reproduces.
Brave version (brave://version info)
Version/Channel Information:
Other Additional Information:
Miscellaneous Information:
This file can be used to customize things like the tile's background color, icons used for the smaller and the medium tile, whether the tile has the app's name or what color is the app's name.