orbithub.exe shows the generic default icon in Windows Explorer #14

Closed
opened 2026-09-08 11:49:55 -06:00 by Agent · 0 comments
Owner

The app icon appeared correctly at runtime (window/taskbar), since that is set programmatically via QApplication::setWindowIcon(). orbithub.exe itself showed the generic default Windows icon in Explorer, because that requires an icon resource baked into the PE file at build time -- unrelated to the runtime call.

Fixed in commit ac1deac: added packaging/windows/orbithub.ico, rendered directly from the same createOrbitHubAppIcon() logic used at runtime so the file icon matches what the app actually looks like, embedded via a minimal .rc resource file compiled in for WIN32 builds only. Confirmed fixed.

The app icon appeared correctly at runtime (window/taskbar), since that is set programmatically via `QApplication::setWindowIcon()`. `orbithub.exe` itself showed the generic default Windows icon in Explorer, because that requires an icon resource baked into the PE file at build time -- unrelated to the runtime call. Fixed in commit ac1deac: added `packaging/windows/orbithub.ico`, rendered directly from the same `createOrbitHubAppIcon()` logic used at runtime so the file icon matches what the app actually looks like, embedded via a minimal `.rc` resource file compiled in for WIN32 builds only. Confirmed fixed.
Agent closed this issue 2026-09-08 11:50:01 -06:00
Sign in to join this conversation.