私はそのコマンドを実行しましたが、一部のアプリケーションのみをインストールし、Budgieはインストールしませんでした。
やった "Sudo apt-get install ubuntu-budgie-desktop
"as said by Rosamunda 。
私は今何ができますか?どんな体も助けてくれますか?
Budgieデスクトップ環境は、Ubuntu 18.04 LTS以降、標準 buntuuniverseリポジトリ にあります。そのため、サードパーティのリポジトリやPPAをインストールする必要はありません。
Budgieデスクトップをタスクとしてインストールできます
Sudo add-apt-repository universe
Sudo apt-get update
Sudo apt-get install ubuntu-budgie-desktop^
最後のコマンドノート^
最後に、必要な依存関係をすべて備えた task をインストールすることを意味します。
次に、ログアウトして、ログイン画面でバディセッションを選択します。
そしてそれにログインします。
これで問題が解決しない場合は、次のパッケージを手動で再インストールしてください。
Sudo apt-get install --reinstall budgie-core budgie-desktop \
budgie-desktop-common budgie-desktop-environment \
budgie-dropby-applet budgie-hotcorners-applet budgie-indicator-applet \
budgie-keyboard-autoswitch-applet budgie-lightdm-theme \
budgie-lightdm-theme-base budgie-previews-applet budgie-quicknote-applet \
budgie-rotation-lock-applet budgie-showtime-applet budgie-wallpapers \
budgie-wallpapers-bionic gir1.2-budgie-1.0 libbudgie-plugin0 libbudgietheme0 \
libraven0 plymouth-theme-ubuntu-budgie-text plymouth-theme-ubuntu-budgie-logo \
ubuntu-budgie-desktop ubuntu-budgie-themes
次に、LightDMをログイン画面として設定します。
Sudo dpkg-reconfigure lightdm # select lightdm
再起動して、Budgieセッションにログインします。