ravynsoft / ravynos

A BSD-based OS project that aims to provide source and binary compatibility with macOS® and a similar user experience.
https://www.ravynos.com
Other
5.68k stars 192 forks source link

Dock: Display icon for non-resident, non-bundled apps by collecting their windows by PID into a DockItem #340

Closed mszoek closed 3 days ago

mszoek commented 3 days ago

I've decided against supporting anything other than .app bundles in Dock for now, mainly due to added complexity. Mac's Dock requires you to wrap any other kind of app into a bundle and so will ours. (It does not have to be written with Cocoa, although that is currently the only way to create a window or get key/mouse events. So...)