wmctrl
我可以关闭在 Ubuntu 上的 wine 中运行的窗口吗?
上下文:
$ wmctrl -m
Name: compiz
Class: N/A
PID: N/A
Window manager's "showing the desktop" mode: OFF
我在使用 Ubuntu 10.10。
还:
$ wmctrl -l
0x0240a3be -1 mjol N/A
0x02000003 0 mjol Top Expanded Edge Panel
0x0200004c 0 mjol Bottom Expanded Edge Panel
0x01e00024 0 mjol x-nautilus-desktop
0x04800253 0 mjol using wmctrl to close windows - Stack Overflow - Google Chrome
0x03c0c8c3 0 mjol Terminal
0x03c53f25 0 mjol Terminal
0x04400001 0 mjol Untitled - SketchUp
0x04400003 0 mjol Instructor
0x04400009 0 mjol SketchUp
我想要关闭的窗口是最后一个:
0x04400009 0 mjol SketchUp
我尝试了以下方法:
$ wmctrl -c "SketchUp"
$ wmctrl -c 0x04400009
$ wmctrl -i 0x04400009
$ wmctrl -c -i 0x04400009
但什么也没起作用。
答案1
您不是已经问过这个问题了吗?无论如何,我敢打赌 Wine 不遵守 EWMH 规范。 xkill
可能会起作用,也可能会终止整个 Wine 会话。