ueli icon indicating copy to clipboard operation
ueli copied to clipboard

[Bug] Workflows open a cmd window where shortcuts do not

Open HermasciousLevander opened this issue 4 years ago • 1 comments

ueli: 8.18.0 Electron: 11.4.8 Node: 12.18.3 V8: 8.7.220.31-electron.0


I updated to 8.18.0 around an hour ago and since I've been having problems where a cmd console opens and does not close when using workflow command line. If I use a shortcut command line with an identical command, it does not do this.

I have downgraded all the way to 8.15.0, testing each version manually after resetting all settings. Shortcuts still work fine, but workflows open a visible cmd window that is not closed afterwards. I uninstalled the application and removed all directories for ueli under AppData and reinstalled, but no bueno. Same problem. Checked the debug but there is nothing important there after executing the workflow.

HermasciousLevander avatar Oct 29 '21 08:10 HermasciousLevander

This is still happening. Workaround is to add "&& exit" to automatically close the CMD window.
But this is only viable for commands that finish, not for programs started with a command, that keep running.

mahoromax avatar Mar 05 '23 19:03 mahoromax