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

Prevent redundant writing to config file on startup #2212

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tsujan
Copy link
Member

@tsujan tsujan commented Jan 9, 2025

LXQt Panel wrote heavily to its config file on startup for no good reason. Most of those redundant writings were done in Plugin::saveSettings(), for every active plugin.

By "redundant" I mean that the config file does not change after being written to. That may be acceptable on some occasions, but not on startup.

LXQt Panel wrote heavily to its config file on startup for no good reason. Most of those redundant writings were done in `Plugin::saveSettings()`, for every active plugin.

By "redundant" I mean that the config file does not change after being written to. That may be acceptable on some occasions, but not on startup.
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

Successfully merging this pull request may close these issues.

1 participant