From bbd803ef751147a37751b0022541c9067172c616 Mon Sep 17 00:00:00 2001 From: Clayton Craft Date: Thu, 3 Apr 2025 11:35:46 -0700 Subject: [PATCH] justfile: install dconf profile This wasn't being installed by the justfile, so distros using the justfile for packaging weren't properly installing the dconf profile. Fixes https://gitlab.alpinelinux.org/alpine/aports/-/issues/17056 --- Justfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Justfile b/Justfile index d348ec8..a3cc10b 100644 --- a/Justfile +++ b/Justfile @@ -41,6 +41,9 @@ install: # mimeapps install -Dm0644 data/cosmic-mimeapps.list {{applicationdir}}/cosmic-mimeapps.list + # dconf profile + install -Dm644 data/dconf/profile/cosmic {{cosmic_dconf_profile}} + clean_vendor: rm -rf vendor vendor.tar .cargo/config