xsession
This commit is contained in:
parent
d4a50821b8
commit
8186bec7c7
3
install/eoan/Vagrantfile
vendored
3
install/eoan/Vagrantfile
vendored
@ -10,14 +10,13 @@ Vagrant.configure("2") do |config|
|
|||||||
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
||||||
SHELL
|
SHELL
|
||||||
|
|
||||||
config.vm.provision "file", source: "xesssion", destination: ".vnc/xsession"
|
config.vm.provision "file", source: "xsession", destination: ".vnc/xsession"
|
||||||
|
|
||||||
# my geom: 2560x1600
|
# my geom: 2560x1600
|
||||||
# vncserver -geometry 1280x800 small window
|
# vncserver -geometry 1280x800 small window
|
||||||
# vncserver -geometry 1920x1200 small letters
|
# vncserver -geometry 1920x1200 small letters
|
||||||
# vncserver -geometry 1536x960 great
|
# vncserver -geometry 1536x960 great
|
||||||
config.vm.provision "shell", inline: <<-SHELL
|
config.vm.provision "shell", inline: <<-SHELL
|
||||||
curl https://github.com/motiejus.keys >> .ssh/authorized_keys
|
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get install -y \
|
apt-get install -y \
|
||||||
qgis freecad \
|
qgis freecad \
|
||||||
|
Loading…
Reference in New Issue
Block a user