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
linapple.conf
If i write a dir path with blank spaces in name, the program fail to enter dir.
For exemple, in Slot 6 starting folder: Slot 6 Directory =
Slot 6 Directory =
If: Slot 6 Directory =/home/nerun/My Dir Here
Slot 6 Directory =/home/nerun/My Dir Here
It doesn't works, doesn't matter how i write this:
Slot 6 Directory =/home/nerun/My\ Dir\ Here or Slot 6 Directory ="/home/nerun/My Dir Here" or Slot 6 Directory =/home/nerun/"My Dir Here"
Slot 6 Directory =/home/nerun/My\ Dir\ Here
Slot 6 Directory ="/home/nerun/My Dir Here"
Slot 6 Directory =/home/nerun/"My Dir Here"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
linapple.conf
If i write a dir path with blank spaces in name, the program fail to enter dir.
For exemple, in Slot 6 starting folder:
Slot 6 Directory =
If:
Slot 6 Directory =/home/nerun/My Dir Here
It doesn't works, doesn't matter how i write this:
Slot 6 Directory =/home/nerun/My\ Dir\ Here
or
Slot 6 Directory ="/home/nerun/My Dir Here"
or
Slot 6 Directory =/home/nerun/"My Dir Here"
The text was updated successfully, but these errors were encountered: