Skip to content

Fix Tart home folder path #110

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 1 commit into
base: main
Choose a base branch
from

Conversation

chandlerhuff
Copy link

Description

Fixing file paths for Tart home folder

Motivation and Context

Using a custom Tart home folder does not currently work.

Screenshots (if appropriate):

Using path() without path(percentEncoded: false) is causing paths with spaces to be percent encoded in the app UI:

CleanShot 2025-03-14 at 23 09 31@2x

Using absoluteString is causing the file path to have file:// which does not work so the VM never starts.

CleanShot 2025-03-14 at 22 55 54@2x

CleanShot 2025-03-14 at 23 11 37@2x

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

@chandlerhuff chandlerhuff requested a review from simonbs as a code owner March 15, 2025 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants