[Bug 48170] New: start.exe: /min no longer works

WineHQ Bugzilla wine-bugs at winehq.org
Mon Nov 25 00:45:04 CST 2019


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 at winehq.org
          Reporter: austinenglish at gmail.com
                CC: damjan.jov at gmail.com
      Distribution: ---

42fa293d48be89ce06b1aab264c5c0d8cc1b4f53 is the first bad commit
commit 42fa293d48be89ce06b1aab264c5c0d8cc1b4f53
Author: Damjan Jovanovic <damjan.jov at 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 at gmail.com>
    Signed-off-by: Alexandre Julliard <julliard at 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.



More information about the wine-bugs mailing list