Skip to content

Commit 60ff89c

Browse files
committed
Terminal (Linux): fix detection of pk-command-not-found
Fix #1467
1 parent f973572 commit 60ff89c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/terminalshell/terminalshell_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ static pid_t getShellInfo(FFShellResult* result, pid_t pid)
5656
ffStrbufEqualS(&result->processName, "fastfetch") || //994
5757
ffStrbufEqualS(&result->processName, "flashfetch") ||
5858
ffStrbufContainS(&result->processName, "debug") ||
59-
ffStrbufContainS(&result->processName, "not-found") ||
59+
ffStrbufContainS(&result->processName, "command-not-") ||
6060
#ifdef __ANDROID__
6161
ffStrbufEqualS(&result->processName, "proot") ||
6262
#endif

0 commit comments

Comments
 (0)