-
Notifications
You must be signed in to change notification settings - Fork 815
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
Blank display on AIX #4156
Comments
To the best of my knowledge, no maintainer has access to a system running AIX; this might be tricky to address. |
Have you been able to run other non-Textual TUIs with the same configuration? The following may generate some useful information:
|
|
$ ldd `which mc`
/opt/freeware/bin/mc needs:
/usr/lib/libc.a(shr_64.o)
/usr/lib/libpthreads.a(shr_xpg5_64.o)
/opt/freeware/lib64/libmc.a(libmc-1.so.0)
/opt/freeware/lib64/libintl.a(libintl.so.8)
/opt/freeware/lib64/libglib-2.0.a(libglib-2.0.so.0)
/opt/freeware/lib64/libslang.a(libslang.so)
/opt/freeware/lib64/libgmodule-2.0.a(libgmodule-2.0.so.0)
/unix
/usr/lib/libcrypt.a(shr_64.o)
/opt/freeware/lib64/libgcc_s.a(shr.o)
/opt/freeware/lib/libiconv.a(libiconv.so.2)
/opt/freeware/lib/libpcre2-8.a(libpcre2-8.so.0)
/usr/lib/libdl.a(shr_64.o) |
Output of Textual DiagnosticsVersions
Python
Operating System
Terminal
Rich Console options
|
This is a bit of a long shot, but perhaps try changing your encoding (e.g. UTF-8) and see if that makes any difference? |
Thank you, that did it! For reference:
|
Don't forget to star the repository! Follow @textualizeio for Textual updates. |
Wow, nice one @TomJGooding 👏 |
He shoots. He scores! |
A minimalistic example script on AIX does not render any widget - only shows black screen.
code:
No button is displayed but the application does react on keypress: q quits the application but a
reset
command is required to restore the terminal cursor.Additional information:
Tested with MobaXTerm and PuTTY.
The text was updated successfully, but these errors were encountered: