答え1
Mint-Yテーマフォルダ:
~/.themes/Mint-Y
~/.themes/Mint-Y-Dark
~/.themes/Mint-Y-Darker
~/.themes/Mint-Y-Dark/cinnamon/cinnamon.css になければなりません。
今日のテーマバージョンをダウンロードしてください:
https://github.com/linuxmint/mint-y-theme/archive/master.zip
GitHubの編集者注:
usr/share/themes ディレクトリでテーマを直接変更しないでください。これはsrc /ディレクトリのファイルから自動的に生成されます。各サブディレクトリには、編集方法に関する個別のガイドラインが含まれています。編集が完了したら、build-themes.pyスクリプトを実行して最終テーマを生成できます。
アイコンとテーマを定期的に更新するには、スクリプトを使用するのが最善です。
#!/bin/bash
mkdir -p ~/Downloads/themes-mint/
wget -O ~/Downloads/themes-mint/themes.zip https://github.com/linuxmint/mint-y-theme/archive/master.zip
wget -O ~/Downloads/themes-mint/icons.zip https://github.com/linuxmint/mint-y-icons/archive/master.zip
unzip -o ~/Downloads/themes-mint/themes.zip -d ~/Downloads/themes-mint/
unzip -o ~/Downloads/themes-mint/icons.zip -d ~/Downloads/themes-mint/
cp -r ~/Downloads/themes-mint/mint-y-theme-master/usr/share/themes/* ~/.themes/
cp -r ~/Downloads/themes-mint/mint-y-icons-master/usr/share/icons/* ~/.icons/
ホームディレクトリにテキストファイルとして保存し、たとえば名前を付けて実行しupdate-themes
、chmod 700 update-themes
常に./update-themes
。