I'm trying to install postman on ubuntu 20.04 running on chromeos using snap
I first ran:
~$ sudo snap install postman
which appeared to work:
edit:
~/node/scrapedatatree$ glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: Mesa/X.org (0x1af4)
OpenGL vendor string: Mesa/X.org
username@penguin:~$ ls snap/
postman
But when I run postman:
username@penguin:~$ postman
The disableGPU setting is set to undefined
Not disabling GPU
No protocol specified
The futex facility returned an unexpected error code.Aborted (core dumped)
edit:
$ glxinfo | grep -i vendor
server glx vendor string: SGI
client glx vendor string: Mesa Project and SGI
Vendor: Mesa/X.org (0x1af4)
OpenGL vendor string: Mesa/X.org
$ lspci | grep VGA
(no output)
$ sudo find /dev -group video
find: ‘/dev/.lxd-mounts’: Permission denied
edit2:
:/etc/X11$ ls
Xreset Xreset.d Xresources Xsession Xsession.d Xsession.options app-defaults fonts rgb.txt xkb
There is no xorg so the command doesn't work
edit3:
echo $XDG_SESSION_TYPE - no output
echo $DISPLAY - :0
echo $WAYLAND_DISPLAY - wayland-0