Jonathan Mercier-Ganady

Results 80 comments of Jonathan Mercier-Ganady

> The screenshot I wanted to make is by screenshot program. Then I would say you can use the `Command` action to start this program. > You can improve by...

Hi, there is one issue with your script: the `Window title` field of the `Window` action was set to `Text` and not `Code`, but it contains Javascript.

I think the other issue is that your script needs to return a window title. You could write something like that: ```js var processHDL= new ProcessHandle(p1); var windows = Window.find({...

> I found out the way to do this with your script. I had to remove the `return` due to it throw an invalid statement at execution and i added...

Yes; cmake has been a recent addition and the documentation has not been updated in a while. Thanks for the build instructions on Archlinux. > I also had to install...

> start recording a macro with a command line? (without having the focus on actiona window) Macro recording is not a feature of Actiona (not yet anyway). I had multiple...

Hi, > Unable to start a script with actexec on Debian 10 with Gnome. Just the message: "No text-to-speech plug-ins were found." Does it work when you run the script...

Where was the issue? This could help other people having the same problem.

@krillin666 are you building from a git clone? Have you used `--recursive` when cloning? Otherwise try running `git submodule update --init` before rebuilding. @lanberg I don't know Fedora at all...

My plan here is to use the DBus interface of the specific desktop manager, like Gnome. That will also work on Wayland. The Qt screen grab would then only be...