You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 26, 2026. It is now read-only.
This issue can technically arise with any backend script, but Applications is the most problematic. Some applications specify a shell command as a start command, which fails currently with Nozzle.
Such applications include Steam, which starts up with the following command:
sh -c 'STEAM_FRAME_FORCE_CLOSE=1 steam' %U
EDIT: Also add support for starting an application in a terminal (Terminal=true)
This issue can technically arise with any backend script, but Applications is the most problematic. Some applications specify a shell command as a start command, which fails currently with Nozzle.
Such applications include Steam, which starts up with the following command:
sh -c 'STEAM_FRAME_FORCE_CLOSE=1 steam' %UEDIT: Also add support for starting an application in a terminal (
Terminal=true)