Qt 6.11 is out! See what's new in the release
blog
Installation over ssh (Hint)
-
Problem install qt over ssh:
$ ./qt-opensource-linux-x64-5.12.2.run --verbose IFW Version: 3.0.6, built with Qt 5.9.5. Build date: Nov 13 2018 Installer Framework SHA1: 8b3226b qt.qpa.screen: QXcbConnection: Could not connect to display Could not connect to any X display.Solution:
make sure on both machines/etc/ssh/sshd_configor
/etc/ssh/ssh_configX forwarding is enabled like:
X11Forwarding yes -
I'm quite confident this has nothing to do with Qt.
My bet is that you didn't enable X forwarding when connecting to your remote machine. This is usually done withssh -X user@machineorssh -Y user@machine.@JohanSolo He describes a problem AND a solution :-)
-
@JohanSolo He describes a problem AND a solution :-)
@jsulm said in Installation over ssh (Hint):
@JohanSolo He describes a problem AND a solution :-)
The post looked a bit strange to me indeed. But sometimes you
cannotare not allowed to edit files in/etc/.