sindresorhus / get-windows

Get metadata about the active window and open windows (title, id, bounds, owner, etc)
MIT License
783 stars 161 forks source link

active-win not recording .flatpak apps in ubuntu #165

Open praveen-zluri opened 1 year ago

praveen-zluri commented 1 year ago

@sindresorhus @stroncium

We've been using the active-win library to record active windows in mac & windows. There it was not a problem. But while running the same in ubuntu, I saw that .flatpak apps are not being considered. However, .deb & .snap apps are being considered without any issues.

Do I have to make extra configurations in the active-win or is there any way to address this issue?