Skip to content

Commit

Permalink
fix[close #3584]: Launch options not honored when application is laun…
Browse files Browse the repository at this point in the history
…ched from Desktop Entry

dead code kept intentionally
  • Loading branch information
mirkobrombin committed Dec 8, 2024
1 parent 779951d commit f31c0a7
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions bottles/frontend/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -692,20 +692,7 @@ def run_program(self):
elif _executable.startswith("'") and _executable.endswith("'"):
_executable = _executable[1:-1]

WineExecutor(
bottle,
exec_path=_executable,
args=_args,
cwd=_cwd,
pre_script=_pre_script,
post_script=_post_script,
program_dxvk=_program_dxvk,
program_vkd3d=_program_vkd3d,
program_nvapi=_program_dxvk_nvapi,
program_fsr=_program_fsr,
program_gamescope=_program_gamescope,
program_virt_desktop=_program_virt_desktop,
).run_cli()
WineExecutor.run_program(bottle, program)

# endregion

Expand Down

0 comments on commit f31c0a7

Please sign in to comment.