From a2ac044128305c426235de1b9d3f83ba27c36407 Mon Sep 17 00:00:00 2001 From: "L. Pereira" Date: Sat, 29 Jul 2023 13:08:52 -0700 Subject: Show kernel module icons even without modules present on filesystem This is common on Arch Linux systems when the kernel is updated (the running kernel modules are removed from disk). This table was created using modules from Linux 6.3.8, with the same rules as the fallback mechanism uses (longest string prefix match), and is updatable using the sync manager. --- modules/computer.c | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/computer.c') diff --git a/modules/computer.c b/modules/computer.c index e516cd54..da18b5c2 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -1074,6 +1074,7 @@ void hi_module_init(void) { computer = g_new0(Computer, 1); init_memory_labels(); + kernel_module_icon_init(); } const ModuleAbout *hi_module_get_about(void) -- cgit v1.2.3