Open groner opened 5 years ago
Running strace desk run hello something leads to desk deciding my shell is strace, so it invokes strace -ic something. This actually runs something, but without the requested desk environment and a confusing strace warning and output.
strace desk run hello something
strace
strace -ic something
Looking for the session leader might give a better result.
Running
strace desk run hello something
leads to desk deciding my shell isstrace
, so it invokesstrace -ic something
. This actually runs something, but without the requested desk environment and a confusing strace warning and output.