Skip to content

Commit

Permalink
Remove FdoSecret 'dummy-entry' workaround for KPXC
Browse files Browse the repository at this point in the history
Thanks to the merge of PR#6943 [0] whenever a process runs a search
while the keyring is locked the user will be prompted to unlock it.

[0] keepassxreboot/keepassxc#6943
  • Loading branch information
StayPirate committed Jun 13, 2022
1 parent 2ac94a8 commit ed17118
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .config/zsh/alias.d/00-system.alias
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ alias myip="curl https://ipinfo.io/ip"

alias gpgh='gpg --homedir .'

# Eg. unlock_keepassxc && secret-tool search client weechat workstation wintermute 2>&1 | grep -E '^secret' | cut -d " " -f3
alias unlock_keepassxc="echo 'check the explanation attribute ;)' | secret-tool store --label='dummy-entry' \
explanation 'Because of quirks in the gnome libsecret API, a dummy entry needs to be stored in order to \
guarantee that this keyring was properly unlocked. More details at http://crbug.com/660005 and \
https://github.com/keepassxreboot/keepassxc/issues/4443'"

# Example: 'try hub' and play with the hub cli
alias try='f() { podman container run --rm -ti ubuntu:latest sh -c "
apt-get update &&
Expand Down

0 comments on commit ed17118

Please sign in to comment.