История изменений
Исправление Bass, (текущая версия) :
Раньше был такой механизм (пример), но нужна поддержка и на уровне WM, и на уровне конкретного клиента:
f.send_msg message_number
This function sends an XClientMessageEvent of type _MOTIF_WM_MESSAGES with message_type set to message_number. The client message is sent only if message_number is included in the client’s _MOTIF_WM_MESSAGES property. A menu item label is grayed out if the menu item is used to do f.send_msg of a message that is not included in the client’s _MOTIF_WM_MESSAGES property.
В EWMH этого нет.
Сейчас эту функцию выполняет D-Bus.
Исходная версия Bass, :
Раньше был такой механизм, но нужна поддержка и на уровне WM, и на уровне конкретного клиента:
f.send_msg message_number
This function sends an XClientMessageEvent of type _MOTIF_WM_MESSAGES with message_type set to message_number. The client message is sent only if message_number is included in the client’s _MOTIF_WM_MESSAGES property. A menu item label is grayed out if the menu item is used to do f.send_msg of a message that is not included in the client’s _MOTIF_WM_MESSAGES property.
Сейчас эту функцию выполняет D-Bus.