Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ensure Start shortcuts and file associations use good working directory. #136

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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

zooba
Copy link
Member

@zooba zooba commented Jun 16, 2025

For associations, this requires adding a (private) argument to the commands that will reinterpret the CWD. This argument is applied prior to launching the script, which may result in the script not being found. However, for the relevant cases, a full path is always passed for the script and this shouldn't happen.

Fixes #134

zooba added 2 commits June 16, 2025 22:14
For associations, this requires adding a (private) argument to the commands that will reinterpret the CWD.
This argument is applied prior to launching the script, which may result in the script not being found.
However, for the relevant cases, a full path is always passed for the script and this shouldn't happen.
Fixes python#134
@zooba
Copy link
Member Author

zooba commented Jun 17, 2025

Don't merge this, we don't want the file association changes (and aren't sure what changes we want there yet)

@zooba zooba added the invalid This doesn't seem right label Jun 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Double-click launching a script sets working directory to System32
1 participant