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
Three issues: 1.) We are trying to load /usr/bin/profiles.json
qutim/src/lib/qutim/profile.cpp
Line 151 in f4f1918
And if it exists, --config will be ignored.
2.) We trying to open ~/.config/qutim even if --config is set
Line 174 in f4f1918
3.) And we are not handling this case in --config
Line 152 in f4f1918
So if you have 0.3.3 config, attempt to open it in 0.4 with --config will fail.
The text was updated successfully, but these errors were encountered:
nico-izo
No branches or pull requests
Three issues:
1.) We are trying to load /usr/bin/profiles.json
qutim/src/lib/qutim/profile.cpp
Line 151 in f4f1918
And if it exists, --config will be ignored.
2.) We trying to open ~/.config/qutim even if --config is set
qutim/src/lib/qutim/profile.cpp
Line 174 in f4f1918
3.) And we are not handling this case in --config
qutim/src/lib/qutim/profile.cpp
Line 152 in f4f1918
So if you have 0.3.3 config, attempt to open it in 0.4 with --config will fail.
The text was updated successfully, but these errors were encountered: