Re: [PATCH v2] xdg-shell: use case to change the app ID at runtime

2019-07-12 Thread Jan-Marek Glogowski
Am 12.07.19 um 20:31 schrieb Simon Ser: > I'd just go with something among the lines of: > > Like other properties, an app_id request can be sent after the > toplevel has been mapped to update the property. s/an app_id/a set_app_id/ s/toplevel/xdg_toplevel/ Or is toplevel implicit xdg_to

Re: [PATCH v2] xdg-shell: use case to change the app ID at runtime

2019-07-12 Thread Simon Ser
I'd just go with something among the lines of: Like other properties, an app_id request can be sent after the toplevel has been mapped to update the property. ___ wayland-devel mailing list wayland-devel@lists.freedesktop.org https://lists.freede

[PATCH v2] xdg-shell: use case to change the app ID at runtime

2019-07-12 Thread glogow
From: Jan-Marek Glogowski LibreOffice is one big binary with explicit brandings for different application modules. This is represented in X11 by a different WM_CLASS setting for a window. The WM_CLASS is changed based on the loaded document at runtime. As a result LibreOfiice already offers multi