Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |From af28f9df9b0194311c25d60a22d1ecd98bfad2e7 Mon Sep 17 00:00:00 2001 |From: aleks |Date: Tue, 31 May 2022 00:33:38 +0200 |Subject: [PATCH] Create a desktop-entry for st | |Enables to find st in a graphical menu and to display it with a nice |icon. | |If some applications still are not displaying an icon for st try the patch |[netwmicon](../netwmicon/). Programs like tint2 and alttab rely on a hardcoded |icon which has to be stored by st in the \_NET\_WM\_ICON window-property. |--- | Makefile | 3 +++ | config.mk | 1 + | st.desktop | 12 ++++++++++++ | 3 files changed, 16 insertions(+) | create mode 100644 st.desktop | |diff --git a/Makefile b/Makefile |index 470ac86..2121877 100644 |--- a/Makefile |+++ b/Makefile -------------------------- Patching file Makefile using Plan A... Hunk #1 succeeded at 49. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/config.mk b/config.mk |index 4c4c5d5..b79c517 100644 |--- a/config.mk |+++ b/config.mk -------------------------- Patching file config.mk using Plan A... Hunk #1 succeeded at 5. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/st.desktop b/st.desktop |new file mode 100644 |index 0000000..2d2b76f |--- /dev/null |+++ b/st.desktop -------------------------- (Creating file st.desktop...) Patching file st.desktop using Plan A... Empty context always matches. Hunk #1 succeeded at 1. Hmm... Ignoring the trailing garbage. done