From 8fdd38de5eeccd49e7392e0ce89e0716ad737052 Mon Sep 17 00:00:00 2001 From: manuel Date: Fri, 31 May 2024 18:18:18 +0000 Subject: [PATCH] update calamares-install-peppermint.desktop name in the hook script --- iso_configs/pylibraries/pepperpy/hooks_live.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iso_configs/pylibraries/pepperpy/hooks_live.py b/iso_configs/pylibraries/pepperpy/hooks_live.py index d37aa0ea..8ef6676b 100644 --- a/iso_configs/pylibraries/pepperpy/hooks_live.py +++ b/iso_configs/pylibraries/pepperpy/hooks_live.py @@ -119,7 +119,7 @@ def set_installer_permissions(): makelnk = f'ln -sf {source} {destination}' os.system('chmod 755 /usr/bin/install-peppermint') - os.system('chmod 755 /usr/share/applications/Install-peppermint.desktop') + os.system('chmod 755 /usr/share/applications/calamares-install-peppermint.desktop') os.system(makelnk) os.system('chmod 755 -R /boot/grub/themes') os.system('cd /opt')