Skip to content

Commit 1f5da27

Browse files
committed
Terminal (Linux): support terminator version detection
1 parent 55234ff commit 1f5da27

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/detection/terminalshell/terminalshell.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -267,6 +267,9 @@ bool fftsGetTerminalVersion(FFstrbuf* processName, FF_MAYBE_UNUSED FFstrbuf* exe
267267
if(ffStrbufIgnCaseEqualS(processName, "xfce4-terminal"))
268268
return getExeVersionGeneral(exe, version);//xfce4-terminal 1.0.4 (Xfce 4.18)...
269269

270+
if(ffStrbufIgnCaseEqualS(processName, "terminator"))
271+
return getExeVersionGeneral(exe, version);//terminator 2.1.3
272+
270273
if(ffStrbufIgnCaseEqualS(processName, "deepin-terminal"))
271274
return getExeVersionGeneral(exe, version);//deepin-terminal 5.4.36
272275

0 commit comments

Comments
 (0)