Bug 459041 - Kleopatra Flatpak needs a running gpg-agent from host to work
Summary: Kleopatra Flatpak needs a running gpg-agent from host to work
Status: RESOLVED INTENTIONAL
Alias: None
Product: kleopatra
Classification: Applications
Component: general (other bugs)
Version First Reported In: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Andre Heinecke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-09-13 03:49 UTC by Yao Nianqing
Modified: 2025-05-06 14:33 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yao Nianqing 2022-09-13 03:49:07 UTC
SUMMARY

(This bug is filed for informational purpose, not a real bug)

Kleopatra Flatpak may not work out of box. It needs an running gpg-agent from host to work, and here are some instruction for this.

In order to run gpg-agent in the background, you can run following command from your terminal:

```
gpg-agent --daemon
```

You can add this line in your `~/.bashrc` or `~/.profile`, so that gpg-agent can start on your login.

Or you can utilize systemd to start it. See this for more infomation: https://sources.debian.org/src/gnupg2/2.2.39-1/doc/examples/systemd-user/README/
Comment 1 Ingo Klöcker 2025-05-06 14:33:56 UTC
bugs.kde.org is not the right place for documenting how to run the Kleopatra flatpak. I'll close this report. People running into this problem will still be able to find this report.