Skip to content
New issue

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

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

Already on GitHub? # to your account

Add option to disable database lock when switching user on macOS #9707

Conversation

varjolintu
Copy link
Member

@varjolintu varjolintu commented Aug 7, 2023

Adds a new configuration option for macOS to disable database lock when switching user. Enabled by default. Renamed the MacUtils' lockDatabases() signal to lockDatabasesOnUserSwitch() because it's the only one that is used currently, but the name is too generic. There might be some other scenarios where databases could be locked, so this one is now distinguished.

Fixes #6726.

Testing strategy

Manually.

Type of change

  • ✅ New feature (change that adds functionality)

@varjolintu varjolintu added this to the v2.8.0 milestone Aug 7, 2023
@varjolintu varjolintu marked this pull request as draft August 7, 2023 07:22
@varjolintu varjolintu marked this pull request as ready for review August 16, 2023 06:16
@randalln
Copy link

randalln commented Apr 3, 2024

Any chance of resurrecting this PR? I also switch users frequently.

@droidmonkey droidmonkey force-pushed the feature/disable_db_lock_on_user_switch branch from db9aaaf to 61b0a16 Compare August 11, 2024 21:20
@droidmonkey droidmonkey merged commit b3bec8b into keepassxreboot:develop Aug 11, 2024
11 checks passed
@varjolintu varjolintu deleted the feature/disable_db_lock_on_user_switch branch August 12, 2024 04:29
@droidmonkey droidmonkey modified the milestones: v2.8.0, v2.7.10 Aug 14, 2024
@droidmonkey droidmonkey added the pr: backported Pull request backported to previous release label Aug 14, 2024
@phoerious phoerious added pr: new feature Pull request that adds a new feature and removed new feature labels Nov 22, 2024
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
feature: Browser platform: macOS pr: backported Pull request backported to previous release pr: new feature Pull request that adds a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Database locking at user switch in macOS is not configurable
5 participants