From mboxrd@z Thu Jan 1 00:00:00 1970 From: Raghav Gururajan Subject: GNU Privacy Assistant Date: Fri, 31 May 2019 15:01:11 -0400 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([209.51.188.92]:39840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hWmmJ-0008Ln-K0 for help-guix@gnu.org; Fri, 31 May 2019 15:01:26 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hWmmH-0001ES-ID for help-guix@gnu.org; Fri, 31 May 2019 15:01:22 -0400 Received: from knopi.disroot.org ([178.21.23.139]:39332) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1hWmmG-0001A8-Ay for help-guix@gnu.org; Fri, 31 May 2019 15:01:21 -0400 Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 64FFE32A95 for ; Fri, 31 May 2019 21:01:17 +0200 (CEST) Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ks7pwoT8A_wR for ; Fri, 31 May 2019 21:01:16 +0200 (CEST) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+gcggh-help-guix=m.gmane.org@gnu.org Sender: "Help-Guix" To: help-guix@gnu.org Hello Guix! 1) GPA app icon does not appear in GNOME Dash. Had to open via terminal. 2) GPA gives out the following errors upon opening the app. First: ``` The GPGME library returned an unexpected error at confdialog.c:1459. The error was: Unsupported protocol This is either an installation problem or a bug in GPA. GPA will now try to recover from this error. ``` Second: ``` Fatal Error in GPGME library (invoked from file options.c, line 302): Unsupported protocol The application will be terminated What can I do to overcome these errors? ``` Thank you! Regards, RG.