Skip to content

Conversation

@0x4C4A
Copy link

@0x4C4A 0x4C4A commented Oct 18, 2025

On Manjaro ran into issue that open theme button tries to open {pwd}/{theme_dir} (i.e. /home/user/repo/"/home/user/repo/res/themes").

Found that this is due to essentially double quoting the arguments of subprocess.Popen.
subprocess.Popen arguments do not need to have extra quotes applied (the documentation recommends validating this with shlex.split()).

The submitted change affects only the subprocess.Popen calls and leaves Windows as it was.

Fixes #868

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.

Path concatenating twice?

1 participant