1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Red Hat 8.x Updateにより(Gnome)Terminal起動不可時の対処

Posted at

前提:

Red Hat 8.xを導入しWindowsシステムを使用するためにgroupinstallにて"Server with GUI"にて導入。
しかし、OSのUpdateをした後、Terminalを起動しようとすると、25秒程度待たされた挙句に起動しない。

事前確認:

/etc/environmentの中身を確認(おそらく空白)

対処:

/etc/environmentに以下を記載

LANG=en_US.utf-8
LC_ALL=en_US.utf-8

※ファイルがない場合は作成
※ja_JP.utf-8でもよい

事後確認:

Widnowシステムを起動しTerminalを起動

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?