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-config-session after saving autostart element, add new backslashes before quotes even if there is exist backslashe before quotes.
lxqt-config-session before saving autostart element has to check for existing backslashe before quotes and for this case do not add a new backslashe.
The text was updated successfully, but these errors were encountered:
Confirmed on latest git
Sorry, something went wrong.
It may be a very old issue never reported before.
Confirmed on latest git.
I'm running into this, but it adds also backlashes were they aren't needed, resulting in an invalid autostart entry.
bash -c "if [ "$XDG_SESSION_TYPE" = "wayland" ];then sfwbar"
Exec=bash -c \\"if [ \\"\\$XDG_SESSION_TYPE\\" = \\"wayland\\" ];then sfwbar\\"
No branches or pull requests
lxqt-config-session after saving autostart element, add new backslashes before quotes even if there is exist backslashe before quotes.
Expected Behavior
lxqt-config-session before saving autostart element has to check for existing backslashe before quotes and for this case do not add a new backslashe.
Current Behavior
lxqt-config-session after saving autostart element, add new backslashes before quotes even if there is exist backslashe before quotes.
Possible Solution
Steps to Reproduce (for bugs)
Context
System Information
The text was updated successfully, but these errors were encountered: