You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
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.
The text was updated successfully, but these errors were encountered: