在 Ubuntu 11.04 的经典 Gnome 启动时,顶部和底部面板不会显示

在 Ubuntu 11.04 的经典 Gnome 启动时,顶部和底部面板不会显示

我使用完整更新的 Ubuntu 11.04、经典的 Gnome DE、Synaptic 进行安装和卸载。

我已经卸载了 Banshee、Empathy 和 Evolution,我永远不会使用这些程序。我已标记要完全删除,还选择了一些其他项目,例如同情心-共同点演化-共同, ETC..

在我重新启动它之前,一切都很好。顶部和底部面板均未显示。我也在使用 AWN(Avant Window Navigator),所以现在我正在使用它的面板。

我想我已经卸载了一些需要加载顶部和底部面板的东西。

请帮我把它们带回来。:)

答案1

Gnome 独立于系统中安装的其他程序。因此,删除这些程序与 Gnome 无关。请尝试删除并重新加载 gnome-shell。

答案2

如果你想找回所有原始的 ubuntu 数据包,你可以尝试:sudo aptitude install ubuntu-desktop引用自这里

ubuntu-desktop:除了 ubuntu-base 之外,此软件包还依赖于 Ubuntu 桌面系统中的所有软件包。它会安装桌面环境 (GNOME) 以及许多供家庭和办公室使用的软件。

这无疑是将 ubuntu 恢复到其初始数据包状态的最快方法。

答案3

Kush 的评论帮助了我这一点。

  1. 首先gnome-panel在终端运行。
  2. 如果未安装 gnome-panel,请使用以下方式安装sudo apt-get install gnome-panel
  3. 然后再试gnome-panel一次。它就会显示出来。

在我的安装过程中,我注意到它也在安装进化数据服务器gnome 小程序指示器小程序应用程序菜单指示器小程序完成libedataserverui。从那以后,我昨天卸载了进化数据服务器我。

以下是完整日志,以防万一:

ikrz@ikrz-Lenovo-G570:~$ gnome-panel
The program 'gnome-panel' is currently not installed.  You can install it by typing:
sudo apt-get install gnome-panel
ikrz@ikrz-Lenovo-G570:~$ sudo apt-get install gnome-panel
[sudo] password for ikrz: 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages were automatically installed and are no longer required:
  linux-headers-2.6.38-8-generic linux-headers-2.6.38-8
Use 'apt-get autoremove' to remove them.
The following extra packages will be installed:
  evolution-data-server gnome-applets indicator-applet-appmenu
  indicator-applet-complete libedataserverui1.2-11
Suggested packages:
  evolution evolution-data-server-dbg gnome-netstatus-applet deskbar-applet
  cpufrequtils epiphany-browser menu-xdg
The following NEW packages will be installed:
  evolution-data-server gnome-applets gnome-panel indicator-applet-appmenu
  indicator-applet-complete libedataserverui1.2-11
0 upgraded, 6 newly installed, 0 to remove and 0 not upgraded.
Need to get 943 kB/1,386 kB of archives.
After this operation, 4,444 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://in.archive.ubuntu.com/ubuntu/ natty/main libedataserverui1.2-11 amd64 2.32.2-0ubuntu2 [101 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu/ natty/main gnome-applets amd64 2.32.1.1-0ubuntu5 [179 kB]
Get:3 http://in.archive.ubuntu.com/ubuntu/ natty/main evolution-data-server amd64 2.32.2-0ubuntu2 [615 kB]
Get:4 http://in.archive.ubuntu.com/ubuntu/ natty/main indicator-applet-appmenu amd64 0.4.12-0ubuntu1 [23.4 kB]
Get:5 http://in.archive.ubuntu.com/ubuntu/ natty/main indicator-applet-complete amd64 0.4.12-0ubuntu1 [24.4 kB]
Fetched 943 kB in 7s (134 kB/s)                                                
Selecting previously deselected package libedataserverui1.2-11.
(Reading database ... 241087 files and directories currently installed.)
Unpacking libedataserverui1.2-11 (from .../libedataserverui1.2-11_2.32.2-0ubuntu2_amd64.deb) ...
Selecting previously deselected package gnome-panel.
Unpacking gnome-panel (from .../gnome-panel_1%3a2.32.1-0ubuntu6.5_amd64.deb) ...
Selecting previously deselected package gnome-applets.
Unpacking gnome-applets (from .../gnome-applets_2.32.1.1-0ubuntu5_amd64.deb) ...
Selecting previously deselected package evolution-data-server.
Unpacking evolution-data-server (from .../evolution-data-server_2.32.2-0ubuntu2_amd64.deb) ...
Selecting previously deselected package indicator-applet-appmenu.
Unpacking indicator-applet-appmenu (from .../indicator-applet-appmenu_0.4.12-0ubuntu1_amd64.deb) ...
Selecting previously deselected package indicator-applet-complete.
Unpacking indicator-applet-complete (from .../indicator-applet-complete_0.4.12-0ubuntu1_amd64.deb) ...
Processing triggers for man-db ...
Processing triggers for gconf2 ...
Setting up libedataserverui1.2-11 (2.32.2-0ubuntu2) ...
Setting up gnome-panel (1:2.32.1-0ubuntu6.5) ...
Setting up gnome-applets (2.32.1.1-0ubuntu5) ...
Setting up evolution-data-server (2.32.2-0ubuntu2) ...
Setting up indicator-applet-appmenu (0.4.12-0ubuntu1) ...
Setting up indicator-applet-complete (0.4.12-0ubuntu1) ...
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place
ikrz@ikrz-Lenovo-G570:~$ gnome-panel
^C
ikrz@ikrz-Lenovo-G570:~$ 

感谢所有试图帮助我的人。我很感激。:)

相关内容