Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cant load kbdx #1

Closed
zeltak opened this issue May 3, 2020 · 5 comments
Closed

cant load kbdx #1

zeltak opened this issue May 3, 2020 · 5 comments

Comments

@zeltak
Copy link

zeltak commented May 3, 2020

Hi and thx for the workflow.

KPass Setup won't let me choose my file during the setup and its grayed out

image

any clue

@Angoll
Copy link
Owner

Angoll commented May 3, 2020

Hi @zeltak, thanks for the feedback.

I uploaded a modified version of the workflow in releases KPass.without_extensionfilter.alfredworkflow same workflow but without the file extension filter, so you will be able to select any file.

Please can you provide me with the version of KeepassXC that you are using?
And let me know if it fix the issue?

Thanks

@zeltak
Copy link
Author

zeltak commented May 3, 2020

thx @Angoll

i updated as instructed and it does work now! But i get an error

image

any clue?

best

Z

@Angoll
Copy link
Owner

Angoll commented May 3, 2020

Could you provide me the following info:

  • Mac OS version.
  • The output of KeePassXC Debug Info. (you should be able to find it inside KeepassXC -> About KeepassXC Menu)

thanks

@zeltak
Copy link
Author

zeltak commented May 3, 2020

macOS 10.15.4 (19E287)
MacBook Pro
Keepass 2.5.4

happy to help debug this

best

Z

@Angoll
Copy link
Owner

Angoll commented May 9, 2020

@zeltak

Could you tell me at what step did it fail?

  1. kdbx file selector
  2. Keychain selector
  3. Ask for the kdbx password
  4. completes the configuration

I have the same system configuration and I couldn't reproduce the error.

You can try to configure the KPass integration manually:

  1. Create a keychain password with the following command:

security add-generic-password -a $(id -un) -c 'kaiw' -C 'kaiw' -D 'KeepasXC Integration' -j 'Alfred KeepasXC Integration Database' -s 'KPass_AlfredWorkflow' -w $PASSWORD -U $KEYCHAIN

Where:

  • $PASSWORD should be your password in quotes. ex: "mypass"
  • $KEYCHAIN is the full path of your keychain file. ex: "/Users/$(id -un)/Library/Keychain/loging.keychain-db"
  1. Open Alfred Preferences -> workflow -> [x] and set the following environment variables:
  • Name: database
    Value: full path tho the kdbx file
  • Name: keychain
    Value: full path to the keychain

Let me know if that helps,
best

@Angoll Angoll closed this as completed Oct 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants