tags: patch
thanks
According to a comment in the upstream tracker the POPUP_DELAY is too short.
https://github.com/CristianHenzel/ClipIt/issues/97#issuecomment-545950110
A patch has been prepared but not merged (one month in waiting).
https://github.com/CristianHenzel/ClipIt/pull/127
I've exported it with format-patch, maybe it is possible to carry it
separate for debian? The upstream repo has no activity since February.
--
brother
http://sis.bthstudent.se
>From 465022d0369ceae614b1f4c0c0dec14e3a216d32 Mon Sep 17 00:00:00 2001
From: JemyZhang <[email protected]>
Date: Thu, 24 Oct 2019 22:35:12 +0800
Subject: [PATCH] Fix history popup issue
---
src/main.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main.h b/src/main.h
index a9fce5a..908e263 100644
--- a/src/main.h
+++ b/src/main.h
@@ -28,7 +28,7 @@
G_BEGIN_DECLS
#define ACTIONS_TAB 2
-#define POPUP_DELAY 30
+#define POPUP_DELAY 100
#if GTK_MAJOR_VERSION == 3
#define GTK_DIALOG_NO_SEPARATOR 0
--
2.24.0