Skip to content

Commit 85a31c7

Browse files
committed
TerminalShell (Linux): improve perf of yakuake version detection
1 parent 1dba6d1 commit 85a31c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/terminalshell/terminalshell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ bool fftsGetTerminalVersion(FFstrbuf* processName, FF_MAYBE_UNUSED FFstrbuf* exe
671671
return getTerminalVersionKonsole(exe, version);
672672

673673
if(ffStrbufIgnCaseEqualS(processName, "yakuake"))
674-
return getExeVersionGeneral(exe, version);//yakuake 22.12.3
674+
return getTerminalVersionKonsole(exe, version); // yakuake shares code with konsole
675675

676676
if(ffStrbufIgnCaseEqualS(processName, "xfce4-terminal"))
677677
return getTerminalVersionXfce4Terminal(exe, version);

0 commit comments

Comments
 (0)