Skip to content

Use accurate file matching on Linux#24

Open
jflorian wants to merge 1 commit intogioele:masterfrom
jflorian:issue_18
Open

Use accurate file matching on Linux#24
jflorian wants to merge 1 commit intogioele:masterfrom
jflorian:issue_18

Conversation

@jflorian
Copy link

This resolves issue #18, at least for Linux. The window matching (via
wmctrl) had the following problems:

  • it was not case sensitive, yet Linux file systems generally are

  • it matched only the base name, ignoring the path which led to false
    matches

Signed-off-by: John Florian john_florian@dart.biz

This resolves issue gioele#18, at least for Linux.  The window matching (via
wmctrl) had the following problems:

- it was not case sensitive, yet Linux file systems generally are

- it matched only the base name, ignoring the path which led to false
matches

Signed-off-by: John Florian <john_florian@dart.biz>
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