You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Overview:
The window positioning interface relies on being given a unique window slug for positioning windows. The slug is generated from the configuration of the instance being managed for ease of debugging, but it is not guaranteed to be unique, so identical configurations on the same machine will have overlapping windows with their launchers racing to apply their rules first (or last?)
Requirements:
Street View window slugs are unique even when launcher instances have the same fov, yaw and pitch.
Overview:
The window positioning interface relies on being given a unique window slug for positioning windows. The slug is generated from the configuration of the instance being managed for ease of debugging, but it is not guaranteed to be unique, so identical configurations on the same machine will have overlapping windows with their launchers racing to apply their rules first (or last?)
Requirements:
Development notes
Here is where the slug is generated.
The Python uuid library seems like an easy way to generate a unique name.
Testing scenario
$ DISPLAY=:0 xwininfo -root -tree
The text was updated successfully, but these errors were encountered: