Ubuntu 19.04 に Qogir テーマをインストールする際の問題

Ubuntu 19.04 に Qogir テーマをインストールする際の問題

Ubuntu 19.04 をインストールし、Quogir テーマをインストールしようとしましたhttps://www.addictivetips.com/ubuntu-linux-tips/install-the-qogir-gtk-theme-on-linux/。ダウンロードしてインストールした後、ルート権限を要求するコマンドを使用してイメージをインストールしようとしました./Install -i。しかし、ルート パスワードを入力すると、次のようなメッセージが表示されます。

jagannath@jagannath:~/Qogir-theme$ ./Install -i
\n sassc needs to be installed to generate the css.
[ trusted ] specify the root password : \n running: sudo apt install sassc 
Reading package lists... Done: 
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libsass1
The following NEW packages will be installed:
  libsass1 sassc
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
Need to get 773 kB of archives.
After this operation, 2,753 kB of additional disk space will be used.
Do you want to continue? [Y/n] Abort.
\n Operation canceled  Bye

現在、gnome-tweak で Qogir テーマは表示されますが、背景画像がありません。この問題についてご提案をお願いします。

答え1

次の方法で必要なパッケージをインストールしてみてください。

sudo apt install sassc

その後、ダウンロードしたテーマを再度インストールしてみてください。

関連情報