-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Unable to open a tmx file with a space in the filename using AppImage with the shell #3914
Labels
bug
Broken behavior.
Comments
This appears to be due to the following line, where the first parameter isn't being quoted: Line 30 in 45746fc
|
bjorn
added a commit
to bjorn/tiled-dev
that referenced
this issue
Mar 20, 2024
The check whether the file existed was missing quotes. Closes mapeditor#3914
bjorn
added a commit
that referenced
this issue
Mar 21, 2024
The check whether the file existed was missing quotes. Closes #3914
Unfortunately the fix in de5373a has made it so that nothing launches when the AppImage is started without parameters. I'm such a noob with bash scripting... :S |
bjorn
added a commit
to bjorn/tiled-dev
that referenced
this issue
Apr 18, 2024
After fixing the "is string non-empty" check in de5373a, the script no longer did anything when no parameter was given... As far as I could see, this check should just be removed. See mapeditor#3914
bjorn
added a commit
to bjorn/tiled-dev
that referenced
this issue
Apr 18, 2024
After fixing the "is string non-empty" check in de5373a, the script no longer did anything when no parameter was given... As far as I could see, this check should just be removed. See mapeditor#3914
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
I'm having a problem using Tiled's AppImage. I can't open a tmx file from the command line if the filename contains a space. I've tried using ", ' or even trying to escape the space with \.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Tiled should open and open the file.
Media
Specifications:
OS:
Distributor ID: Debian
Description: Debian GNU/Linux 12 (bookworm)
Release: 12
Codename: bookworm
Tiled Version: 1.10.2
The text was updated successfully, but these errors were encountered: