Coder Social home page Coder Social logo

Comments (10)

calmofthestorm avatar calmofthestorm commented on June 15, 2024

This weekend I'm doing a major reorg of aenea. Take a look at pre_split branch for a less-in-flux version.

The error when starting the X11 server is because you're using an old version of xdotool. If you update it it should fix that error at least. Note that I've never tested the X11 server on OS X; it's intended to work an a Linux host, and while I'm not familiar with OS X my understanding is that native apps don't use X there. I know there was an attempt at a OS X server at https://github.com/dopey/aenea-fork; not sure how it panned out.

You'll need to disable the Dictation Box to use the client. You can try using Notepad instead if you want to just test if grammars are working, but it won't let you send free-form dictation.

from aenea.

calmofthestorm avatar calmofthestorm commented on June 15, 2024

Also don't run the things in util; those are libraries for modules to use. The only thing you need to run on Windows (assuming your grammars are properly installed) is aenea_client.py if you want to capture free-form dictation.

from aenea.

edk avatar edk commented on June 15, 2024

Cool thank you, I look forward to that. I was trying to test in my Ubuntu system before trying to figure out how to get it to work with OS X. And you are correct, while there is an Xquartz system, native Cocoa apps can't take advantage of that. I hope to get familiar with the system in linux before attempting to write a native osx server for this.

from aenea.

calmofthestorm avatar calmofthestorm commented on June 15, 2024

The only hard part would be figuring out how to do actions on OS X (is applescript still around?) If so, you could just copy server_x11.py to server_osx.py and change the actual RPC providers to the appropriate Applescript commands.

Let me know if you have further issues. One of the things I'm working on at the moment is a better way of installing/setting up grammars, it's a bit of a mess currently.

from aenea.

edk avatar edk commented on June 15, 2024

Thank you for the update, the additional instructions in the readme are very helpful. Cheers!

from aenea.

Xodarap avatar Xodarap commented on June 15, 2024

What version of xdotool should we be using? I see that error but I think I might the newest version:

demo@ubuntu:~/aenea/server/linux_x11$ xdotool --version
xdotool version 2.20110530.1

from aenea.

calmofthestorm avatar calmofthestorm commented on June 15, 2024

That's a really old version. I'm on:

alexr@autumn:~$ xdotool --version
xdotool version 3.20141006.1

from aenea.

mzizzi avatar mzizzi commented on June 15, 2024

For what it's worth:

$ xdotool --version
xdotool version 3.20140217.1

from aenea.

Xodarap avatar Xodarap commented on June 15, 2024

Thanks! Where are you getting those versions from? The official website lists 2011 as the newest version; if I upgrade Ubuntu to the newest then I get up to 2013 but it seems like this release still has some issues.

from aenea.

calmofthestorm avatar calmofthestorm commented on June 15, 2024

https://github.com/jordansissel/xdotool

from aenea.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.