Uh oh!
There was an error while loading. Please reload this page.
Support for unthemed taskbar - #2369
Conversation
See this discussion: Open-Shell#2367
AppVeyorBot
commented
Dec 8, 2025
✅ Build Open-Shell-Menu 4.4.197-lmbeyoav completed (commit 43f1f0c644 by @Anixx) |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
AppVeyorBot
commented
Dec 9, 2025
✅ Build Open-Shell-Menu 4.4.197-yulsgqmy completed (commit 484846730a by @Anixx) |
ge0rdi
commented
Dec 9, 2025
@Anixx You should now use default taskbar color. So please remove |
AppVeyorBot
commented
Dec 9, 2025
Anixx
commented
Dec 9, 2025
ge0rdi
commented
Dec 9, 2025
What exactly is not expected? How does it look like with your original changes in this PR? |
When the taskbar color is set to default, as you can see, it has wrong color:
Basically, the AccentColor gets mixed into all taskbar colors. |
Anixx
commented
Dec 9, 2025
If the default color in the OpenShell settings is not black, it gets admixed to the taskbar. |
ge0rdi
commented
Dec 9, 2025
That is super weird.
Can you provide screenshot from original build in this PR? |
ge0rdi
commented
Dec 9, 2025
Don't you have some Win7 compatibility set for explorer, or so? |
Anixx
commented
Dec 9, 2025
It looks the same. This version though https://github.com/OrthodoxWindows/Open-Shell-Menu/blob/master/OpenShellSetup_4_4_191-hlvioynt.exe looks well if to set taskbar color to black. With non-black color it gets admixed to all the taskbar colors anyway. |
Anixx
commented
Dec 9, 2025
No, there are no compat layers set to explorer.exe. |
AppVeyorBot
commented
Dec 9, 2025
ge0rdi
commented
Dec 9, 2025
Can you please test with latest build? There was one more place that used |
ge0rdi
commented
Dec 10, 2025
Hmm, but this is most likely not related to changes in this PR. Does it work correctly with |
Anixx
commented
Dec 10, 2025
Yes, it is not related to this PR. The change was made earlier. But it is in StartMenuDLL because taking this file from an earlier version (I think, 191) fixes it... |
ge0rdi
commented
Dec 10, 2025
Can you provide log obtained using this guide? Ideally one with version from this PR and one with version that works correctly for you. |
Anixx
commented
Dec 10, 2025
StartMenuLogOld.zip The button coordinates in the logs are the same, but the actual positions are different. |
ge0rdi
commented
Dec 10, 2025
This is from old (good) log: So indeed the start button is shifted up by 2px and 4px wider and higher. |
ge0rdi
commented
Dec 10, 2025
The horizontal shift is the result of bigger start button. Because we are centering button inside taskbar. And since taskbar had the same height in both cases, larger button had to go a bit higher. So the only issue here seems to be that start button is a bit bigger in recent code than it was in older. |
Anixx
commented
Dec 10, 2025
Nope, the start buton is of the same size, the same height and the same width. It is only shifted to the right. And the space to the left of it is not clickable. This log is not reflecting reality. |
ge0rdi
commented
Dec 10, 2025
Well, in any case it would be rather hard for me to figure this out (as I don't have your environment). I'd suggest you will compile Once you know what commit caused this behavior, it may be easier to prepare some fix. We can also merge this PR, I think it should be pretty safe and shouldn't cause any regressions to existing users. |
Neustradamus
commented
Dec 12, 2025
@Anixx: Thanks for your work! |
bonzibudd
commented
Jan 24, 2026
@ge0rdi would you like me to review this? |
ge0rdi
commented
Jan 24, 2026
@bonzibudd I have already approved it some time ago. |
The issue that remains is with the positioning of the start button, not related to colors. Definitely, this should be merged. I thought is has been already. |
Uh oh!
There was an error while loading. Please reload this page.
@Anixx: Good job, thanks! It replaces: |
Anixx
commented
Jan 25, 2026
For the reference, here is the issue regarding the button positioning: |
bonzibudd
commented
Jan 28, 2026
@Anixx Thanks, I'll check this out. |
ale5000-git
commented
Feb 5, 2026
@ge0rdi |
ge0rdi
commented
Feb 5, 2026
@ale5000-git |
ale5000-git
commented
Feb 6, 2026
Thank you very much. |
See this discussion:
#2367