sereinity/ofi-pass

Panic attempting to type pass

Closed this issue · 2 comments

thread 'main' panicked at 'Failed to call wtype: Os { code: 2, kind: NotFound, message: "No such file or directory" }', /home/blake/.cargo/registry/src/github.com-1ecc6299db9ec823/ofi-pass-0.3.0/src/wtype.rs:7:10
stack backtrace:
   0: rust_begin_unwind
   1: core::panicking::panic_fmt
   2: core::result::unwrap_failed
   3: ofi_pass::wtype::wtype
   4: ofi_pass::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
zsh: exit 101   ofi-pass

Rofi prompts with an empty list. Attempting to autotype panics.

Hello, thank you for your feedback. For now I require https://github.com/atx/wtype to be installed and available in your PATH.

As said in the README, for now ofi-pass only support wtype (for wayland users). Are you on a similar config?

Hello, thank you for your feedback. For now I require https://github.com/atx/wtype to be installed and available in your PATH.

As said in the README, for now ofi-pass only support wtype (for wayland users). Are you on a similar config?

I am using X11, so that explains it :)