软件包:gnome-ponytail-daemon(0.0.11-1) [debports]
Helper daemon for dogtail on Wayland
On X11, dogtail relies on XTest extension to generate pointer and keyboard events, but there is no equivalent on Wayland.
On GNOME on Wayland, however, there are the screen-cast and remote-desktop APIs that can be used for controlling the keyboard and pointer.
Also, Wayland does not expose global coordinates, and ATK will return local coordinates of the various application widgets on Wayland, this is where the RecordWindow method from screencast can be used, as it will translate global coordinates into surface relative coordinates.
Obviously, to be able to record or a given window, one needs a way to identify such a window, this is where the window-list API comes in.
The Introspect D-Bus API in mutter provides a way to list all toplevel windows.
其他与 gnome-ponytail-daemon 有关的软件包
|
|
|
|
-
- dep: libc6 (>= 2.34)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: libei1 (>= 1.0.0)
- Emulated Input client library
-
- dep: libglib2.0-0t64 (>= 2.80.0)
- C 例程的 GLib 软件库
-
- dep: libxkbcommon0 (>= 0.5.0)
- library interface to the XKB compiler - shared library
-
- dep: python3
- 交互式高级面向对象语言(默认 python3 版本)
-
- dep: python3-dbus
- 简单的进程间消息系统(Python 3 接口)
-
- dep: python3-gi
- Python 3 bindings for gobject-introspection libraries