mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:14:37 +02:00
TerminalShell (Linux): improve perf of yakuake version detection
This commit is contained in:
@@ -671,7 +671,7 @@ bool fftsGetTerminalVersion(FFstrbuf* processName, FF_MAYBE_UNUSED FFstrbuf* exe
|
||||
return getTerminalVersionKonsole(exe, version);
|
||||
|
||||
if(ffStrbufIgnCaseEqualS(processName, "yakuake"))
|
||||
return getExeVersionGeneral(exe, version);//yakuake 22.12.3
|
||||
return getTerminalVersionKonsole(exe, version); // yakuake shares code with konsole
|
||||
|
||||
if(ffStrbufIgnCaseEqualS(processName, "xfce4-terminal"))
|
||||
return getTerminalVersionXfce4Terminal(exe, version);
|
||||
|
||||
Reference in New Issue
Block a user