From 66a8d05e2461761b60e1b4126437d04dc4f3dbbe Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 15 Sep 2026 14:52:57 +0200 Subject: fix: make the launcher mark load and draw Three faults stacked on the same pill, each hidden by the one before it. A module's `path` is not shell-expanded the way `exec` is, so "$HOME/..." was taken literally, no file was found, and the module drew nothing without logging why. The module file is generated into place now, with the absolute path written in, which is why install.sh removes the target first: an earlier install had symlinked that file, and a redirect onto a surviving link truncates the link's target, which is the repo's own copy. With a real path to try, gdk-pixbuf then refused the file. The XML was well-formed, but the loader sniffs the opening bytes for " --- icons/slackware.svg | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'icons/slackware.svg') diff --git a/icons/slackware.svg b/icons/slackware.svg index 0b1f633..bb78bdd 100644 --- a/icons/slackware.svg +++ b/icons/slackware.svg @@ -1,7 +1,12 @@ - + -- cgit v1.2.3