Skip to content

Fix x2go client path lookup in direct.py script#167

Merged
dkmstr merged 1 commit intov4.0from
dev/andres/v4.0-fix-x2go-path
Apr 20, 2026
Merged

Fix x2go client path lookup in direct.py script#167
dkmstr merged 1 commit intov4.0from
dev/andres/v4.0-fix-x2go-path

Conversation

@aschumann-virtualcable
Copy link
Copy Markdown
Contributor

This pull request makes a small but important fix to the way the findApp function is called in the direct.py script for the X2GO Windows transport. The change ensures that the search path for the x2goclient.exe executable is passed correctly, which could affect the ability to locate the required application. The code signature file was also updated to reflect this change.

  • Bug Fix:

    • Corrected the argument type for the findApp function in direct.py by passing x2goPath as a string instead of a list, ensuring the executable is searched for in the intended directory.
  • Maintenance:

    • Updated the .signature file for direct.py to match the new code state.

@dkmstr dkmstr merged commit b624700 into v4.0 Apr 20, 2026
2 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.

2 participants