From 537ceb66d9672b1e724bc191c8bf5ebc6d822d65 Mon Sep 17 00:00:00 2001 From: xpamych Date: Wed, 12 Apr 2023 21:15:42 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20.desktop?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- logseq-desktop-wayland-bin/logseq-desktop.desktop | 4 ++++ logseq-desktop-wayland-bin/lure.sh | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/logseq-desktop-wayland-bin/logseq-desktop.desktop b/logseq-desktop-wayland-bin/logseq-desktop.desktop index 994c7a6..8bba5bc 100644 --- a/logseq-desktop-wayland-bin/logseq-desktop.desktop +++ b/logseq-desktop-wayland-bin/logseq-desktop.desktop @@ -8,3 +8,7 @@ Icon=logseq StartupWMClass=logseq Comment=Open Source platform for knowledge sharing and management Categories=Office + +[Desktop Action X11] +Name=My Application (X11) +Exec=/usr/bin/logseq %U \ No newline at end of file diff --git a/logseq-desktop-wayland-bin/lure.sh b/logseq-desktop-wayland-bin/lure.sh index 5b18cd6..d8e5315 100644 --- a/logseq-desktop-wayland-bin/lure.sh +++ b/logseq-desktop-wayland-bin/lure.sh @@ -12,6 +12,11 @@ conflicts=('logseq') sources=("https://github.com/logseq/logseq/releases/download/${version}/logseq-linux-x64-${version}.zip") checksums=('SKIP') +scripts=( + ['postinstall']='postinstall.sh' + ['postremove']='postremove.sh' +) + package() { cd "${srcdir}/Logseq-linux-x64" install -Dm644 "${scriptdir}/logseq-desktop.desktop" "${pkgdir}/usr/share/applications/logseq-desktop.desktop"