We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e05502 commit 38c0b24Copy full SHA for 38c0b24
src/detection/wm/wm_linux.c
@@ -275,7 +275,7 @@ static const char* getLabwc(FFstrbuf* result)
275
return NULL;
276
}
277
278
- return "Failed to run command `openbox --version`";
+ return "Failed to run command `labwc --version`";
279
280
281
const char* ffDetectWMVersion(const FFstrbuf* wmName, FFstrbuf* result, FF_MAYBE_UNUSED FFWMOptions* options)
0 commit comments