dropped RPDP into my Windows 11 on ARM machine with ARM64 support.
No issue installing but running
rpdp con
remote connection to pidp10.local
results in no terminal displayed.
running sty manually gives this error
/opt/rpdp/bin/sty -e telnet $pidpremote 1025
/opt/rpdp/bin/sty: error while loading shared libraries: libXft.so.2: cannot open shared object file: No such file or directory
running telcon manually results in
lxterminal --command="telnet $pidpremote 1025"
Command 'lxterminal' not found, but can be installed with:
sudo apt install lxterminal
installing lxterminal manually resolves the not found error and it works.
running tek manually results in
/opt/rpdp/bin/tek4010 -b9600 telnet $pidpremote 10017
/opt/rpdp/bin/tek4010: error while loading shared libraries: libgtk-3.so.0: cannot open shared object file: No such file or directory