-
Notifications
You must be signed in to change notification settings - Fork 13
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
(Linux/Proton) All checkboxes are thin, unable to tell if ticked or unticked #8
Comments
The best (temporary) solution for now is to use |
https://gist.github.com/Ishindri/4a87c15c6e162e0daa462a114e2796c8 ? |
Yeah. The other option is to not use emoji as the checkbox things, or having an option to use basic ASCII. |
Anyways; adding an alternative option is probably too much work at this time (too many other issues with RT just being released). |
I took a look at the code, and it seems that there is a check for this in place, actually, but only works for linux-native games. I looked around, and it seems the best runtime way to detect being run under Proton/Wine seems to be checking a registry key, specifically Or alternatively a checkbox in the settings that interacts with this? |
Feel free to open a PR, though I don't have a running Linux setup to test this. |
I'll have a look tomorrow, it's getting late here. |
Looks like developing this on Linux is impossible in the current state. Sad, but I don't have a Windows machine (or a VM) available to me. |
Now that I do have some time I reread this and noticed I didn't really understand the issue/idea. So technically there are (excluding MAC) 3 situations:
Now ToyBox uses Glyphs as long as it's not Linux. Since Wine pretends to be Windows it will use those certain Glpyhs. Since they aren't installed by default this leads to an issue. Your suggestion was now additionally scanning for the Wine/Proton or provide an optional setting. Alternatively trying to find out whether the current system supports said Glyphs might be possible? |
My suggestion was scanning or providing as setting, yeah. That alternate option would work as well, but I think that'd be harder than simply swapping out the runtime info for a checkbox? Of course, I'm not certain how exactly the UI works, so it might be more difficult than "simply" implies. |
Could you the latest version
It works on my system but I don't have a system which doesn't support Glyphs |
Sorry for getting to this so late, I've been distracted and kind of forgot. I'm reinstalling the game now, so I'll get back to you when I've verified. |
Yup, it's been fixed now. It requires a game restart to apply, so maybe add a disclaimer to the "Use Default Glyphs" checkbox, but other than that comment tyvm :3 |
Description of the bug
As with a similar mod for I think Kingmaker, the checkboxes are thin and there's no obvious content.
Steps To Reproduce
Expected Behavior
Checkboxes whose contents are obviously ticked or unticked
Log Files
Not relevant
Save File
Not relevant
Screenshots
Settings
Not relevant
Toybox Version
1.5.8a
Operating System
Linux
What game are you using Toybox on?
Rogue Trader
Game Version
1.0.62
Anything else?
If I remember correctly, this issue is due to fonts. An issue I submitted in 2021 shows the same information.
cabarius#499
The text was updated successfully, but these errors were encountered: