windows app icon
See original GitHub issueSorry for this low-priority question, but I felt others might have this question too: In the docs I found how to add the icon (as in snippet below) - this integrates very nicely into the installer and the windows start menu shortcut for the app. (feels very native! btw: my platform windows7 python3.6)
However once the app is started, I get a generic symbol (I saw this icon in some other .net forms as well) on the left top (as in screenshot below) that also appears in the app switcher (alt-tab).
Is there already a way to use my provided icon there as well? (Sorry, in case I missed something obvious.)
options={
'app': {
'formal_name': 'outlook_mail_exporter',
'bundle': 'com.outlookmailexporter',
'icon': 'images/icon',
},
Issue Analytics
- State:
- Created 6 years ago
- Comments:8 (6 by maintainers)
Top Results From Across the Web
App windows Icons – Download for Free in PNG and SVG
Free App windows icons in various UI design styles for web, mobile. Download static and animated App windows vector icons for free in...
Read more >Icons - Windows apps | Microsoft Learn
Outside your app, Windows uses an icon to represent your app in the start menu and in the taskbar. If the user chooses...
Read more >Design guidelines for Windows app icons - Microsoft Learn
Icons should not include typography as part of the design. Letters and words on your icon should be avoided and only used when...
Read more >Iconography in Windows - Apps - Microsoft Learn
App icons are the visual indicators we use to help users find and launch an application. It's the first impression of your app...
Read more >Construct your Windows app's icon - Microsoft Learn
In Windows 10 and 11, the AppList icon is your app's primary icon. It will be used in several places, including the Taskbar,...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@andrewleech Sorry about that
I never had issue with the icon as I’m not yet using Toga (I use briefcase on an existing project using Qt). It was @hdm-dt-fb with the issue.