5 lines
242 B
Plaintext
5 lines
242 B
Plaintext
|
#!/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 "$@"
|