Home GnuPG

Use a custom AppRun script

Description

Use a custom AppRun script

* docker/appimage/build-appimage.sh: Remove existing wrapped AppRun.
Pass custom AppRun to linuxdeploy.
* src/appimage/AppRun: New.

The custom AppRun adds ${APPDIR}/usr/bin to the PATH, so that Kleopatra
uses the GnuPG executables included in the AppImage. Moreover, it
shuts down GnuPG daemons that have been started from the AppImage
because the AppImage will be unmounted once AppRun exits.

Details

Provenance
ikloeckerAuthored on Sep 30 2021, 12:02 PM
Parents
rW3712156ff267: Add files for building AppImage of Kleopatra with Docker
Branches
Unknown
Tags
Unknown
Tasks
T5592: AppImage of Kleopatra