Fedora 35 Minimal Installation with GNOME
Fedora 35にGNOMEデスクトップ環境を入れた最小構成でインストールする手順を記します。
- Download Fedora-Everything-netinst-x86_64-35-1.X.iso
- Select "Fedora Custom Operating System" (or "Minimal Install") and install
- Run sudo vi /etc/dnf/dnf.conf and append text below
deltarpm=False
fastestmirror=True
install_weak_deps=False - Run sudo vi /etc/fstab and edit (if necessary)
- Run sudo dnf install bash-completion lsof nano tar wget bzip2 unzip zip
- Logout shell and relogin
- Run sudo dnf install gdm mesa-dri-drivers gnome-terminal adobe-source-code-pro-fonts nautilus
- Run sudo dnf install dejavu-sans-mono-fonts epiphany gedit gnome-terminal-nautilus virtualbox-guest-additions (if necessary)
- Run sudo dnf install ibus-anthy imsettings google-noto-sans-cjk-ttc-fonts (for Japanese users)
- Run sudo dnf remove authselect firewalld gawk-all-langpacks geolite2-* iproute-tc pcsc-lite python3-unbound sssd-* trousers
- Run sudo systemctl disable --now dnf-makecache.timer
- Run sudo systemctl set-default graphical.target
- Reboot
-
Open "Settings" and modify (if necessary)
Settings -> Displays -> Resolution -> Apply -> Keep Changes Privacy -> Screen Lock -> Blank Screen Delay -> Never Automatic Screen Lock -> Off Power -> Automatic Suspend -> Off Keyboard -> Input Sources -> Add Users -> Unlock -> Automatic Login -> On
- Run gsettings set org.freedesktop.Tracker3.Miner.Files crawling-interval -2
- Run gsettings set org.freedesktop.Tracker3.Miner.Files enable-monitors false
- Run tracker3 reset -s
- Complete!