talonvoice / beta

Issue tracker for the private Talon Beta
10 stars 0 forks source link

Use Window events to update the app name #28

Closed fapdash closed 4 years ago

fapdash commented 4 years ago

Some application set the application name late, so talon doesn't pick the name up. Use Window events to update the app name after launch.

lunixbochs commented 4 years ago

should be fixed in the new 1064 release, please confirm

fapdash commented 4 years ago

Still an issue: Window(app=App(pid=29736, "Java"), title="egit - org.eclipse.egit.core/src/org/eclipse/egit/core/op/CommitOperation.java - Eclipse SDK ") After talon restart: Window(app=App(pid=29736, "Eclipse"), title="egit - org.eclipse.egit.core/src/org/eclipse/egit/core/op/CommitOperation.java - Eclipse SDK ")

lunixbochs commented 4 years ago

should be fixed even better in 1066

fapdash commented 4 years ago

fixed. thank you!