summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch')
-rw-r--r--net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch b/net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch
new file mode 100644
index 000000000000..5ebb36564f42
--- /dev/null
+++ b/net-misc/ytfzf/files/ytfzf-2.5.1-ueberzug.patch
@@ -0,0 +1,10 @@
+https://github.com/pystardust/ytfzf/issues/592
+--- a/ytfzf
++++ b/ytfzf
+@@ -1698,4 +1698,4 @@
+ mkfifo "$UEBERZUG_FIFO"
+- ueberzug layer --parser json < "$UEBERZUG_FIFO" &
+- exec 3> "$UEBERZUG_FIFO" > "$thumbnail_debug_log" 2>&1 # to keep the fifo open
++ ueberzug layer --parser json < "$UEBERZUG_FIFO" > "$thumbnail_debug_log" 2>&1 &
++ exec 3> "$UEBERZUG_FIFO" # to keep the fifo open
+ ;;