SAMSON Forum
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • SAMSON Connect
    • Get SAMSON

    Installing samson in Ubuntu 20

    Getting started
    2
    2
    318
    Loading More Posts
    • 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.
    • E
      Elsaid last edited by

      $ ./SAMSON-Setup.run
      Verifying archive integrity... All good.
      Uncompressing SAMSON Software Package 18%
      100%
      saving context
      launching SAMSON_INSTALLER
      Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
      Segmentation fault (core dumped)
      restoring context

      1 Reply Last reply Reply Quote 0
      • DmitriyMarin
        DmitriyMarin last edited by

        Dear @Elsaid ,

        This happens because of the Wayland display server on Ubuntu. You can try specifying another display server.

        If you launch SAMSON from a terminal, then you could first specify the environment variable QT_QPA_PLATFORM to use the Xorg display server (X11):
        export QT_QPA_PLATFORM=xcb

        Then start SAMSON in the same terminal. Note, SAMSON is installed in your home directory ~/OneAngstrom/SAMSON-Application/4.0.0/Binaries, you can try starting ./SAMSON-Launcher.sh

        If this works, you can try disabling Wayland on your system, for that you will need sudo privileges:

        • Disable Wayland by uncommenting WaylandEnable=false in the /etc/gdm3/custom.conf
        • Add QT_QPA_PLATFORM=xcb in your ~/.bashrc file.

        You might need to restart either the OS or the terminal.

        You can check whether your system uses Wayland or X11 by running the following command in the terminal:
        echo $XDG_SESSION_TYPE

        Dmitriy,
        The SAMSON Team, https://s-c.io

        1 Reply Last reply Reply Quote 1
        • First post
          Last post