-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Upstream] Strange name on Windows #2
Comments
same error in windows 10, I had to manually configure each icon for each cursor state. |
You can use the fix I added there for now #3 or use it directly:
For Rose Pine Dawn, Replace at line
Note: After installing, when the cursor window appears, you need to select another cursor scheme (don't need to apply) and reselect rose pine scheme, then apply. |
Any thoughts @ThatOneCalculator (some more info in #3)? |
I just used the build tool for Windows, I don't personally use or know much about Windows so there's not much I can do on this front sadly :( |
@rahaaatul maybe this should be reported to clickgen: https://pypi.org/project/clickgen/ |
I though about that, but I think it would be more appropriate for you to open the request yourself. Since you generated the install.inf and failed to set cursors correctly . I have no idea how it works. Also I found a closed issue that's almost similar to this but not quite > ful1e5/clickgen#61 About the Cursor Name Display issue on Cursor window, |
The thing is that would be a breaking change for Linux users. Maybe ask clickgen to normalize accents? |
Could we do |
The problem is that the key is being created with the REG_SZ type, but the correct one is REG_EXPAND_SZ. For me, just saving the install.inf file with the UTF-16 encoding solve the issue @ThatOneCalculator |
Ah, gotcha. This is 100% an upstream issue then. I'll keep this open, and will close if clickgen fixes this. |
The text was updated successfully, but these errors were encountered: