fyne-io / systray

a cross platfrom Go library to place an icon and menu in the notification area
Apache License 2.0
223 stars 41 forks source link

Is there a way to change the title in the taskbar corner overflow menu in Windows 11? #27

Closed vlabo closed 1 year ago

vlabo commented 1 year ago

image

Here is how to get to the settings Settings > Personalisation > Taskbar > Taskbar Corner Overlfow

andydotxyz commented 1 year ago

This should come from the app metadata. If so it will be added when you package it for release, but not when you run the application as a simple executable from a local build... But I could be wrong - if you can find any MS documentation that helps we could look further.

andydotxyz commented 1 year ago

I assume you already use systray.SetTitle?

vlabo commented 1 year ago

I did try systray.SetTitle but I didn't saw any effect on windows. I will try to look for documentation when I find some time for it.

andydotxyz commented 1 year ago

I have confirmed that this is part of app packaging. A tool like "fyne package" will indeed set the appropriate metadata so the app shows title. The same data is used in "Task Manager" if that is easier to manage?