-
-
Notifications
You must be signed in to change notification settings - Fork 86
Closed
Labels
has attachmentAttachment was not transfered from GitLabAttachment was not transfered from GitLab
Description
Created by: MLanghof
Description/current behavior
The splash screen shows up like this in the Windows task bar:
This appears to be the OpenJDK icon.
Expected Behavior
The splash screen should either not appear on the task bar at all (Processing 3 has worked this way), or use the Processing icon.
Steps to Reproduce
Start processing.exe
.
Your Environment
Freshly downloaded 4.0 beta 2 release of Processing.
Windows 10 21H1.
Possible Causes / Solutions
The task bar entry corresponds to javaw.exe
, which also has this icon in Windows Explorer. Ideas include replacing the icon resource in javaw.exe at build time, or using some Windows mechanism to supply an alternative icon. Unsure whether this conflicts with any licenses though.
Not showing the splash screen in the task bar would be the best option I guess.
Metadata
Metadata
Assignees
Labels
has attachmentAttachment was not transfered from GitLabAttachment was not transfered from GitLab