|
|
|
@ -53,7 +53,7 @@ ShellRunner::~ShellRunner() |
|
|
|
|
|
|
|
|
|
|
|
void ShellRunner::match(Plasma::RunnerContext &context) |
|
|
|
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; |
|
|
|
QStringList envs; |
|
|
|
QString command; |
|
|
|
QString command; |
|
|
|
// If it is not a shell command we check if we use ENV variables, FEATURE: 409107
|
|
|
|
// If it is not a shell command we check if we use ENV variables, FEATURE: 409107
|
|
|
|
|