Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
Plasma Workspace
Commits
5133d545
Commit
5133d545
authored
Oct 20, 2020
by
Alexander Lohnau
💬
Browse files
Fix tile expansion in ShellRunner
BUG: 427824
FIXED-IN: 5.20.2
parent
eea70503
Changes
1
Hide whitespace changes
Inline
Side-by-side
runners/shell/shellrunner.cpp
View file @
5133d545
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment