Skip to content

fix(input): honor detected ydotool binary for typing - #54

Merged
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/ydotool-binary-path
Aug 10, 2026
Merged

fix(input): honor detected ydotool binary for typing#54
ralyodio merged 1 commit into
profullstack:masterfrom
rissrice2105-agent:fix/ydotool-binary-path

Conversation

@rissrice2105-agent

Copy link
Copy Markdown
Contributor

Summary

  • use the ydotool binary selected during backend availability detection for both text-input fallbacks
  • cover ordinary character and unrecognized Unicode typing with a custom absolute binary path

Closes #53

Validation

  • 12/12 focused Wayland ydotool backend tests pass
  • Prettier check passes for both modified files
  • git diff --check passes

Environment note

The full workspace install/typecheck was not bypassed because the active supply-chain policy rejects the committed @profullstack/autoblog@0.4.0 lockfile entry without integrity metadata. Focused tests ran through an isolated Vitest 3.2.4 runner.

hasBinary: true,
binaryPath: '/opt/pairux/ydotool',
hasSocket: true,
socketPath: '/tmp/.ydotool_socket',
@ralyodio
ralyodio merged commit 7a842ef into profullstack:master Aug 10, 2026
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.

Wayland typing ignores the detected ydotool binary path

3 participants