在 ubuntu 19.04 中安裝 Qogir 主題時出現問題

在 ubuntu 19.04 中安裝 Qogir 主題時出現問題

我已經安裝了 ubuntu 19.04,現在嘗試從https://www.addictivetips.com/ubuntu-linux-tips/install-the-qogir-gtk-theme-on-linux/.下載並安裝後,我嘗試透過./Install -i要求 root 權限的命令來安裝映像。但是輸入root密碼後,顯示如下:

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

之後再嘗試安裝下載的主題。

相關內容