Installing samson in Ubuntu 20
-
$ ./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 -
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_PLATFORMto use the Xorg display server (X11):
export QT_QPA_PLATFORM=xcbThen 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.shIf this works, you can try disabling Wayland on your system, for that you will need
sudoprivileges:- Disable Wayland by uncommenting
WaylandEnable=falsein the/etc/gdm3/custom.conf - Add
QT_QPA_PLATFORM=xcbin your~/.bashrcfile.
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 - Disable Wayland by uncommenting