Skip to content
New issue

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

Support spaces in Linux executable name #384

Merged
merged 4 commits into from
Jun 30, 2020
Merged

Support spaces in Linux executable name #384

merged 4 commits into from
Jun 30, 2020

Conversation

ahndee
Copy link
Contributor

@ahndee ahndee commented Jun 30, 2020

The MetaFileManager works correctly on Windows for executable names with spaces in them but on Linux the quote needs to be moved.

New version of PR #380 which is now done on the 1.4 branch and also fixes the unit test.

@EndrII EndrII self-requested a review June 30, 2020 15:21
@EndrII EndrII self-assigned this Jun 30, 2020
@EndrII EndrII added the Bug Something isn't working label Jun 30, 2020
@EndrII EndrII added this to the v1.4 milestone Jun 30, 2020
@EndrII
Copy link
Member

EndrII commented Jun 30, 2020

I see that nothing has changed after your commit. It would probably be better to just make a more correct script and add a line terminator to the end of the script.

Just change:

"\"$BASE_DIR\"" + distro.getBinOutDir() + "%1 \"$@\"";

to

"\"$BASE_DIR\"" + distro.getBinOutDir() + "%1 \"$@\"\n";

@ahndee
Copy link
Contributor Author

ahndee commented Jun 30, 2020

I tried to remove the trailing newline but apparently GitHub didn't let me do so. Will add the newline to the generator.

Copy link
Member

@EndrII EndrII left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks )

UnitTests/testRes/TestQMLWidgets.sh Show resolved Hide resolved
@EndrII EndrII merged commit c9f6721 into QuasarApp:v1.4 Jun 30, 2020
@EndrII
Copy link
Member

EndrII commented Jun 30, 2020

Your fixes will be available within an hour in version 1.4.4.1. You can download it in the snap store or in the cqtdeployer update manager.

Thanks for work)

@EndrII EndrII mentioned this pull request Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants