From 2de105e0353093b8dc966c244c281c77fdb97ce4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Fri, 19 Sep 2025 07:19:29 +0200 Subject: [PATCH] snap: Do not leak the launcher into the ghostty $PATH Otherwise when launching the snap we'll get a "launcher" binary that is provided by the own snap --- snap/snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index df8d6ae53..0962bf972 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -20,7 +20,7 @@ platforms: apps: ghostty: command: bin/ghostty - command-chain: [bin/launcher] + command-chain: [app/launcher] completer: share/bash-completion/completions/ghostty.bash desktop: share/applications/com.mitchellh.ghostty.desktop #refresh-mode: ignore-running # Store rejects this, needs fix in review-tools @@ -35,7 +35,7 @@ parts: source: snap/local source-type: local organize: - launcher: bin/ + launcher: app/ zig: plugin: nil