docker-scripts-archived / dev--LTSP

Virtual LTSP server with vagrant and/or docker-scripts.
GNU General Public License v3.0
7 stars 6 forks source link

LTSP server needs to have a GUI #60

Closed dashohoxha closed 6 years ago

dashohoxha commented 6 years ago

LTSP server is used by the teacher, so it needs to have a GUI window. For example the teacher can use epoptes to check what the students are doing, or to show a demonstration to them.

d78ui98 commented 6 years ago

For this I am planning to change 2 files. install.sh and Vagrantfile Going to add this in Vagrantfile

config.vm.provider "virtualbox" do |vb|
    vb.gui = true
    vb.memory = "1024"
   end

and in install.sh apt --yes install ubuntu-desktop on bionic branch I am testing it right now.

dashohoxha commented 6 years ago

Install xfce desktop instead, because with 1Gb RAM you may have performance problems with the ubuntu desktop.

d78ui98 commented 6 years ago

yes. ubuntu-desktop does not work well at all.

d78ui98 commented 6 years ago

xfce work - https://ibb.co/bQ66Uo there were few errors - https://ibb.co/fOkN28 I googled about and fixed by it by apt --yes install gtk2-engines-pixbuf

d78ui98 commented 6 years ago

I am able to use epoptes and ltsp-manager from it. Creating a PR