Ubuntu 23.04 on Raspberry Pi 4
Raspberry Pi 4 にUbuntu 23.04 をインストールしました。
リモートからRDPで接続しました。
環境
- Raspberry Pi 4B
- Ubuntu 23.04
構築
- Ubuntu Server のインストール
- ubuntu-desktop パッケージのインストール
- xrdp パッケージのインストール
sudo apt install xrdp
/etc/xrdp/startwm.sh unset DBUS_SESSION_BUS_ADDRESS
exec gnome-session
test -x /etc/X11/Xsession && exec /etc/X11/Xsession
exec /bin/sh /etc/X11/Xsessionsudo systemctl enable --now xrdp
- Chromium のインストール
sudo add-apt-repository ppa:saiarcot895/chromium-beta
sudo apt-get update
sudo apt install chromium-browser - Gnome Shell 拡張機能のインストール
GNOME Shell 拡張連携パッケージ
sudo apt install -y chrome-gnome-shell gnome-tweaks
Google Chrome 拡張 : GNOME Shell Integration
https://chrome.google.com/webstore/detail/gnome-shell-integration/gphhapmejobijbbhgpjhcjognlahblepGNOME Shell 拡張機能
https://extensions.gnome.org/extension/1160/dash-to-panel/
https://extensions.gnome.org/extension/3628/arcmenu/
Comment