Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Installation over ssh (Hint)
Forum Updated to NodeBB v4.3 + New Features

Installation over ssh (Hint)

Scheduled Pinned Locked Moved Unsolved Installation and Deployment
4 Posts 3 Posters 1.3k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • H Offline
    H Offline
    HaioMaio
    wrote on last edited by
    #1

    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_config
    

    or

    /etc/ssh/ssh_config
    

    X forwarding is enabled like:

    X11Forwarding yes
    
    1 Reply Last reply
    0
    • JohanSoloJ Offline
      JohanSoloJ Offline
      JohanSolo
      wrote on last edited by
      #2

      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 with ssh -X user@machine or ssh -Y user@machine.

      `They did not know it was impossible, so they did it.'
      -- Mark Twain

      jsulmJ 1 Reply Last reply
      1
      • JohanSoloJ JohanSolo

        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 with ssh -X user@machine or ssh -Y user@machine.

        jsulmJ Offline
        jsulmJ Offline
        jsulm
        Lifetime Qt Champion
        wrote on last edited by
        #3

        @JohanSolo He describes a problem AND a solution :-)

        https://forum.qt.io/topic/113070/qt-code-of-conduct

        JohanSoloJ 1 Reply Last reply
        0
        • jsulmJ jsulm

          @JohanSolo He describes a problem AND a solution :-)

          JohanSoloJ Offline
          JohanSoloJ Offline
          JohanSolo
          wrote on last edited by JohanSolo
          #4

          @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 cannot are not allowed to edit files in /etc/.

          `They did not know it was impossible, so they did it.'
          -- Mark Twain

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved