mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-02 00:25:11 +02:00
* 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
4 lines
242 B
Bash
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 "$@"
|