前一陣子有點迷上玩 Asphalt 9,後來就改成使用 Ubuntu 22.04,沒有接觸就沒有玩的可能,不久便把這個興趣戒斷。
在調適 Ubuntu 22.04 的過程中遇到一些困難,所以乾脆寫這篇文章把所有的指令整理起來,哪天有需要用到的時候會方便一點。
1. 安裝 TimeShift
因為 Ubuntu 在安裝一些更新或是應用包之後,要恢復原本的狀況不容易。所以安裝 TimeShift 讓我們可以順利地搭時光機回到過去。
sudo apt update && sudo apt upgrade
sudo apt install timeshift
2. 安裝 fcitx5
sudo apt update && sudo apt upgrade
sudo apt install timeshift
取代 ibus,支援性更好的 fcitx5,讓我們可以順利地輸入中文跟日文。
sudo apt-get install fcitx5 fcitx5-chewing fcitx5-mozc
sudo apt-get install fcitx5-chinese-addons fcitx5-frontend-gtk2
sudo apt-get install kde-config-fcitx5 qt5-image-formats-plugins qtwayland5
sudo apt-get install fcitx5 fcitx5-chewing fcitx5-mozc
sudo apt-get install fcitx5-chinese-addons fcitx5-frontend-gtk2
sudo apt-get install kde-config-fcitx5 qt5-image-formats-plugins qtwayland5
用 fcitx5 取代 ibus。
im-config -n fcitx5
im-config -n fcitx5
3. Tweaks
裝完之後記得把 fcitx5 加到 Startup Applications。
sudo add-apt-repository universe
sudo apt install gnome-tweaks
sudo add-apt-repository universe
sudo apt install gnome-tweaks
4. 像 Windows 一樣視窗點擊縮放
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize-or-previews'
gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'minimize-or-previews'
參考資料:
Comments
Post a Comment