我正在运行带有 17 个选项卡的 Google Chrome 浏览器。
$ xdotool search --name "Google Chrome"
79691777
为什么以下返回 7 个 WID? 7 与我在 Google Chrome 窗口中有 17 个选项卡的事实不符。
$ xdotool search --name "Chrome" 79691777 69206017 69206019 69206054 69206057 69206065 69206207
我想找出除第一个窗口之外的 WID 的窗口。但为什么第二个WID激活失败呢?
$ xdotool windowactivate 69206017 XGetWindowProperty[_NET_WM_DESKTOP] failed (code=1)
同样地,对于证据
$ xdotool search --class evince
161480705
161480711
$ xdotool windowactivate 161480705
XGetWindowProperty[_NET_WM_DESKTOP] failed (code=1)
谢谢。