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
"enableExternalView" instead of "enableExternalView":
enbaleExternalView=true
#define KEY_ENABLE_EXT_VIEWER "enbaleExternalView"
It could be changed, but maybe old configuration files already contain the typo.
1.screengrab$ grep -R enbale *
screengrab$ grep -R enbale *
It makes looking at /usr/share/screengrab/screengrab.conf inconvenient.
/usr/share/screengrab/screengrab.conf
The text was updated successfully, but these errors were encountered:
~/.config % grep -r enbale screengrab screengrab/screengrab.conf:enbaleExternalView=true
if we would try to fix it we must read both variables - we would wreck peoples configurations if we don't.
Sorry, something went wrong.
No branches or pull requests
Current Behavior
"enableExternalView" instead of "enableExternalView":
enbaleExternalView=true
#define KEY_ENABLE_EXT_VIEWER "enbaleExternalView"
Possible Solution
It could be changed, but maybe old configuration files already contain the typo.
Steps to Reproduce (for bugs)
1.
screengrab$ grep -R enbale *
Context
It makes looking at
/usr/share/screengrab/screengrab.conf
inconvenient.System Information
The text was updated successfully, but these errors were encountered: