Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
d1c9b642
Commit
d1c9b642
authored
Jun 08, 2016
by
Martin Tobias Holmedahl Sandsmark
Browse files
Don't pass $SHELL as argument to $SHELL in fallback profile
parent
595adcd7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Profile.cpp
View file @
d1c9b642
...
...
@@ -149,7 +149,7 @@ FallbackProfile::FallbackProfile()
// non-directory file name
setProperty
(
Path
,
"FALLBACK/"
);
setProperty
(
Command
,
qgetenv
(
"SHELL"
));
setProperty
(
Arguments
,
QStringList
()
<<
qgetenv
(
"SHELL"
)
);
setProperty
(
Arguments
,
QStringList
());
setProperty
(
Icon
,
"utilities-terminal"
);
setProperty
(
Environment
,
QStringList
()
<<
QStringLiteral
(
"TERM=xterm"
));
setProperty
(
LocalTabTitleFormat
,
"%d : %n"
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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