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
Like title says, in latest version, command metadata ends with \n character. This might not be an issue, if using passing {2} as the last argument to launch command as in example from README.MD. But it will fail to launch desktop entries with extra arguments, if {2} is used in the middle of launch_cmd, like following:
Like title says, in latest version, command metadata ends with
\n
character. This might not be an issue, if using passing{2}
as the last argument to launch command as in example fromREADME.MD
. But it will fail to launch desktop entries with extra arguments, if{2}
is used in the middle oflaunch_cmd
, like following:For me, quick and dirty solution was to remove any new lined from
COMMAND
just before it is executed:However, I believe, undesired newline comes from
sway-launcher-desktop/sway-launcher-desktop.sh
Line 331 in f19bbb8
The text was updated successfully, but these errors were encountered: