finally found a way to avoid manually starting x2go sessions using the client, now its automatically starting the x2go sessions for the needed CSS display
This commit is contained in:
@@ -9,6 +9,12 @@
|
||||
|
||||
apt install mesa-vulkan-drivers libglx-mesa0:i386 mesa-vulkan-drivers:i386 libgl1-mesa-dri:i386 libxtst6:i386 libpipewire-0.3-dev libbz2-dev
|
||||
|
||||
apt-get install pyhoca-cli (pyhoca-cli --server localhost -N) #needed to avoid x2go client login
|
||||
|
||||
apt-get install xvfb xserver-xephyr tigervnc-standalone-server x11-utils gnumeric #needed to avoid x2go client login
|
||||
|
||||
pip3 install pyvirtualdisplay pillow EasyProcess #needed for virtual display, create it inside a venv
|
||||
|
||||
#intel specific:
|
||||
|
||||
apt-get remove xserver-xorg-video-intel
|
||||
@@ -21,6 +27,10 @@
|
||||
|
||||
apt install libgtk2.0-0:i386
|
||||
|
||||
#pyhoca x2go terminal
|
||||
aptitude install pyhoca-cli
|
||||
apt-get install x2goclient
|
||||
|
||||
#debian
|
||||
|
||||
hostname unloze.com
|
||||
@@ -77,3 +87,5 @@
|
||||
#check if all libs are present with
|
||||
cd ~/.steam/steam/ubuntu12_32
|
||||
LD_LIBRARY_PATH=. ldd vgui2_s.so
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user