[Solved] Run soffice.bin in background

Issues with installing under all GNU/Linux Distributions
Locked
luofeiyu
Posts: 55
Joined: Thu Sep 14, 2017 2:11 am

[Solved] Run soffice.bin in background

Post by luofeiyu »

Run the command in terminal:

Code: Select all

/usr/lib/libreoffice/program/soffice.bin    \
--headless                                  \
--invisible                                 \
--nocrashreport                             \
--nodefault                                 \
--nofirststartwizard                        \
--nologo --norestore                        \
--accept='socket,host=localhost,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext'
run in background.png
run in background.png (29.66 KiB) Viewed 9653 times
Last edited by robleyd on Sat Feb 01, 2025 5:46 am, edited 2 times in total.
LibreOffice 24.8 on Debian 12
User avatar
robleyd
Moderator
Posts: 5454
Joined: Mon Aug 19, 2013 3:47 am
Location: Murbko, Australia

Re: Why can't run the command in the background?

Post by robleyd »

Slackware 15 64 bit
Apache OpenOffice 4.1.15
LibreOffice 25.8.2.2; SlackBuild for 25.8.2 by Eric Hameleers
---------------------
Tech support noun: A person who does precision guesswork based on unreliable data provided by those of questionable knowledge.
luofeiyu
Posts: 55
Joined: Thu Sep 14, 2017 2:11 am

Re: Why can't run the command in the background?

Post by luofeiyu »

Code: Select all

/usr/lib/libreoffice/program/soffice.bin    \
--headless                                  \
--invisible                                 \
--nocrashreport                             \
--nodefault                                 \
--nofirststartwizard                        \
--nologo --norestore                        \
--accept='socket,host=localhost,port=2002,tcpNoDelay=1;urp;StarOffice.ComponentContext  &'
LibreOffice 24.8 on Debian 12
User avatar
RoryOF
Moderator
Posts: 35103
Joined: Sat Jan 31, 2009 9:30 pm
Location: Ireland

Re: [Solved] Why can't run the command in the background?

Post by RoryOF »

Apache OpenOffice 4.1.15 on Xubuntu 22.04.5 LTS
Locked