From c975e23946c8f5a3fb12f8d241eb7070db1137fb Mon Sep 17 00:00:00 2001 From: "Carsten Haitzler (Rasterman)" Date: Wed, 24 Nov 2021 21:21:23 +0000 Subject: [PATCH] set default theme as overlay with file extn to file isnt found this fixes missing split icons in mild and nyanology @fix --- src/bin/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/main.c b/src/bin/main.c index c721b3ba..4957b4e9 100644 --- a/src/bin/main.c +++ b/src/bin/main.c @@ -1046,7 +1046,7 @@ elm_main(int argc, char **argv) } } - elm_theme_overlay_add(NULL, theme_path_get("default")); + elm_theme_extension_add(NULL, theme_path_get("default.edj")); elm_theme_overlay_add(NULL, config_theme_path_get(instance.config)); if (instance.login_shell == IPC_INSTANCE_OPT_UNSET)