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

Bug: Open in terminal shortcut doesn't work with paths that have spaces #11555

Closed
AlexNakamuraDF opened this issue Mar 5, 2023 · 1 comment · Fixed by #11562
Closed

Bug: Open in terminal shortcut doesn't work with paths that have spaces #11555

AlexNakamuraDF opened this issue Mar 5, 2023 · 1 comment · Fixed by #11562

Comments

@AlexNakamuraDF
Copy link

Description

It's not possible to open folders with spaces in their path using the open terminal shortcut Ctrl+`
Windows Terminal shows error 2147942402

image

Steps To Reproduce

  1. Create a directory named "Test folder with spaces"
  2. Open the previous directory
  3. Press Ctrl+`
    image

Steps to fix

Stop Windows Terminal from throwing error 2147942402 when trying to open a folder that has spaces in its path and actually open said folder in Windows terminal when pressing Ctrl+`

I haven't looked at the code yet, but I guess there are some quotation marks missing in the command that adds this functionality.

Files Version

Version: 2.4.40.0 OS Version: 10.0.22621.1265

Windows Version

Windows 11 22H2 22621.1265

Log file

debug.log

@yaira2 yaira2 changed the title Open in terminal shortcut doesn't work with paths that have spaces Bug: Open in terminal shortcut doesn't work with paths that have spaces Mar 5, 2023
@yaira2 yaira2 moved this from 🆕 New to 🔖 Ready to build in Files task board Mar 5, 2023
@yaira2
Copy link
Member

yaira2 commented Mar 5, 2023

Good catch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

2 participants