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/PKGBUILD | 2 +- raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml | 1 + raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) (limited to 'raveos-calamares-theme') diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index 38e9be8..a205716 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: nippy pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=50 +pkgrel=51 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" 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