Chrome OS Install

Instructions for Chrome OS Install
Enable "Linux (beta)" from the settings icon on your task bar
Install Libreoffice
sudo apt-get install libreoffice
update everything
sudo apt-get update && sudo apt-get upgrade
Download the files from the debate learning install page
Use Libreoffice Tools to ensure that debate learning is installed
Check to see if you can save directly to Google Drive --- If not
Open Tools--Options--Libreoffice--Advanced--Open Expert Configuration
Make sure the following three things that are searched for are deemed false
useLocking
UseDocumentOOoLockfile
usedocumentsystemfilelocking
Install Nano
sudo apt-get install nano
sudo nano /usr/lib/libreoffice/program/soffice
Change the following;
"# file locking now enabled by default
SAL_ENABLE_FILE_LOCKING=1 export
SAL_ENABLE_FILE_LOCKING"
Make it look this way
# file locking now enabled by default
# SAL_ENABLE_FILE_LOCKING=1 export
# SAL_ENABLE_FILE_LOCKING
Then Save
Press Control+o
Press Enter
Press Control+x