Ubuntu 16.04ラップトップ、Abiword、libreoffice、xpdfにインストールしました。 GUIでは、libreofficeまたはabiwordを使用して、GUIを使用したままターミナルを起動しても、.docおよび.pdfファイルを問題なく開くことができます。ただし、純粋なターミナルコンソールに切り替えると、abiword、evinceまたはlowriterコマンドを使用してファイルを開くと、以下のメッセージが表示されます。誰かがこれを修正するのを手伝ってくれませんか? xpdfコマンドでも同様の結果が得られます。:
eugene@eugene-XPS-M1330:~/Documents$ abiword Auntiemi1.doc
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
** (abiword:2020): WARNING **: clutter failed 0, get a life.
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
No DISPLAY: this may not be what you want."
eugene@eugene-XPS-M1330:~/Documents$ evince Auntiemi.pdf
Failed to connect to Mir: Failed to connect to server socket: No such file or directory
Unable to init server: Could not connect: Connection refused
Cannot parse arguments: Cannot open display: "
Xサーバーを実行していない場合、グラフィカルプログラムを表示できるディスプレイはありません。ターミナルプログラムを使用できます。.pdf
には framebuffer ビューアを使用できます(残念ながら公式ソースにはありません)。
.tar.gz
として リリースページ.doc
ファイルの場合、それらをプレーンテキストに変換します。のいずれかと
libreoffice --convert-to txt example.doc
unoconv -f txt example.doc
abiword --to=txt example.doc
または docx2txt
.docx
ファイルの場合。結果のプレーンテキストファイルは、nano
、emacs
、vim
などの好みのターミナルテキストエディターを使用して編集できます。