You are not logged in.
Hello,
I connect to a Debian server with ssh -AX somehost and start xterm. The xterm starts and is usable. But if I try to mark some text, xterm crashes with the following error message:
xterm: warning, error event received:
X Error of failed request: BadAccess (attempt to access private resource denied)
Major opcode of failed request: 18 (X_ChangeProperty)
Serial number of failed request: 261
Current serial number in output stream: 264Any ideas what the problem could be?
Offline
Did you find a fix? I'm seeing a similar error with a qt4 app that needs to be run as root.
Offline
I'm afraid not!
Offline
this may help
# export QT_GRAPHICSSYSTEM=native
Offline