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
Problem: We do not yet ship deskflow-core binary, so we had to put the --active-desktop arg in the server binary temporarily. It doesn't make sense to have it there because it's daemon related (but we can't add it to the daemon because it's a Win32 subsystem app, so stdout reading is not possible).
Feature Request
Problem: We do not yet ship
deskflow-corebinary, so we had to put the--active-desktoparg in the server binary temporarily. It doesn't make sense to have it there because it's daemon related (but we can't add it to the daemon because it's a Win32 subsystem app, so stdout reading is not possible).Related discussion: #8194 (comment)
Solution: Ship core binary and move
--active-desktopfrom server binary to core binary