From 5ee6ed83bb2f631f2c04696357c0863af59e4e7b Mon Sep 17 00:00:00 2001 From: Tad Date: Mon, 20 Aug 2018 10:48:34 -0400 Subject: Simplify fix for #2062 --- etc/disable-passwdmgr.inc | 1 - etc/keepassxc.profile | 5 +---- 2 files changed, 1 insertion(+), 5 deletions(-) (limited to 'etc') diff --git a/etc/disable-passwdmgr.inc b/etc/disable-passwdmgr.inc index 597fbd1fc..6ef11780e 100644 --- a/etc/disable-passwdmgr.inc +++ b/etc/disable-passwdmgr.inc @@ -10,7 +10,6 @@ blacklist ${HOME}/.config/Sinew Software Systems blacklist ${HOME}/.keepass blacklist ${HOME}/.keepassx blacklist ${HOME}/.keepassxc -blacklist ${HOME}/.keepassxc-socket blacklist ${HOME}/.lastpass blacklist ${HOME}/.local/share/KeePass blacklist ${HOME}/.local/share/keepass diff --git a/etc/keepassxc.profile b/etc/keepassxc.profile index 2073feabb..a00d17878 100644 --- a/etc/keepassxc.profile +++ b/etc/keepassxc.profile @@ -10,7 +10,6 @@ noblacklist ${HOME}/*.kdb noblacklist ${HOME}/*.kdbx noblacklist ${HOME}/.config/keepassxc noblacklist ${HOME}/.keepassxc -noblacklist ${HOME}/.keepassxc-socket # 2.2.4 needs this path when compiled with "Native messaging browser extension" noblacklist ${HOME}/.mozilla noblacklist ${DOCUMENTS} @@ -51,6 +50,4 @@ noexec ${HOME} noexec /tmp # Mutex is stored in /tmp by default, which is broken by private-tmp -# Make a new directory and have it stored there. Fixes #2062 -mkdir ${HOME}/.keepassxc-socket -env TMPDIR=${HOME}/.keepassxc-socket/ +join-or-start keepassxc -- cgit v1.2.3-54-g00ecf