From 36088dfa9a0b85710ca6a8ec801e6d34aff642a3 Mon Sep 17 00:00:00 2001 From: Nippy Date: Mon, 7 Sep 2026 19:54:23 +0200 Subject: fix --- raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml | 1 + raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'raveos-calamares-theme/etc/calamares/modules') diff --git a/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml b/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml index 6d3b256..5739a20 100644 --- a/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml +++ b/raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml @@ -346,6 +346,7 @@ - simplescreenrecorder - smplayer - vlc + - vlc-plugins-all - youtube-dl - name: "Virtualbox" description: "Virtualbox Package" diff --git a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf index fc06d93..d37b8c3 100644 --- a/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf +++ b/raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf @@ -29,4 +29,5 @@ script: - "install -Dm644 /etc/systemd/system/reflector-once.service ${ROOT}/etc/systemd/system/reflector-once.service" - "chroot ${ROOT} systemctl enable reflector-once.service" - "gsettings set org.gnome.desktop.interface gtk-theme 'Yaru-olive-dark'" - - "gsettings set org.gnome.desktop.interface icon-theme 'Adwaitaru-olive'" \ No newline at end of file + - "gsettings set org.gnome.desktop.interface icon-theme 'Adwaitaru-olive'" + - "sh -c 'echo \"MESA_SHADER_CACHE_MAX_SIZE=12G\" >> ${ROOT}/etc/environment; echo \"__GL_SHADER_DISK_CACHE_SIZE=12884901888\" >> ${ROOT}/etc/environment'" \ No newline at end of file -- cgit v1.3