From ed1711867d65b6e7186923410171b0f0c6a67eab Mon Sep 17 00:00:00 2001 From: Gianluca Gabrielli Date: Mon, 13 Jun 2022 09:20:12 +0200 Subject: [PATCH] Remove FdoSecret 'dummy-entry' workaround for KPXC 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] https://github.com/keepassxreboot/keepassxc/pull/6943 --- .config/zsh/alias.d/00-system.alias | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.config/zsh/alias.d/00-system.alias b/.config/zsh/alias.d/00-system.alias index 8dfd00f..a11ad1d 100644 --- a/.config/zsh/alias.d/00-system.alias +++ b/.config/zsh/alias.d/00-system.alias @@ -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 &&