From 3f96465cba332cc559436310e53c8aa7940220d2 Mon Sep 17 00:00:00 2001 From: Daniel van Vugt Date: Tue, 10 Feb 2026 16:16:12 +0800 Subject: [PATCH] debian: Add missing dependency Of gnome-shell-extensions on gnome-shell-extension-status-icons --- debian/changelog | 1 + debian/control | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index e207d77d..cd8b79f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ gnome-shell-extensions (50~alpha-1) UNRELEASED; urgency=medium - classic: Drop xorg sessions - classic: Deifne a gnome-session session - Misc. bug fixes and cleanups + * debian/control: Add missing dependency gnome-shell-extension-status-icons -- Daniel van Vugt Tue, 10 Feb 2026 16:09:25 +0800 diff --git a/debian/control b/debian/control index a5e9b1c4..44e6b514 100644 --- a/debian/control +++ b/debian/control @@ -25,6 +25,7 @@ Depends: gnome-shell-extension-apps-menu, gnome-shell-extension-places-menu, gnome-shell-extensions-common, gnome-shell-extension-screenshot-window-sizer, + gnome-shell-extension-status-icons, gnome-shell-extension-system-monitor, gnome-shell-extension-user-theme, gnome-shell-extension-window-list,