0
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?

Lubuntu26.04をノートPCにインストールしました。

0
Posted at

環境

Lubuntu26.04

概要

ノートPCにLubuntu26.04をインストールしました。

やったこと

メモリーが2GBのノートPCにインストールしていたUbuntuを26.04に上げたらswap多くて動作が遅くなったのでLubuntuをインストールしました。

isoファイルをダウンロードしてmacOSでUSBメモリーにddしてインストールUSBメモリーを作成、インストールUSBメモリーからブートしてLubuntu26.04をインストール。

日本語入力

WEBで検索したらfcitx-mozcの結果が出てきたのでfcitx-mozcをインストールしましたがfcitxの設定画面で入力ソースにmozcが出てこなかったのでibusにしました。

sudo apt install ibus-mozc

CapsをCtrlに

xorg.conf.d配下の設定ファイルを直接編集してしまいました。後Waylandになったんじゃなかったっけですが分からないです。

sudo vi /etc/X11/xorg.conf.d/00-keyboard.conf 
# Read and parsed by systemd-localed. It's probably wise not to edit this file
# manually too freely.
Section "InputClass"
        Identifier "system-keyboard"
        MatchIsKeyboard "on"
        Option "XkbLayout" "jp"
        Option "XkbVariant" ""
        Option "XkbOptions" "ctrl:nocaps"
EndSection

ログアウトして再ログインしてCapsがCtrlになりました。

以上Lubuntu26.04をノートPCにインストールしたメモです。

0
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
0
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?