Skip to content

Commit a4606d6

Browse files
committed
Lubuntu uses LXQt, not LXDE
1 parent 9560022 commit a4606d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/detection/os/os_linux.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ FF_MAYBE_UNUSED static void getUbuntuFlavour(FFOSResult* result)
9999
return;
100100
}
101101

102-
if(ffStrContains(xdgConfigDirs, "lxde") || ffStrContains(xdgConfigDirs, "lubuntu"))
102+
if(ffStrContains(xdgConfigDirs, "lxqt") || ffStrContains(xdgConfigDirs, "lubuntu"))
103103
{
104104
ffStrbufSetS(&result->name, "Lubuntu");
105105
ffStrbufSetS(&result->prettyName, "Lubuntu");

0 commit comments

Comments
 (0)