The git-launch launcher: Fix Git functionality in the snap runtime environment

This launcher fixes Git shipped in the snap runtime environment.

How to use

Merge the following part definition:

parts:
  # The git-launch launcher: Fix Git functionality in the snap runtime environment
  # https://forum.snapcraft.io/t/the-git-launch-launcher-fix-git-functionality-in-the-snap-runtime-environment/11742
  git-launch:
    source: https://github.com/Lin-Buo-Ren/git-launch.git
    source-tag: v1.0.0
    plugin: dump
    stage:
      - bin/*

then add bin/git-launch to the command chain to launch the application:

apps:
  _app_name_:
    adapter: full
    command: bin/_app_executable_
    command-chain:
      - bin/git-launch

Implementation

Snaps that use this launcher

1 Like

@admins Please change this topic to a wiki, thanks!

It’s now a wiki, thanks!

1 Like