GNOME Bugzilla – Bug 165350
Metacity should announce its version in a window property
Last modified: 2005-02-07 04:37:49 UTC
For writing workarounds to bugs in metacity, it is useful to know what version is actually running. Checking the version is not foolproof, the most common case being patches backported by distributions or user-modified code, having a version number to check that is the base upstream version is usually sufficient. A reasonable proposal for this hint would be a _METACITY_VERSION property on the WM check window. See bug 165243.
Well, the fullscreen fix won't do you much good unless we get this one handled too, so I'll set it on the 2.10 milestone...
Created attachment 37083 [details] [review] Set a _METACITY_VERSION property (a utf8 string) on the WM check window
Comment on attachment 37083 [details] [review] Set a _METACITY_VERSION property (a utf8 string) on the WM check window Should set the hint before you make the window visible to apps by placing it in the property, otherwise there's a race. i.e. move this up next to where we set the name "Metacity" Looks good to commit with that change.
Committed with the change.