mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
fix(DE): fix KDE detection (#481)
This commit is contained in:
@@ -284,7 +284,7 @@ static void applyPrettyNameIfDE(FFDisplayServerResult* result, const char* name)
|
||||
{
|
||||
if(!ffStrSet(name))
|
||||
return;
|
||||
else if(strcasestr(name, "plasma") != NULL)
|
||||
else if(strcasestr(name, "plasma") != NULL || strcasecmp(name, "KDE") == 0)
|
||||
getKDE(result);
|
||||
else if(
|
||||
strcasecmp(name, "polkit-gnome") != 0 &&
|
||||
|
||||
Reference in New Issue
Block a user