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

The Decrypt button of the SSH agent never activates. #10637

Open
AlexpFr opened this issue Apr 28, 2024 · 0 comments · May be fixed by #10638
Open

The Decrypt button of the SSH agent never activates. #10637

AlexpFr opened this issue Apr 28, 2024 · 0 comments · May be fixed by #10638
Labels

Comments

@AlexpFr
Copy link

AlexpFr commented Apr 28, 2024

The reason is that the activation condition is: if (!key.comment().isEmpty() || !key.encrypted()).
But the comment is never empty because when opening the key we have:

if (key.comment().isEmpty() && !key.encrypted()) {
    key.setComment(username);
}

if (key.comment().isEmpty() && !key.encrypted()) {
    key.setComment(fileName);
}

I made a fix, I am preparing a PR.

@AlexpFr AlexpFr added the bug label Apr 28, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue Apr 28, 2024
@AlexpFr AlexpFr linked a pull request Apr 28, 2024 that will close this issue
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue Apr 28, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue Apr 29, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 1, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 5, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 5, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 5, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 5, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 5, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 7, 2024
AlexpFr added a commit to AlexpFr/keepassxc that referenced this issue May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant