From c25701b7307a237ffc825b840fd9813a164b1320 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Sun, 26 Oct 2008 16:23:57 -0300 Subject: Don't show GNOME_DESKTOP_SESSION_ID value, as it's deprecated --- hardinfo2/arch/linux/common/os.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'hardinfo2/arch/linux/common/os.h') diff --git a/hardinfo2/arch/linux/common/os.h b/hardinfo2/arch/linux/common/os.h index 0c3a2586..183815a0 100644 --- a/hardinfo2/arch/linux/common/os.h +++ b/hardinfo2/arch/linux/common/os.h @@ -82,9 +82,7 @@ detect_desktop_environment(OperatingSystem * os) goto unknown; } - os->desktop = - g_strdup_printf("GNOME %s (session name: %s)", vers, - tmp); + os->desktop = g_strdup_printf("GNOME %s", vers); } else if (g_getenv("KDE_FULL_SESSION")) { version = popen("kcontrol --version", "r"); if (version) { -- cgit v1.2.3