Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From fada397413584331798a1a9b8703a10110450889 Mon Sep 17 00:00:00 2001 |From: Robert Bilski |Date: Sun, 4 Aug 2024 22:07:35 +0200 |Subject: [PATCH] Handle .desktop files | |Retrieve files from applications/ and open them using gtk-launch |--- | Makefile | 8 ++++++-- | dmenu_path_desktop | 18 ++++++++++++++++++ | dmenu_run_desktop | 2 ++ | 3 files changed, 26 insertions(+), 2 deletions(-) | create mode 100755 dmenu_path_desktop | create mode 100755 dmenu_run_desktop | |diff --git a/Makefile b/Makefile |index 458c524..f157bb1 100644 |--- a/Makefile |+++ b/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 28. Hunk #2 succeeded at 36. Hunk #3 succeeded at 52. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu_path_desktop b/dmenu_path_desktop |new file mode 100755 |index 0000000..5ff74b3 |--- /dev/null |+++ b/dmenu_path_desktop -------------------------- (Creating file dmenu_path_desktop...) Patching file dmenu_path_desktop using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/dmenu_run_desktop b/dmenu_run_desktop |new file mode 100755 |index 0000000..a90aceb |--- /dev/null |+++ b/dmenu_run_desktop -------------------------- (Creating file dmenu_run_desktop...) Patching file dmenu_run_desktop using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done