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

Weston 7.0 release schedule

2019-07-12 Thread Simon Ser
Hi all, Here is the release schedule for Weston 7.0, the next major version: - Alpha: July 19th, in one week - Beta: August 2nd - RC1: August 16th - First possible release: August 23th Package maintainers are encouraged to pick up the pre-releases to make sure packaging can be tested (and fixed)

[PATCH wayland-protocols v3] xdg-output: deprecate the xdg_output.done event

2019-07-12 Thread Simon Ser
This commit makes it so a wl_output.done event is guaranteed to be sent with a xdg_output.done event. This protocol change has been discussed in a recent xorg-devel discussions [1]. First let's recap why a change is needed: Xwayland listens to both wl_output and xdg_output changes. When an output

Re: [PATCH] xdg-shell: add use case to handle change of app_id

2019-07-12 Thread Simon Ser
On Friday, July 12, 2019 6:27 PM, Jonas Ådahl wrote: > On Sun, Jul 07, 2019 at 04:27:54PM +0200, Jan-Marek Glogowski wrote: > > > Am 07.07.19 um 16:11 schrieb Simon Ser: > > > > > > @@ -604,6 +604,11 @@ > > > > For example, "org.freedesktop.FooViewer" where the .desktop file is > > > > "org.freede

Re: [PATCH] xdg-shell: add use case to handle change of app_id

2019-07-12 Thread Jonas Ådahl
On Sun, Jul 07, 2019 at 04:27:54PM +0200, Jan-Marek Glogowski wrote: > Am 07.07.19 um 16:11 schrieb Simon Ser: > >> @@ -604,6 +604,11 @@ > >>For example, "org.freedesktop.FooViewer" where the .desktop file is > >>"org.freedesktop.FooViewer.desktop". > >> > >> + This request can be used to

Re: [PATCH wayland-protocols v2] xdg-output: deprecate the xdg_output.done event

2019-07-12 Thread Jonas Ådahl
On Tue, Jul 02, 2019 at 03:33:00PM +, Simon Ser wrote: > This commit makes it so a wl_output.done event is guaranteed to be sent with a > xdg_output.done event. > > This protocol change has been discussed in a recent xorg-devel discussions > [1]. > > First let's recap why a change is needed: