我使用命令行在我的VPS上运行开放Office4sofficeless在Ubuntu 64位上。
/usr/bin/soffice -accept=socket,host=localhost,port=8100;urp;StarOffice.ServiceManager -norestore -nofirststartwizard -nologo -headless它因一个错误而退出。
no suitable windowing system found, exiting.发布于 2013-09-04 01:59:05
您需要安装包libxt6和libxrender1
安装libxt6 apt-get install libxrender1
https://askubuntu.com/questions/332304
复制相似问题