aboutsummaryrefslogtreecommitdiffstats
path: root/modules/image/launcher.jsonc
AgeCommit message (Collapse)AuthorFilesLines
32 hoursfix: draw the launcher, and prune stale links on installDanilo M.1-0/+17
A custom module renders nothing at all when its format is empty, and the format has to be empty because the Slackware mark is an icon rather than text, so the launcher pill never appeared. It is an image module now, which takes a path and needs no label: the same reason the language flag is one. install.sh only ever added links, so the module file this replaces left a dangling symlink behind that every later install would step over. It now prunes links whose source has gone, and a reinstall repairs itself. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>