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 c79b67e commit aca2b53Copy full SHA for aca2b53
src/detection/wm/wm_linux.c
@@ -243,7 +243,7 @@ static const char* getOpenbox(FFstrbuf* result)
243
244
if (ffProcessAppendStdOut(result, (char* const[]){
245
path.chars,
246
- "-version",
+ "--version",
247
NULL
248
}) == NULL)
249
{ // Openbox 3.6.1\n...
@@ -252,7 +252,7 @@ static const char* getOpenbox(FFstrbuf* result)
252
return NULL;
253
}
254
255
- return "Failed to run command `fvwm -version`";
+ return "Failed to run command `openbox --version`";
256
257
258
const char* ffDetectWMVersion(const FFstrbuf* wmName, FFstrbuf* result, FF_MAYBE_UNUSED FFWMOptions* options)
0 commit comments