安装系统选择zfs格式全盘安装,⽅便快照管理
系统初始化
登录⾕歌和微软账号
修改源和更新
1.修改源为阿⾥云
打开软件和更新
2.更新系统
sudo apt update && sudo apt upgrade
系统配置
1.安装apt-fast
sudo add-apt-repository ppa:apt-fast/stable
sudo apt update
sudo apt-get install apt-fast
2.安装wine-devel
sudo apt-key add winehq.key
sudo apt update
sudo apt install --install-recommends wine-development
添加32位⽀持
sudo dpkg --add-architecture i386
安装Winetricks
sudo apt install winetricks
3.点击启动器窗⼝最⼩化
gsettings sions.dash-to-dock click-action 'minimize'
4.安装触摸板⼿势
⾸先添加你的⽤户进 input 组:
sudo gpasswd -a $USER input
安装所需依赖和软件
sudo apt install git python-setuptools python3-setuptools make
sudo apt-get install libinput-tools xdotool主页壁纸怎么设置
cd libinput-gestures
sudo make install
sudo ./libinput-gestures-setup install 设置开机启动
libinput-gestures-setup autostart
libinput-gestures-setup start
重启电脑
安装管理器
cd gestures
sudo python3 setup.py install
配置
gestures
点左上⾓的“+”
在下⾯输⼊ xdotool key "组合建"
4.安装gnome-tweak-tool gnome-shell-extensions
sudo apt install gnome-tweak-tool gnome-shell-extensions 5.修改ibus的输⼊字体⼤⼩
sudo apt-get install gnome-tweaks
打开“优化”,到扩展,选择调⼤字体
6.粘贴板管理软件 Clipboard Indicator
7.天⽓软件
8.⽹速显⽰
9.安装软件商店flathub
sudo apt install flathub
安装flathub插件(可以在应⽤商店搜到flatpak的包)
sudo apt install gnome-software-plugin-flatpak
添加Flathub存储库
软件安装
1.卸载firefox安装chrome
sudo apt purge firefox*
sudo apt install ./google-chrome-stable_current_amd64.deb
2.安装wine
创建容器
mkdir .wine
cd .wine
初始化容器
WINARCH=win64 WINEPREFIX=/home/kissuny/.wine winecfg
调整显⽰到120
安装dll
WINARCH=win64 WINEPREFIX=/home/kissuny/.wine winetricks
选择riched20和riched30
安装
WINARCH=win64 WINEPREFIX=/home/kissuny/.wine
发布评论