-
Notifications
You must be signed in to change notification settings - Fork 27
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
select-apps: selected games not visible, layout does not match documentation #176
Comments
Hi @FreelancerJay, I would like to know what the output of |
Well the output for me is So I'll work on getting it set for 256 support. Perhaps it would be worth running a check when running to see how many colours are supported. The old UI worked fine for me visually, so maybe a switch checking that the terminal is supporting enough colours which falls back to the old UI if it's below 256? Or if you're wanting to dump the old UI, then just a message saying "you need moar colorz" to redirect others in the future :-) Thanks for taking a look! |
I think that a combination of the two sounds like the correct solution. I don't necessarily want to support both of them, but at the same time I don't want to require users to have to do some manual configuration to use my app. So maybe in the case that their terminal doesn't have full color support, there is a message warning them how to fix it, and then falls back to the original UI |
Seeing the same issue within the terminal of a lancache docker container, run from Portainer. Output of Solved the issue by using the 'custom command' option and entering |
This issue seems to be related to this gui-cs/Terminal.Gui#2085 |
@FreelancerJay Could you give this test build a shot? |
Fist thing when I’m hope from work, will test and report back |
@tpill90, worked like a charm, didn't need to modify $TERM to run that and could still see everything fine! |
Fantastic! I'll get this merged and included in the next release |
Unfortunately, still having a problem with this on 1.7.3. I have tried MobaXTerm, PuTTY, and Unraids terminal. |
Closing this as I haven't received enough information to reproduce the issue. |
Hi, first of all love your pre-filler. In terms of function, totally nailing it. Thank you for making it, and sharing it!
Just updated to 1.6.0, and unfortunately the new Select-Apps interface is botched for me.
The environment is a Debian 11 LXC, running alongside my LanCache itself, and is accessed via lxc-attach. The terminal is xtermjs
Let me know what else would be useful to know to debug!
The text was updated successfully, but these errors were encountered: