From 6d7a37bc9a3b0f6dc81e2323e2c01127df9ee518 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ruiz=20de=20Alegr=C3=ADa?= Date: Tue, 15 Nov 2022 21:29:53 +0100 Subject: [PATCH] Fixes to kali-themes-phosh package --- debian/control | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index ca78028a..45b74afe 100644 --- a/debian/control +++ b/debian/control @@ -95,6 +95,7 @@ Architecture: all Depends: kali-themes, adw-gtk3-kali, + ${misc:Depends}, Description: Configure Phosh desktop to use the Kali theme Installing this package should configure Phosh desktop to use the Kali theme by default. diff --git a/debian/rules b/debian/rules index cb4429b5..26ac586a 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,5 @@ override_dh_install: override_dh_installgsettings: # With priority 21 settings overrides kali-defaults (20) and desktop-base (10) dh_installgsettings --priority 21 + cd debian/kali-themes-phosh/usr/share/glib-2.0/schemas/ && \ + mv 21_kali-themes-phosh.gschema.override 22_kali-themes-phosh.gschema.override