我将我的 Ubuntu 从 17.10 更新到 18.04 现在顶部的应用程序菜单在单击它时没有显示下拉菜单。
Places 菜单有效,但左侧的 Applications 下拉菜单无效:
找到相关帖子但没有解决方案
您必须使用 gnome-tweak-tools 激活“热角”。
它对我有用。
我在这里找到了这个解决方案:https : //extensions.gnome.org/extension/6/applications-menu/
cd /usr/share/gnome-shell/extensions/apps-menu@gnome-shell-extensions.gcampax.github.com
Run Code Online (Sandbox Code Playgroud)
然后编辑metadata.json
sudo nano metadata.json
Run Code Online (Sandbox Code Playgroud)
编辑 Shell 版本
{
"extension-id": "apps-menu",
"uuid": "apps-menu@gnome-shell-extensions.gcampax.github.com",
"gettext-domain": "gnome-shell-extensions",
"name": "Applications Menu",
"description": "Add a category-based menu for applications.\nThis extension is part of Classic Mode and is officially supported by GNOME. Please do not report bugs using the form below, use GNOME's GitLab instance instead.",
"original-authors": [ "e2002@bk.ru", "debarshir@gnome.org" ],
"shell-version": [ "3.28.1" ], // add your shell version
"url": "https://gitlab.gnome.org/GNOME/gnome-shell-extensions"
}
Run Code Online (Sandbox Code Playgroud)
按ctrl+o保存文件并ctrl+x退出
通过输入以下命令获取 Shell 版本:gnome-shell --version
然后注销并再次登录,这解决了我的问题。
| 归档时间: |
|
| 查看次数: |
22676 次 |
| 最近记录: |