From bf5c2256c4b1bdbe73f6d0ff2ac4746f1a345dd8 Mon Sep 17 00:00:00 2001 From: bjorn3 <17426603+bjorn3@users.noreply.github.com> Date: Sun, 25 Jan 2026 21:05:42 +0100 Subject: [PATCH] Move /ui to /usr/share/ui And make /usr/share/fonts and /usr/share/icons the canonical locations for fonts and icons respectively. --- config/base.toml | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/config/base.toml b/config/base.toml index 94e7c1af9..01af18300 100644 --- a/config/base.toml +++ b/config/base.toml @@ -168,10 +168,21 @@ path = "/share" data = "usr/share" symlink = true +[[files]] +path = "/ui" +data = "usr/share/ui" +symlink = true + ## legacy orbital font directory [[files]] -path = "/usr/share/fonts" -data = "../../ui/fonts" +path = "/usr/share/ui/fonts" +data = "/usr/share/fonts" +symlink = true + +## legacy orbital icon directory +[[files]] +path = "/usr/share/ui/icons" +data = "/usr/share/icons" symlink = true ## /var