## Copyright (C) 2012 - 2025 ENCRYPTED SUPPORT LLC <adrelanos@whonix.org>
## See the file COPYING for copying conditions.

#### meta start
#### project Whonix
#### category apps and security and usability
#### description
## KGPG settings

[GPG Settings]
## Pre-configured first time wizard.
gpg_config_path[$e]=$HOME/.gnupg/gpg.conf
## Pre-configured GPG v2 as default.
gpg_bin_path[$e]=gpg2

## Pre-configured first time wizard.
[General Options]
First run=false

## https://forums.whonix.org/t/gpg-recv-keys-fails-no-longer-use-keyservers-for-anything/5607/8
[Servers]
Server_List=

## Disabled tip of the day.
[TipOfDay]
RunOnStart=false

## Disabled tray icon, because KDE minimized KGpg into the tray area by
## default and also hides its tray icon by default. This is very confusing for
## users. Therefore we start KGpg in foreground without tray icon. Users are
## free to change this setting.
[User Interface]
systray_icon=false

#### meta end
