diff --git a/python_modules/inflate_bubble.py b/python_modules/inflate_bubble.py index d3a7558b..314135f1 100644 --- a/python_modules/inflate_bubble.py +++ b/python_modules/inflate_bubble.py @@ -105,7 +105,7 @@ def set_gfb(): """ Create the list for the xfce xfce list""" with open(HOME_FOLDER + PACKAGE_LIST + 'gfb.list.chroot', 'x', encoding='UTF-8') as gfb_file: - gfb_file.write(conf.gfb_list) + gfb_file.write(conf.gnome_flashback_list) # CHROOT Specific