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
lxqt-sudo discards the -geometry argument anywhere
lxqt-sudo xterm -hold -e echo '-geometry' Should show a window with the text -geometry
lxqt-sudo xterm -geometry 100x1000 Should run xterm -geometry 100x1000
https://i.imgur.com/x3tRwpt
lxqt-sudo xterm -hold -e echo '-geometry' empty window
lxqt-sudo xterm -geometry 100x1000 run xterm without -geometry argument
The text was updated successfully, but these errors were encountered:
It seems, that this argument is interpreted & taken by Qt -> https://doc.qt.io/qt-5/qguiapplication.html#supported-command-line-options.
But aren't you trying to execute this?
lxqt-sudo xterm -hold -e 'echo -geometry'
Sorry, something went wrong.
No branches or pull requests
lxqt-sudo discards the -geometry argument anywhere
Expected Behavior
lxqt-sudo xterm -hold -e echo '-geometry'
Should show a window with the text -geometry
lxqt-sudo xterm -geometry 100x1000
Should run xterm -geometry 100x1000
https://i.imgur.com/x3tRwpt
Current Behavior
lxqt-sudo xterm -hold -e echo '-geometry'
empty window
lxqt-sudo xterm -geometry 100x1000
run xterm without -geometry argument
The text was updated successfully, but these errors were encountered: