Skip to content

move shell argument manipulation to session

Harald Sitter requested to merge work/reshufflestartprogram into release/22.08

we need this to happen before KSandbox::makeHostContext because the first argument is not necessarily the shell command anymore afterwards, confusing the legacy logic inside Pty. simply move the manipulation into Session.cpp

this should make the flatpak build work properly

Merge request reports