NoSignal-OS/os updates/menu-cleanup/README.md
28allday 19fd794b6b NoSignal — fully-offline Arch → Hyprland desktop installer
Single-script builder (nosignal.sh) that turns a stock Arch Linux ISO into a
fully-offline installer for a themed Hyprland + caelestia (Quickshell) desktop:
matching SDDM greeter, Btrfs/Limine bootable snapshots, chwd-style GPU
detection, and a curated "os updates" layer (keybind cheatsheet, settings
panels, system polish, on-box management skill). See README.md.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-21 11:03:10 +01:00

36 lines
1.3 KiB
Markdown
Executable file

# menu-cleanup — hide uuctl from the launcher
## Symptom
`uuctl` appears in the Super+Space launcher. It is uwsm's user-systemd-
unit manager — a dmenu-driven admin utility that ships a desktop entry
with the `uwsm` package. Not an app a user should be offered; the
change "system-polish" hide list (avahi/foot/qv4l2/pinentry…) simply
missed it because it was specified before uwsm's entry was noticed.
## Fix
Same mechanism as system-polish A1: a user-level
`~/.local/share/applications/uuctl.desktop` override with
`NoDisplay=true` + `Hidden=true` shadows the system entry. Idempotent,
no sudo.
## Packaging
Fold `uuctl` into the `HIDDEN` list in
`system-polish/install-system-polish.sh` (one word) — this component
then only matters as a migration for boxes installed from older ISOs.
## Considered and left visible (builder judgment calls)
- `vim.desktop` — console Vim alongside Neovim; harmless, some users
want it.
- `limine-snapper-restore.desktop` — GUI snapshot restore; arguably a
recovery feature worth keeping discoverable.
- `cups.desktop` ("Manage Printing") + `system-config-printer.desktop`
("Print Settings") — mild duplication, both functional.
## Test
`Super+Space` → type "uuctl" → no result. (Entries for the items above
still present.)