https://bugs.winehq.org/show_bug.cgi?id=53698
Bug ID: 53698 Summary: winemenubuilder "could not be started" Product: Wine Version: 7.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: cmd Assignee: wine-bugs@winehq.org Reporter: hi-angel@yandex.ru Distribution: ---
Wiki claims one can create a menu entry for an .lnk file by running winemenubuilder https://wiki.winehq.org/Winemenubuilder
However, running winemenubuilder with any arguments (whether it's the ones from the wiki or just a simple `--help`) results in same errors "ShellExecuteEx failed: File not found."
It is worth noting that the exact same text is printed if you execute a `wine foo`, which means that wine apparently somehow doesn't see winemenubuilder. Same thing happens if you execute explicitly `wine ~/.wine/drive_c/windows/system32/winemenubuilder.exe --help`
# Steps to reproduce
wine winemenubuilder --help
# Expected
Either a help message or an error about invalid argument
# Actual
0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 0084:fixme:hid:handle_IRP_MN_QUERY_ID Unhandled type 00000005 Application could not be started, or no application associated with the specified file. ShellExecuteEx failed: File not found.
# Additional information
OS: Fedora 36 Wine repository is used the official one by winehq