diff --git a/iso_configs/xfce/xfce4/panel/launcher-16/16158061493.desktop b/iso_configs/xfce/xfce4/panel/launcher-16/16158061493.desktop index e1a20bd4..44cc5b10 100755 --- a/iso_configs/xfce/xfce4/panel/launcher-16/16158061493.desktop +++ b/iso_configs/xfce/xfce4/panel/launcher-16/16158061493.desktop @@ -13,5 +13,7 @@ Actions=preferences; X-XFCE-Source=file:///usr/share/applications/xfce4-terminal.desktop [Desktop Action preferences] + + Name=Terminal Preferences Exec=xfce4-terminal --preferences diff --git a/python_modules/infra.py b/python_modules/infra.py index e8bc126e..82560dfb 100644 --- a/python_modules/infra.py +++ b/python_modules/infra.py @@ -69,16 +69,15 @@ class ChrootFolders: self.sbase = sbase self.sarch = sarch src_chroot = ('/osrelease/' + self.sbase + self.sarch, - #'/osrelease/' + self.sbase + self.sarch, '/grub/'+ self.sbase + self.sarch, - #'/calamares_settings/' + self.sbase + self.sarch + - #'/calamares/modules', + '/calamares_settings/' + self.sbase + self.sarch + + '/calamares/modules', '/grub/' + self.sbase + '_themes' ) des_chroot =('/usr/lib', '/opt/pepconf', - #'/etc/default', - #'/etc/calamares/modules', + '/etc/default', + '/etc/calamares/modules', '/boot/grub/themes' ) # Chroot Folders.