From f06f98604f65e619ae337f09cf4388b2c67cab53 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sun, 17 Oct 2021 09:58:36 +0200 Subject: [PATCH] Fix firefox list in autostart.target --- autostart/autostart.target.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autostart/autostart.target.j2 b/autostart/autostart.target.j2 index 6ec00b6..c5871ff 100644 --- a/autostart/autostart.target.j2 +++ b/autostart/autostart.target.j2 @@ -7,8 +7,8 @@ Wants=blueman.service Wants=dpms.service Wants=dunst.service Wants=element.service -{% for profile in user.firefox_profiles|default([]) %} -Wants=firefox@{{ profile.name }}.service +{% for profile in (user.firefox_profiles|default({})).keys() %} +Wants=firefox@{{ profile }}.service {% endfor %} Wants=gpg-agent.service Wants=gnome-keyring.service