From 1eb1b731dba3316b827f850a2a574bb1a67c0f43 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Wed, 12 Aug 2020 09:44:51 +0200 Subject: [PATCH] ipsilon: set the full path to the theme directory Currently we let ipsilon's magic load the tempate and asset from that variable and it looks like it's somehow not doing what we want with the asset since we can't access the fedora-authn-logo and the login.css of the Fedora theme. So let's see if using the full path to the directory helps or not. Signed-off-by: Pierre-Yves Chibon --- roles/ipsilon/templates/ipsilon.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipsilon/templates/ipsilon.conf b/roles/ipsilon/templates/ipsilon.conf index e46d2555a1..563b58004a 100644 --- a/roles/ipsilon/templates/ipsilon.conf +++ b/roles/ipsilon/templates/ipsilon.conf @@ -1,7 +1,7 @@ [global] debug = True tools.log_request_response.on = False -theme_dir = "themes/Fedora" +theme_dir = "/usr/share/ipsilon/themes/Fedora" template_dir = "/usr/share/ipsilon/templates" log.screen = True