Ubuntuを17.10から18.04に更新しました。クリックすると、上部の[アプリケーション]メニューにドロップダウンが表示されなくなりました。
[場所]メニューは機能していますが、左側の[アプリケーション]ドロップダウンが機能していません。
関連する post を見つけましたが、解決策はありません
Gnome-Tweak-toolsで「ホットコーナー」を有効にする必要があります。
それは私のために働いた。
私はここでこの解決策を見つけました: https://extensions.gnome.org/extension/6/applications-menu/
cd /usr/share/gnome-Shell/extensions/[email protected]
次にmetadata.json
を編集します
Sudo nano metadata.json
シェルバージョンの編集
{
"extension-id": "apps-menu",
"uuid": "[email protected]",
"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": [ "[email protected]", "[email protected]" ],
"Shell-version": [ "3.28.1" ], // add your Shell version
"url": "https://gitlab.gnome.org/GNOME/gnome-Shell-extensions"
}
ctrl+o
を押してファイルを保存し、ctrl+x
を押して終了します
次のように入力して、シェルバージョンを取得します。gnome-Shell --version
その後、ログアウトして再度ログインすると、問題が解決しました。
Rakesh RoyとPhJの2つの答えの組み合わせは、私にとってはうまくいきました。ホットコーナーをアクティブにし、シェルバージョンを3.28.1に変更する必要があります。