void-packages/srcpkgs/nextcloud-client/files/kwallet/nextcloud.kwallet
yopito aa116ab101 nextcloud-client: update to 3.1.2, no shibboleth and webkit support, kwallet subpackage
* shibboleth is "highly deprecated" by upstream, will be removed in 3.2.
* webkit support is currently ineffective and difficult to fix.
* fix ~dolphin build options
* nextcloud-client-kwallet: dedicated package for kwallet as credential storage

Closes: #26774
2021-02-24 01:18:50 -03:00

4 lines
242 B
Bash

#!/bin/sh
# Force usage of KDE kwallet as credential storage via qtkeychain as much as possible.
# related to https://github.com/void-linux/void-packages/issues/26774
exec env DESKTOP_SESSION=kde KDE_SESSION_VERSION=5 /usr/bin/nextcloud "$@"