diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 20:12:51 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 20:12:51 +0200 |
| commit | 8424a6399b9cfb98657fec10a78e2a57941e4cd1 (patch) | |
| tree | 82d68f0eafc01d5c32713f1d7741fb34b53fe30e | |
| parent | 275d649216d86000f9f9354aba20f96c0a1fe5c8 (diff) | |
| download | RaveOS-PKGBUILD-8424a6399b9cfb98657fec10a78e2a57941e4cd1.tar.gz RaveOS-PKGBUILD-8424a6399b9cfb98657fec10a78e2a57941e4cd1.zip | |
calamares: mipmap=true a welcome képre is, pkgrel 29
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rw-r--r-- | raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index 341d51d..fc4789f 100644 --- a/raveos-calamares-theme/PKGBUILD +++ b/raveos-calamares-theme/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: AlexC <alexc@alexc.hu> pkgname=raveos-calamares-theme pkgver=2.0.0 -pkgrel=28 +pkgrel=29 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml index b45bf14..e38106b 100644 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/welcomeq.qml @@ -12,6 +12,7 @@ Item { source: "images/raveos-welcome.png" fillMode: Image.Stretch smooth: true + mipmap: true } // Bottom overlay for language selector |