Bug #1589
[Windows] Missing icons
100%
Description
On Windows 7, icons for the main window and Add/Remove Programs are missing.
Associated revisions
Windows: Updated app icons, deploy Doomsday icon to data/graphics/
ClientWindow was trying to load "doomsday.ico" from a native file but
apparently it wasn't being deployed in the installation.
The app icons now contain sizes 16x16, 32x32, 48x48 and 256x256.
Related to IssueID #1589.
Fixed|Windows: Main window icon is missing
IssueID #1589
History
#1 Updated by skyjake about 11 years ago
- Category set to Minor detail
#2 Updated by skyjake about 11 years ago
- Status changed from New to In Progress
- Assignee set to skyjake
#3 Updated by skyjake about 11 years ago
- Assignee deleted (
skyjake) - Target version deleted (
1.12.1) - % Done changed from 0 to 20
I'm not sure this can be entirely fixed. Particularly the icon appearing in the Add/Remove Programs dialog is most likely up to Inno Setup, and an icon has already been specified for the installer .exe.
As shown in the related commit, doomsday.ico
is now included as a native file under data/graphics/
so that it can be loaded by Qt as the main window icon.
#4 Updated by danij about 11 years ago
- % Done changed from 20 to 40
Commit c7debe3 should address the missing icon in Add/Remove Programs/Control Panel. It appears that Inno Setup uses separate icon paths for everything and each must be set accordingly.
#5 Updated by sonicdoommario over 10 years ago
Just wanted to update this. With the latest change the Doomsday desktop icons (at least on Win7 64-bit) show up fine and no manual configuring to get them to display correctly is needed.
Still showing up as a generic icon in Add/Remove Programs however.
#6 Updated by skyjake over 10 years ago
- % Done changed from 40 to 70
#7 Updated by skyjake over 10 years ago
The updated icon of 99770c4a is being used by Inno Setup as the new uninstaller icon. This might mean that it gets confused by the included large size (256x256). We could try adding a separate icon with only the small sizes (16/32) for the uninstaller.
#8 Updated by skyjake over 10 years ago
60846f92 does not seem to help; the uninstaller icon is still a generic one in Add/Remove Programs.
#9 Updated by skyjake over 8 years ago
- Target version set to 2.0 – Home UI & Packages
#10 Updated by skyjake over 8 years ago
- Priority changed from Normal to Low
#11 Updated by sonicdoommario over 8 years ago
A Doomsday icon now shows up in Programs and Features under Windows 7, as of the 2.0 unstable builds.
#12 Updated by skyjake over 8 years ago
- Status changed from In Progress to Progressed
#13 Updated by skyjake over 8 years ago
- Assignee set to skyjake
#14 Updated by skyjake about 8 years ago
- Status changed from Progressed to In Progress
- % Done changed from 70 to 100
#15 Updated by skyjake about 8 years ago
- Status changed from In Progress to Resolved
#16 Updated by skyjake about 8 years ago
- Status changed from Resolved to Closed
Windows: Updated app icons, deploy Doomsday icon to data/graphics/
ClientWindow was trying to load "doomsday.ico" from a native file but
apparently it wasn't being deployed in the installation.
The app icons now contain sizes 16x16, 32x32, 48x48 and 256x256.
Related to IssueID #1589.