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

Update paths to be universal #57

Merged
merged 1 commit into from
Apr 30, 2024
Merged

Update paths to be universal #57

merged 1 commit into from
Apr 30, 2024

Conversation

mdeguzis
Copy link
Contributor

Other alternative OS's, namely ChimeraOS can and do use Deck Loader. Update the paths to reflect the user home directory.

@@ -104,9 +104,9 @@ On the plugin sidebar there is a new option to change behavior of plugin to not
Before your first sync, first you will need to manually run the following command in console:

```
/home/deck/homebrew/plugins/decky-cloud-save/rclone bisync --filter-from /home/deck/homebrew/settings/decky-cloud-save/sync_paths_filter.txt / backend:decky-cloud-save --copy-links --resync
~/homebrew/plugins/decky-cloud-save/rclone bisync --filter-from ~/homebrew/settings/decky-cloud-save/sync_paths_filter.txt / backend:decky-cloud-save --copy-links --resync
Copy link
Owner

Choose a reason for hiding this comment

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

I had issues with relative paths in the past, not sure if this will cause issues here.

Copy link
Owner

Choose a reason for hiding this comment

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

I'm sorry I didn't know how github reviews worked... I left a comment when you made the PR here and didnt realize it was pending. Thought I got ghosted 😅

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This isn't a relative path change. This just ensures a dynamic home is used before the rest of the path.

Copy link
Owner

Choose a reason for hiding this comment

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

Yeah, looking into this now, this looks alright

@GedasFX GedasFX merged commit f8b728b into GedasFX:main Apr 30, 2024
@Emiliopg91
Copy link
Collaborator

@GedasFX why not using decky_plugin.pyi consts?

@GedasFX
Copy link
Owner

GedasFX commented May 1, 2024

@Emiliopg91 this is in readme.

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.

3 participants