From 64260dfbe95869fab58d8f5310bae1be61300e29 Mon Sep 17 00:00:00 2001 From: Dave Hibberd Date: Sun, 27 Aug 2023 18:12:53 +0100 Subject: [PATCH] Quality of Life improvements --- debian/patches/desktop-file.patch | 16 ++++++++++++++++ debian/patches/series | 1 + debian/qttermtcp.desktop | 13 +++++++++++++ debian/qttermtcp.install | 2 ++ 4 files changed, 32 insertions(+) create mode 100644 debian/patches/desktop-file.patch create mode 100644 debian/qttermtcp.desktop diff --git a/debian/patches/desktop-file.patch b/debian/patches/desktop-file.patch new file mode 100644 index 0000000..e92fc11 --- /dev/null +++ b/debian/patches/desktop-file.patch @@ -0,0 +1,16 @@ +--- /dev/null ++++ b/qttermtcp.desktop +@@ -0,0 +1,13 @@ ++[Desktop Entry] ++Version=1.0 ++Comment=QtTermTCP ax25 client ++Exec=/opt/oarc/QtTermTCP/QtTermTCP ++GenericName=QtTermTPC ++Icon=qttermtcp ++Name=QtTermTCP ++NoDisplay=false ++StartupNotify=true ++Terminal=false ++Type=Application ++Categories=Education;HamRadio ++X-AppImage-Version=1 diff --git a/debian/patches/series b/debian/patches/series index e69de29..63f69db 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -0,0 +1 @@ +desktop-file.patch diff --git a/debian/qttermtcp.desktop b/debian/qttermtcp.desktop new file mode 100644 index 0000000..f00a0cc --- /dev/null +++ b/debian/qttermtcp.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Version=1.0 +Comment=QtTermTCP ax25 client +Exec=/opt/oarc/QtTermTCP/QtTermTCP +GenericName=QtTermTPC +Icon=qttermtcp +Name=QtTermTCP +NoDisplay=false +StartupNotify=true +Terminal=false +Type=Application +Categories=Education;HamRadio +X-AppImage-Version=1 diff --git a/debian/qttermtcp.install b/debian/qttermtcp.install index 9ca5e4a..bc8ec37 100644 --- a/debian/qttermtcp.install +++ b/debian/qttermtcp.install @@ -1 +1,3 @@ QtTermTCP /opt/oarc/QtTermTCP +qttermtcp.desktop /usr/share/applications +QtTermTCP.ico /usr/share/qttermtcp