Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37683856
en ru br
Репозитории ALT
S:2.4.3-alt1
5.1: 2.0.14-alt1.M51.1
4.1: 2.0.14-alt1.M41.1
4.0: 2.0.9-alt2.M40.1
3.0: 1.9.17-alt2
www.altlinux.org/Changes

Другие репозитории
Upstream:2.0.8

Группа :: Работа с текстами
Пакет: gnupg2

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: 0015-ALT-replace-xloadimage-by-xli.patch
Скачать


From 0a5e41994f8bf532e330f5a667d50619084709fe Mon Sep 17 00:00:00 2001
From: Alexey Gladkov <legion@altlinux.org>
Date: Mon, 28 Dec 2020 05:02:16 +0300
Subject: ALT: replace xloadimage by xli
---
 g10/photoid.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/g10/photoid.c b/g10/photoid.c
index fc8866121..c620bad5a 100644
--- a/g10/photoid.c
+++ b/g10/photoid.c
@@ -395,8 +395,8 @@ get_default_photo_command(void)
   /* OS X.  This really needs more than just __APPLE__. */
   return "open %I";
 #else
-  if (!path_access ("xloadimage", X_OK))
-    return "xloadimage -fork -quiet -title 'KeyID 0x%k' stdin";
+  if (!path_access ("xli", X_OK))
+    return "xli -fork -quiet -title 'KeyID 0x%k' stdin";
   else if (!path_access ("display",X_OK))
     return "display -title 'KeyID 0x%k' %i";
   else if (getuid () && !path_access ("xdg-open", X_OK))
-- 
2.25.4
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin