Fix tile expansion in ShellRunner

BUG: 427824
FIXED-IN: 5.20.2
wilder-5.22
Alexander Lohnau 5 years ago
parent eea705033b
commit 5133d545bb
  1. 2
      runners/shell/shellrunner.cpp

@ -53,7 +53,7 @@ ShellRunner::~ShellRunner()
void ShellRunner::match(Plasma::RunnerContext &context)
{
bool isShellCommand = context.type() == Plasma::RunnerContext::ShellCommand;
bool isShellCommand = context.type() == Plasma::RunnerContext::ShellCommand || context.type() == Plasma::RunnerContext::Executable;
QStringList envs;
QString command;
// If it is not a shell command we check if we use ENV variables, FEATURE: 409107

Loading…
Cancel
Save