Skip to content

Commit

Permalink
Terminal (Linux): fix kgx version detection
Browse files Browse the repository at this point in the history
  • Loading branch information
CarterLi committed Jan 22, 2024
1 parent a9a5790 commit 994fd35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detection/terminalshell/terminalshell.c
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ FF_MAYBE_UNUSED static bool getTerminalVersionGnome(FFstrbuf* version)
FF_MAYBE_UNUSED static bool getTerminalVersionKgx(FFstrbuf* version)
{
if(ffProcessAppendStdOut(version, (char* const[]){
"gnome-terminal",
"kgx",
"--version",
NULL
})) return false;
Expand Down

0 comments on commit 994fd35

Please sign in to comment.