MCPcopy Create free account
hub / github.com/KDE/kdevelop / defaultExternalTerminalCommands

Method defaultExternalTerminalCommands

plugins/execute/executeplugin.cpp:208–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208QStringList ExecutePlugin::defaultExternalTerminalCommands() const
209{
210 static const QStringList commands{QStringLiteral("konsole --hold -e"), QStringLiteral("xterm -hold -e"),
211 QStringLiteral("xfce4-terminal --disable-server --hold -x"),
212 QStringLiteral("gnome-terminal --wait --")};
213 return commands;
214}
215
216QString ExecutePlugin::nativeAppConfigTypeId() const
217{

Callers 2

NativeAppConfigPageMethod · 0.45

Calls

no outgoing calls

Tested by 1