Updated: Calamres branding

Signed-off-by: debianpepper <pdpdebdevuan@protonmail.com>
This commit is contained in:
debianpepper 2024-05-23 21:44:39 +09:00
parent 60d06e6473
commit b9ed0e1e2c
2 changed files with 16 additions and 25 deletions

View File

@ -1,9 +0,0 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=Peppermint Hub
Comment=This will open the Pep Hub
Exec=hub
Icon=peppermint-hub-128
Terminal=false
StartupNotify=false

View File

@ -260,25 +260,25 @@ class ArchitectureFiles:
self.sarch = sarch self.sarch = sarch
calamares_path = '/calamares_settings/' calamares_path = '/calamares_settings/'
sources_path = '/sources/' sources_path = '/sources/'
src_paths = (#calamares_path + self.sbase + self.sarch + src_paths = (calamares_path + self.sbase + self.sarch +
#'/calamares/settings.conf', '/calamares/settings.conf',
#calamares_path + self.sbase + self.sarch + calamares_path + self.sbase + self.sarch +
#'/install-peppermint', '/install-peppermint',
#calamares_path + self.sbase + self.sarch + calamares_path + self.sbase + self.sarch +
#'/sources-final', '/sources-final',
#calamares_path + self.sbase + self.sarch + calamares_path + self.sbase + self.sarch +
#'/bootloader-config', '/bootloader-config',
#calamares_path + calamares_path +
#'adddesktopicon/add-calamares-desktop-icon', 'adddesktopicon/add-calamares-desktop-icon',
sources_path + self.sbase + self.sarch + sources_path + self.sbase + self.sarch +
'/sources.list', '/sources.list',
#'/id_files/pep_id' '/id_files/pep_id'
) )
des_paths = (#'/etc/calamares/settings.conf', des_paths = ('/etc/calamares/settings.conf',
#'/usr/bin/install-peppermint', '/usr/bin/install-peppermint',
#'/usr/sbin/sources-final', '/usr/sbin/sources-final',
#'/usr/sbin/bootloader-config', '/usr/sbin/bootloader-config',
#'/usr/bin/add-calamares-desktop-icon', '/usr/bin/add-calamares-desktop-icon',
'/opt/pepconf/sources.list', '/opt/pepconf/sources.list',
'/usr/share/peppermint/pep_id' '/usr/share/peppermint/pep_id'
) )