Search Criteria
Package Details: kwalletcli 3.03-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/kwalletcli.git (read-only, click to copy) |
---|---|
Package Base: | kwalletcli |
Description: | Command-Line Interface for the KDE Wallet |
Upstream URL: | https://www.mirbsd.org/kwalletcli.htm |
Licenses: | LGPL3, custom:MirOS |
Submitter: | dopsi |
Maintainer: | jbouter |
Last Packager: | jbouter |
Votes: | 16 |
Popularity: | 0.25 |
First Submitted: | 2016-10-25 19:00 (UTC) |
Last Updated: | 2022-12-29 23:02 (UTC) |
Latest Comments
jbouter commented on 2022-12-29 23:04 (UTC)
@bhyoo the URL has been updated. I've contemplated moving to their GitHub releases, but the version is weirdly added in the url (3.03 turns into 3_03) and I couldn't find a nice way to convert the version number.
Anyway, I think mirbsd.org is still the main source for the package anyway, and since sha512sum verification happens, using plain HTTP is fine with me (for now..)
bhyoo commented on 2022-12-29 07:48 (UTC)
@jbouter Please replace
https
ashttp
of source. The server has outdated SSL so curl reject to download the source.arkades commented on 2021-12-01 11:22 (UTC) (edited on 2021-12-01 11:29 (UTC) by arkades)
kwalletcli and it's
/bin/usr/pinentry-kwallet
did break several applications relying onkwallet Version 21.08.3
, because pinentry dialog did not show up anymore.I had configured the custom line
in my
/etc/pinentry/preexec
.Same with https://aur.archlinux.org/packages/kwalletcli-git
jbouter commented on 2021-09-21 09:38 (UTC)
@SmillerNL, please see the AUR wiki on base-devel dependencies:
https://wiki.archlinux.org/title/Arch_User_Repository#Prerequisites
In short; you should never specify dependencies of base-devel in your PKGBUILD, because it may always be assumed that base-devel is installed.
pkgconf
is part of base-devel.SMillerNL commented on 2021-05-14 20:48 (UTC)
The package actually depends on
pkgconf
to build too.biloucat commented on 2021-05-07 15:59 (UTC)
could you update to 3.03-1 version ?
bhyoo commented on 2021-01-06 03:55 (UTC)
You have to declare
PINENTRY
environment variable to usepinentry-kwallet
. (The default pinentry set aspinentry
in/usr/bin/pinentry-kwallet
)For example:
in
~/.config/environment.d/99-agents.conf
arkades commented on 2019-02-24 15:24 (UTC) (edited on 2019-02-24 21:02 (UTC) by arkades)
pinentry-kwallet does not work anymore, at least it does not show up on $DISPLAY. It is hangin in the background waiting for input. BTW I could not find any kwalletcli or pinentry related journal entries or kernel messages.
EDIT: the git version seams to work as by today https://aur.archlinux.org/packages/kwalletcli-git/
EDIT 2: after reboot the it doesnt work anymore
BTW: Is pinentry-kwallet supposed to obtain the password for gpg keys from kwallet without user interaction? Should it open a pinentry window? Thank you for further hints!
g99 commented on 2018-03-05 00:08 (UTC) (edited on 2018-03-05 04:11 (UTC) by g99)
http://www.mirbsd.org/kwalletcli.htm has many dead links. kwalletCLI seems to work fine, e.g. with python. But the line "pinentry-program /usr/bin/pinentry-kwallet" in ~/.gnupg/gpg-agent.conf will render Kleopatra and Kgpg unable to change passphrases. Look in gpg-watch for protocol.
FrenchToasts commented on 2017-09-24 23:56 (UTC)