私はUbuntu 14.04 gnomeを使用しています。よりクラシックにするために、をインストールしましたgnome-session-fallback
。問題なく動作しましたが、誤ってトップパネルを削除してしまいました。解決策を検索すると、Ubuntu 7-8からの回答が次のように表示されます。デフォルトのトップパネルを再度追加する
しかし、~/.gconf/apps/panel がないので、うまくいきません。これは、パネルがシステムにネイティブではなく、 を介しているためだと思いますgnome-session-fallback
。 をアンインストールして再インストールしてみましたgnome-session-fallback
が、うまくいきませんでした。トップ パネルをデフォルトに戻すためにリセットできるファイルを探しています。
また、参考になればと思いますが、別のユーザーとしてログインするとパネルは正常に表示されるので、設定ファイルはおそらくホームドライブにあると思います。何かアイデアはありますか?
答え1
パネルなどの情報を含むファイルが、別のユーザーからコピーされたものであることがわかりました。~/.config/dconf/user
パネルはデフォルトのものに戻りました。
答え2
次のコマンドを実行します:
gnome-panel --replace
man gnome-panel
DESCRIPTION
The gnome-panel program provides the panels of the the GNOME desktop.
The panels are the areas on the desktop that contain, among other
items, the applications menu, application launchers, the notification
area and the window list.
Small applications called applets can also be embedded in the panels.
The applets usually provide quick access to specific features.
OPTIONS
--replace
Replace an already running panel.