We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Whenever I need to confirm access requests from the browser to KeePassXC from the following dialog
A warning message appears in my terminal:
QObject::connect: No such signal BrowserService::activeDatabaseChanged() QObject::connect: (receiver name: 'BrowserAccessControlDialog')
Seems the warning is from
keepassxc/src/browser/BrowserService.cpp
Line 758 in 92a7fe3
and is related to #4660.
It works.
It works, but with a warning message in the terminal (see the Overview section for the message).
KeePassXC - Version 2.6.0-snapshot Build Type: Snapshot Revision: c68f487
Qt 5.15.0 Debugging mode is disabled.
Operating system: Arch Linux CPU architecture: x86_64 Kernel: linux 5.7.2-arch1-1
Enabled extensions:
Cryptographic libraries: libgcrypt 1.8.5
I compiled keepassxc by replacing branch=develop with branch=release/2.6.0 in the AUR script.
branch=develop
branch=release/2.6.0
Operating System: Arch Linux Desktop Env: LXQt Windowing System: X11 Browser: Firefox 77.0.1 Browser addon: KeepassXC-Browser 1.6.3
The text was updated successfully, but these errors were encountered:
There is a really no reason for us to care about the active database, you cannot change it when this dialog is shown since it is modal.
Sorry, something went wrong.
Remove connection to non-existent signal
14adf42
* Fixes #4858
ac30143
Thanks for fixing this! Closing manually for the same reason as #4835.
6a79b9c
* Fixes keepassxreboot#4858
droidmonkey
No branches or pull requests
Overview
Whenever I need to confirm access requests from the browser to KeePassXC from the following dialog
A warning message appears in my terminal:
Seems the warning is from
keepassxc/src/browser/BrowserService.cpp
Line 758 in 92a7fe3
and is related to #4660.
Steps to Reproduce
Expected Behavior
It works.
Actual Behavior
It works, but with a warning message in the terminal (see the Overview section for the message).
Context
KeePassXC - Version 2.6.0-snapshot
Build Type: Snapshot
Revision: c68f487
Qt 5.15.0
Debugging mode is disabled.
Operating system: Arch Linux
CPU architecture: x86_64
Kernel: linux 5.7.2-arch1-1
Enabled extensions:
Cryptographic libraries:
libgcrypt 1.8.5
I compiled keepassxc by replacing
branch=develop
withbranch=release/2.6.0
in the AUR script.Operating System: Arch Linux
Desktop Env: LXQt
Windowing System: X11
Browser: Firefox 77.0.1
Browser addon: KeepassXC-Browser 1.6.3
The text was updated successfully, but these errors were encountered: