jbuchermn / newm

Wayland compositor
MIT License
960 stars 30 forks source link

Some roles are not correct #92

Closed CRAG666 closed 2 years ago

CRAG666 commented 2 years ago

Yesterday I was testing a bit with the rule function. Notice something particular about view.role. The problem itself is that some roles are not correct; What I am trying to say is that in my tests I opened an element whose role should be "file chooser" view.role gave another name

jbuchermn commented 2 years ago

Roles are not given by the compositor but reported by the apps.

So one file chooser might report a completely different role than another.

jbuchermn commented 2 years ago

Closing as not related to newm.