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

Fix issues with rare's process launcher #454

Merged
merged 8 commits into from
Sep 16, 2024

Conversation

loathingKernel
Copy link
Contributor

@loathingKernel loathingKernel commented Sep 16, 2024

  • RareLauncher: fix cloud sync dialog not opening on pyside6 and blocking execution
  • workflows: remove pywebview from packages
  • RareLauncher: check before deleting CloudSyncDialog
  • PathEdit: remove implicit use of shlex
  • LaunchSettings: separate command input widget from the arguments widget
  • project: update requirements.txt

Quoting the string prevents QCompleter from completing paths properly.
It also causes issues with paths on Windows, such as failing because
of improper driver letters.
Since we do not want to quote the command string when returned from the
path dialog, for the reasons stated before, or the user might forget to
quote the command string when setting it, separate it from the rest
of the command and add a separate input widget for the arguments.
@loathingKernel loathingKernel merged commit 57ca61f into RareDevs:main Sep 16, 2024
13 checks passed
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.

1 participant