Skip to content

Add man-db to the guest image - #225

Open
jtavin-smp wants to merge 1 commit into
omacom:mainfrom
jtavin-smp:fix/man-db-browser-help-probe
Open

jtavin-smp wants to merge 1 commit into
omacom:mainfrom
jtavin-smp:fix/man-db-browser-help-probe

Conversation

@jtavin-smp

Copy link
Copy Markdown
Contributor

Adds man-db to the guest image so Chromium-family browsers can exec man when probed with --help, which Omarchy's browser detection relies on and which currently leaves a coredump on every launch.

  • Add man-db to guest/packages.txt

Closes #217.

🤖 Generated with Claude Code

Chromium-family browsers implement --help by exec'ing man. Omarchy's
omarchy-launch-browser probes the default browser with --help to detect
Mozilla browsers, so with no man on the image the exec fails and Chromium
calls PLOG(FATAL). Every browser launch leaves a SIGTRAP coredump and a
crash notification before the browser starts normally.

The package lock is not refreshed here. A factory relock currently fails
resolution because Arch Linux ARM has moved hyprland to 0.56.2-3, which
requires libaquamarine.so=14-64, while the factory ABI pin rebuilds
aquamarine 0.14 providing .so=13. That failure reproduces on an unmodified
main, so it is not introduced by this change.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Guest image omits man-db, so every omarchy-launch-browser call dumps a Chromium core (upstream omarchy#8897)

1 participant