diff options
| author | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 19:54:23 +0200 |
|---|---|---|
| committer | Nippy <nippy@Beller-Mac-mini.lan> | 2026-09-07 19:54:23 +0200 |
| commit | 36088dfa9a0b85710ca6a8ec801e6d34aff642a3 (patch) | |
| tree | 43f0f37f5719f8b2f1dcf0e00a8e28b12d58cc39 /raveos-calamares-theme | |
| parent | ed1c9a34738f8c60467a96a5c938ec757f65861a (diff) | |
| download | RaveOS-PKGBUILD-36088dfa9a0b85710ca6a8ec801e6d34aff642a3.tar.gz RaveOS-PKGBUILD-36088dfa9a0b85710ca6a8ec801e6d34aff642a3.zip | |
fix
Diffstat (limited to 'raveos-calamares-theme')
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/netinstall-apps.yaml | 1 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/modules/shellprocess-final.conf | 3 |
3 files changed, 4 insertions, 2 deletions
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 <nippy@tuta.io> 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 |