私は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を持つウィンドウを探したいです。しかし、2番目の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)
ありがとうございます。