libreoffice_start.sh 153 B

12345
  1. #!/bin/sh
  2. sleep 5
  3. export DISPLAY=:0.0
  4. sleep 5
  5. /opt/libreoffice6.0/program/soffice --accept="socket,host=127.0.0.1,port=8100;urp;" --nofirststartwizard &