pmattes / x3270

Family of IBM 3270 emulators
46 stars 18 forks source link

Feature request: Set _NET_WM_NAME to the window title #77

Closed CheyenneWills closed 4 months ago

CheyenneWills commented 4 months ago

Currently it is not possible to share a x3270 window via Zoom. It appears that Zoom will only share a window that has the X11 property _NET_WM_NAME set.

If I manually set the _NET_WM_NAME via xprop, then the window can be shared on Zoom.

pmattes commented 4 months ago

It was a bit harder than I thought it was, but the code is complete and committed to 4.3 and master. I will be including it in a release shortly.

CheyenneWills commented 3 months ago

Works -- thanks

pmattes commented 3 months ago

Excellent!