プログラミング

Ubuntuにarc-themeをインストール・テーマを設定

Ubuntuパソコン・サーバーにテーマarc-themeをインストールし、テーマを設定・適用する方法について紹介します。
Ubuntuのバージョンは18.04を例に使用します。

以下コマンドをコピー・アンド・ペーストします。

# To build the theme the follwing packages are required
sudo apt-get update
sudo apt-get install -y autoconf
sudo apt-get install -y automake
sudo apt-get install -y gtk2-engines-murrine
sudo apt-get install -y libgtk-3-dev
sudo apt-get install -y gnome-tweak-tool
sudo apt-get update

# Clone the git repository with
git clone https://github.com/horst3180/arc-theme --depth 1 && cd arc-theme

# 2. Build and install the theme
./autogen.sh --prefix=/usr
sudo make install

gnome-tweaks

gnome-tweaksで設定を起動し,apeearance > テーマ にて、Arcテーマが選択可能。

ubuntu16.04の場合はここがgnome-tweak-toolだった。ここらへんしか違いはない。

コメントを残す

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です