-
-
Notifications
You must be signed in to change notification settings - Fork 44
alpinelinux UART serial - broken rendering #25
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
rpi_zero:~# gpg-tui
failed to initialize clipboard: XcbConn(ClosedParseErr)
[Nothing is shown - q closes program]
To Reproduce
run gpg-tui over the UART serial on the alpine linux version on a rpi zero.
Expected behavior
the same output after running it under tmux.
Screenshots/Logs
If applicable, add screenshots or logs to help explain your problem.
System Information
- OS: [
alpine-rpi-3.14.0 210615] - Rust Version: [
rustc 1.47.0] - GPGME version: [
gpgme-tool 1.15.1] - GPGME engine version: [
gpg (GnuPG) 2.2.29] - Project Version: [e.g.
0.6.0-r0edge repo]
Additional context
I run this on a rpi zero over the UART serial. Using tmux it works and the keys get shown.
tmux env:
TMUX=/tmp/tmux-0/default,4188,0
USER=root
SHLVL=2
HOME=/root
TERM_PROGRAM_VERSION=3.2
PAGER=less
PS1=\h:\w\$
LOGNAME=root
TERM=screen
LC_COLLATE=C
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin
LANG=C.UTF-8
TERM_PROGRAM=tmux
SHELL=/bin/ash
PWD=/root
CHARSET=UTF-8
TMUX_PANE=%0
env for the UART shell:
USER=root
SHLVL=1
HOME=/root
PAGER=less
PS1=\h:\w\$
LOGNAME=root
TERM=vt100
LC_COLLATE=C
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.local/bin
LANG=C.UTF-8
SHELL=/bin/ash
PWD=/root
CHARSET=UTF-8
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working