[Solved] Run soffice.bin in background

Issues with installing under all GNU/Linux Distributions
Locked
luofeiyu
Posts: 56
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 13994 times
Last edited by robleyd on Sat Feb 01, 2025 5:46 am, edited 2 times in total.
LibreOffice 7.4.7.2 on Debian 12
User avatar
robleyd
Moderator
Posts: 5509
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 (current) 64 bit
Apache OpenOffice 4.1.16
LibreOffice 26.2.3.2; SlackBuild for 26.2.3 by Eric Hameleers
---------------
I hate this damn computer, I wish that I could sell it.
It won't do what I want it to, Only what I tell it.
luofeiyu
Posts: 56
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 7.4.7.2 on Debian 12
User avatar
RoryOF
Moderator
Posts: 35217
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.16 on Xubuntu 24.04.4 LTS
Locked