There is an updated pull request by sgn against master on the void-packages repository https://github.com/menaechmi/nextcloud-desktopfix nextcloud-desktopfix https://github.com/void-linux/void-packages/pull/42051 nextcloud-client: fix kwallet desktop file nextcloud-client had a problem where installing nextcloud-client would also install the "Nextcloud Desktop - use kwallet" desktop file. But it wouldn't work because the executable it pointed to didn't exist. As far as I could tell, the issue was a `${DESTDIR}` instead of `${PKGDESTDIR}.` Also changed a `cp` to a `vcopy,` which seems preferred in the codebase. #### Testing the changes - I tested the changes in this PR: **briefly** #### Local build testing - I built this PR locally for my native architecture, x86_64 glibc - I built this PR locally for these architectures (if supported. mark crossbuilds): - armv7l (successful) - x86_64 musl failed "unable to find argp.h" like in #39467 and upstream https://github.com/nextcloud/desktop/issues/3200 A patch file from https://github.com/void-linux/void-packages/pull/42051.patch is attached