適用於 Ubuntu 15.04 的 Gnome-shell

適用於 Ubuntu 15.04 的 Gnome-shell

我最近將 Ubuntu 更新到 15.04,現在又回到了 Unity shell。更新後我的 gnome-shell 變得有問題,所以我不得不恢復。如何在不切換到 Ubuntu Gnome 的情況下(再次)獲得 Gnome shell?我現在實在無力重新格式化。

答案1

使用以下命令安裝 GNOME Shell 3.14:

sudo apt-get install gnome-shell

對於 GNOME 3.16 或未來的 GNOME 版本

sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update
sudo apt-get install gnome-shell

相關內容