I have a window that I know has this:
WM_NAME property: "user : top – Konsole"
If I run xprop
and select the window with the cursor, the output from xprop
itself tells me:
WM_NAME(COMPOUND_TEXT) = "user : top – Konsole"
However, when I try to run the xprop command specifying that same name, this is what I get:
user@ThinkpadX200:~$ xprop -name "user : top – Konsole"
xprop: error: No window with name user : top – Konsole exists!