Package Details: kando-bin 2.3.1-2

Git Clone URL: https://aur.archlinux.org/kando-bin.git (read-only, click to copy)
Package Base: kando-bin
Description: A pie menu for the desktop. It will be highly customizable and will allow you to create your own menus and actions.(Prebuilt version.Use system-wide electron)
Upstream URL: https://ko-fi.com/post/Introducing-Ken-Do-L3L7L0FQ2
Keywords: electron marking-menu pie-menu
Licenses: MIT
Conflicts: kando
Provides: kando
Submitter: zxp19821005
Maintainer: zxp19821005
Last Packager: zxp19821005
Votes: 8
Popularity: 0.009778
First Submitted: 2023-08-22 04:05 (UTC)
Last Updated: 2026-06-15 10:27 (UTC)

Latest Comments

1 2 3 Next › Last »

kageyama commented on 2026-06-18 03:09 (UTC)

@zxp19821005

diff --git a/PKGBUILD b/PKGBUILD
index 6869d98..81e2636 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -68,14 +68,13 @@ prepare() {
         s/@cfgdirname@/${_pkgname}/
     " "${srcdir}/${pkgname%-bin}.sh"
     _check_electron_version
-    find "${srcdir}/usr/lib/${pkgname%-bin}/resources/app/.webpack" -type f -exec sed -i "s/menu.${pkgname%-bin}.${_pkgname}/${pkgname%-bin}/g" {} +
 }
 package() {
     install -Dm755 "${srcdir}/${pkgname%-bin}.sh" "${pkgdir}/usr/bin/${pkgname%-bin}"
     install -Dm755 -d "${pkgdir}/usr/lib/${pkgname%-bin}"
    local _app_dir=$(find "${srcdir}" -type f -name "resources.pak" -exec dirname {} + | head -n 1)
    cp -a "${_app_dir}/resources/". "${pkgdir}/usr/lib/${pkgname%-bin}/"
-    install -Dm644 "${srcdir}/usr/share/applications/menu.${pkgname%-bin}.${_pkgname}.desktop" "${pkgdir}/usr/share/applications/${pkgname%-bin}.desktop"
+    install -Dm644 "${srcdir}/usr/share/applications/menu.${pkgname%-bin}.${_pkgname}.desktop" "${pkgdir}/usr/share/applications/menu.kando.Kando.desktop"
     install -Dm644 "${srcdir}/usr/share/pixmaps/${pkgname%-bin}.png" -t "${pkgdir}/usr/share/pixmaps"
     install -Dm644 "${srcdir}/LICENSE-${pkgver}" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"

Dominiquini commented on 2026-06-17 05:38 (UTC)

@zxp19821005: I tested here and the package installs a file named 'kando.desktop' instead of 'menu.kando.Kando.desktop'!

zxp19821005 commented on 2026-06-17 04:50 (UTC)

@kageyama Could you please install it and test it first? I've modified the packaged file, changing the referenced menu.kando.Kando to just kando.

kageyama commented on 2026-06-16 15:46 (UTC)

@zxp19821005 not fixed. The .desktop file is still named 'kando.desktop'. Its need to be 'menu.kando.Kando.desktop'

$ yay -Qs kando
local/kando-bin 2.3.1-2
    A pie menu for the desktop. It will be highly customizable and will allow you to create your own menus and actions.(Prebuilt version.Use system-wide electron)

$ yay -Ql kando-bin | rg desktop
kando-bin /usr/share/applications/kando.desktop

zxp19821005 commented on 2026-06-15 10:29 (UTC)

@kageyama Thanks for your feedback, fixed it. Can you try again ?

kageyama commented on 2026-06-13 06:28 (UTC)

@zxp19821005 kado.desktop needs to be renamed to menu.kando.Kando.desktop

Otherwise the program didn't launch on hyprland and kde. More info https://github.com/kando-menu/kando/issues/1409#issuecomment-4697655928

zxp19821005 commented on 2026-01-28 02:35 (UTC)

@kageyama Maybe you should see https://github.com/kando-menu/kando/blob/86a64d7bb66eaa5a88ac291edd646a61a72b2615/package.json#L59 carefully, current version was built from electron37.

kageyama commented on 2026-01-27 16:32 (UTC) (edited on 2026-01-27 16:38 (UTC) by kageyama)

kando has upgraded to electron40 https://github.com/kando-menu/kando/commit/e0aeecfd782ef2c9f9f9984eb67cde598649bf7b, 40 is not avaiable in main repo right now, maybe we can use 39 in meantime.