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

FIX(server,settings,log): announce if settings file is not present #6231

Merged
merged 2 commits into from Oct 12, 2023

Conversation

WOLFI3654
Copy link
Contributor

Apparently, QSettings does not care if the specified settings file exists or not. Therefore, no keys will be loaded into the settings as if the file was empty. We specifically check for the missing file to not reference a ghost file in the logs.

Fixes #6077

Checks

src/murmur/Meta.cpp Outdated Show resolved Hide resolved
@Krzmbrzl
Copy link
Member

Krzmbrzl commented Oct 11, 2023

Ah, could you please add server to the scopes of your commit (in your commit message) (FIX(server,settings,log): …)?

You can use rebase to change the commit message (and squash the requested review change into your commit) and then force-push your branch.

@WOLFI3654
Copy link
Contributor Author

Sure thing, if there's one thing i know then its how to rebase :D

WOLFI3654 and others added 2 commits October 11, 2023 12:40
Apparently, QSettings does not care if the specified settings file exists or not.
Therefore, no keys will be loaded into the settings as if the file was empty.
We specifically check for the missing file to not reference a ghost file in the logs.

Fixes mumble-voip#6077
See mumble-voip#6077 (comment) for more information on why this does nothing useful
@WOLFI3654
Copy link
Contributor Author

Should be good to go. Let me know if there is anything else for this

@WOLFI3654 WOLFI3654 changed the title FIX(settings,log): announce if settings file is not present FIX(server,settings,log): announce if settings file is not present Oct 11, 2023
@Krzmbrzl Krzmbrzl merged commit c21a90a into mumble-voip:master Oct 12, 2023
13 checks passed
@Krzmbrzl
Copy link
Member

Thank you for fixing this 👍

@Krzmbrzl
Copy link
Member

💚 All backports created successfully

Status Branch Result
1.5.x

Questions ?

Please refer to the Backport tool documentation and see the Github Action logs for details

Krzmbrzl added a commit that referenced this pull request Oct 26, 2023
…nnounce if settings file is not present"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mumble server reports it loaded settings from non-existing INI file
3 participants