https://bugs.winehq.org/show_bug.cgi?id=48170 Bug ID: 48170 Summary: start.exe: /min no longer works Product: Wine Version: 4.15 Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: programs Assignee: wine-bugs(a)winehq.org Reporter: austinenglish(a)gmail.com CC: damjan.jov(a)gmail.com Distribution: --- 42fa293d48be89ce06b1aab264c5c0d8cc1b4f53 is the first bad commit commit 42fa293d48be89ce06b1aab264c5c0d8cc1b4f53 Author: Damjan Jovanovic <damjan.jov(a)gmail.com> Date: Sun Aug 11 16:28:50 2019 +0200 start.exe: Search PATH for the executable to launch. We want to launch all executables through CreateProcess(), but need to provide the full path, as the searching CreateProcess() does internally when the application name is NULL is more limited: it only searches for .EXE files. Signed-off-by: Damjan Jovanovic <damjan.jov(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> before this, `wine start /min notepad` would start notepad minimized. Now, it appears as a normal window. Persists in wine-4.20-175-g190fb605c3 -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.