Uh oh!
There was an error while loading. Please reload this page.
[WIP] Fix the StartMenuDLL for classic theme support on the taskbar - #1642
[WIP] Fix the StartMenuDLL for classic theme support on the taskbar#1642OrthodoxWindows wants to merge 2 commits into
Conversation
Fixed DLL code for classic theme support.
AppVeyorBot
commented
Aug 1, 2023
ge0rdi
commented
Aug 2, 2023
Yes, I understand that in this state, it is not mergeable. On the other hand, I imagine that it is possible if it becomes configurable (a possible option which will leave the choice to activate it). However, it seems to me that it didn't break the installations in the original version, but maybe that's because it was a previous version. I will try to compare the current version to previous versions. When modifying the DLL, I noticed a change in line 2957 (among the lines modified by valinet). For the other lines, it was identical. |
OrthodoxWindows
commented
Aug 2, 2023
I'll look at the display issues in more detail (that said, I understood most of what the changes seem to do, as valinet explained the changes pretty well), and come back here if I know more. |
ge0rdi
commented
Aug 2, 2023
It would be also great to describe what exactly is the issue and steps to replicate it. |
ge0rdi
left a comment
There was a problem hiding this comment.
Cannot be merged in current state. See discussion above.
Anixx
commented
Sep 28, 2023
ge0rdi
commented
Nov 15, 2023
Please, don't add binary installer to PR changes. It won't get merged that way. |
It wasn't on purpose, I wanted to add it to my fork, I didn't think it would add the file here. I'm deleting it right now. |
ge0rdi
commented
Nov 15, 2023
Since you have opened this PR, then all changes in the source branch of your fork are synced here. I'd probably suggest to just close this PR and probably submit new one once you finish it? |
IRainman
commented
Dec 22, 2024
It's probably partially fixed by #2068. |
Anixx
commented
Dec 22, 2024
Just tried your build, it does not fix this issue at all: |
Neustradamus
commented
Jan 11, 2025
@OrthodoxWindows: Have you progressed on it? |
@OrthodoxWindows |
Anixx
commented
Jul 12, 2025
EP cannot fix this. This is why the EP dev suggested and created the patch to OpenShell. |
Anixx
commented
Jul 12, 2025
The bug you linked only concerns the EP taskbar, which does not support the Classic theme at all. |
ge0rdi
commented
Dec 12, 2025
Replaced by PR #2369. |


Fixed DLL code for classic theme support.
These changes add classic theme support to the taskbar, as discussed here and here. The original author of these modifications is valinet