Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Does not work on Ubuntu #32

@syap6999

Description

@syap6999

Thank you so much for creating this project. We tried to implement this and we were successful in the Windows build as well as in Mac. However, it does not seem to work in Ubuntu 20.04. Not really sure why that is. Is there any additional configuration specifically for Ubuntu? The cpp part is a little outside of my expertise.

Upon tracing the code, this listener on the x11ServerKey does not seem to get called.

this.proc.stdout.on("data", data => {
      const events = this._getEventData(data);
      for (let { event, eventId } of events) {
          const stopPropagation = !!this.listener(event);
          this.proc.stdin.write(`${stopPropagation ? "1" : "0"},${eventId}\n`);
      }
});

The process child does get initialized. Just listener not listening.

Any idea how to go about this? Let me know if you need more info.

Thank you so much.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions