Voyager linux voyagerlive.org を使っているがデスクトップ下部に表示されるラウンチャー (dock) が表示しなくなったので対処する。
そもそもの原因は久しぶりに apt upgrade で更新をかけたことでおそらく gnome の設定が飛んだんだと思う。
で早速、claude に聞いて状況を確認する。
$ gnome-extensions list --enabled
空
$ gnome-extensions list
たくさん拡張が表示される。
# user 拡張が有効かどうか確認する
$ gsettings get org.gnome.shell disable-user-extensions
true対策は、拡張を有効にする。
$ gsettings set org.gnome.shell disable-user-extensions false
dash-to-dock@micxgx.gmail.com
Name: Dash to Dock
Description: A dock for the Gnome Shell. This extension moves the dash out of the overview transforming it in a dock for an easier launching of applications and a faster switching between windows and desktops. Side and bottom placement options are available.
Path: /home/mnishi/.local/share/gnome-shell/extensions/dash-to-dock@micxgx.gmail.com
URL: https://micheleg.github.io/dash-to-dock/
Original author: micxgx@gmail.com
Version: 104
Enabled: No
State: INITIALIZED
$ killall -HUP gnome-shell
なおった。
コメントを残す