LoginSignup
1
3

More than 5 years have passed since last update.

WSLにUbuntuデスクトップをインストール

Last updated at Posted at 2018-10-27

Ubuntuのインストール
https://www.microsoft.com/ja-jp/p/ubuntu-1804-lts/9n9tngvndl3q?activetab=pivot:overviewtab

Windows→アプリ→Ubuntuで起動
GUIのインストール

sudo apt update;
sudo apt upgrade;
sudo apt install xfce4 xfce4-terminal;

X(GUI)のインストール
https://www.microsoft.com/ja-jp/p/x410/9nlp712zmn9q?activetab=pivot:overviewtab

Windowsでの起動ファイルの作成

start_ubuntu_gui.bat
start /B x410.exe /desktop
ubuntu1804.exe run "if [ -z \"$(pidof xfce4-session)\" ]; then export DISPLAY=127.0.0.1:0.0; xfce4-session; pkill '(gpg|ssh)-agent'; fi;"

gnome な ubuntu-desktop はサポートされてないみたい。素直に xfce4 を使いましょう

1
3
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
3