Skip to content

docs(readme): document Quick Look registration troubleshooting - #203

Merged
lambdalisue merged 1 commit into
mainfrom
docs/quicklook-troubleshooting
Jul 25, 2026
Merged

docs(readme): document Quick Look registration troubleshooting#203
lambdalisue merged 1 commit into
mainfrom
docs/quicklook-troubleshooting

Conversation

@lambdalisue

Copy link
Copy Markdown
Member

Why

The v0.31.1 sandbox fix (#202) reaches users' disks correctly — the embedded
ArtoQuickLook.appex carries the network.client entitlement and non-persistent
data store. But the preview can still fail to appear because macOS does not always
register the Quick Look extension after install: when the app is still
quarantined at first launch (unsigned/ad-hoc build), PluginKit lists no match and
Space renders no preview — indistinguishable from the old "doesn't load" symptom.

Removing the quarantine alone does not register the extension; the app must be
launched, or the extension registered explicitly.

What

Add a > [!TIP] troubleshooting note under Installation showing the manual
recovery steps (verified on macOS 26.5):

pluginkit -a /Applications/Arto.app/Contents/PlugIns/ArtoQuickLook.appex
qlmanage -r && qlmanage -r cache

Framed as troubleshooting, not a required step — normal launch auto-registers it.

🤖 Generated with Claude Code

The v0.31.1 sandbox fix ships correctly, but macOS does not always
auto-register the Quick Look extension after install (for example when
the app is still quarantined at first launch), so pressing Space renders
no preview. Add a troubleshooting tip that registers the appex with
pluginkit and refreshes the Quick Look cache.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings July 25, 2026 15:25

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Documents a macOS Quick Look troubleshooting path for cases where the Quick Look extension isn’t registered after installation (e.g., quarantined first launch), even though the extension bundle/entitlements are correct.

Changes:

  • Adds a README troubleshooting TIP under Installation for “Quick Look preview not showing?”
  • Documents manual Quick Look extension registration via pluginkit and cache refresh via qlmanage.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@lambdalisue
lambdalisue merged commit d47b078 into main Jul 25, 2026
16 checks passed
@lambdalisue
lambdalisue deleted the docs/quicklook-troubleshooting branch July 25, 2026 22:55
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.

2 participants