There will be always "ACPI v<Unknown>" in the description. It is due to an obsolete underscore in acpi.h. diff --git a/include/acpi.h b/include/acpi.h index 5be01bc..9fe7005 100644 --- a/include/acpi.h +++ b/include/acpi.h @@ -30,7 +30,7 @@ #define ACPI_FILE_BATTERY_INFO "info" #define ACPI_FILE_FAN "state" -#define ACPI_INFO "info_" +#define ACPI_INFO "info" /* Gtk/Glib includes */ #include <glib.h>
same as #6955 *** This bug has been marked as a duplicate of bug 6955 ***