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 9560022 commit a4606d6Copy full SHA for a4606d6
src/detection/os/os_linux.c
@@ -99,7 +99,7 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
99
return;
100
}
101
102
- if(ffStrContains(xdgConfigDirs, "lxde") || ffStrContains(xdgConfigDirs, "lubuntu"))
+ if(ffStrContains(xdgConfigDirs, "lxqt") || ffStrContains(xdgConfigDirs, "lubuntu"))
103
{
104
ffStrbufSetS(&result->name, "Lubuntu");
105
ffStrbufSetS(&result->prettyName, "Lubuntu");
0 commit comments