openframeworks / openframeworks/openFrameworks
MSYS2 : default application icon displayed at runtime
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 10.4k
- Forks
- 2.6k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 9
Description
GLFW applications only display default application icon whatever the icon used (OF, OF debug or user specified).
The icon is correctly displayed in the Windows explorer.
Looking at the code, icon is only set on Linux and using native calls.
GLFW now offers glfwSetWindowIcon() that could be used cross-platform.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Reproduce the issue with an MSYS2 GLFW application and compare its runtime icon with the icon shown in Windows Explorer. Then trace the existing Linux-only native icon setup and the use of glfwSetWindowIcon; done means OF, debug, and user-specified icons display correctly at runtime on MSYS2.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100