diff options
| author | Nippy <nippy@rp1.hu> | 2026-06-07 20:11:19 +0200 |
|---|---|---|
| committer | Nippy <nippy@rp1.hu> | 2026-06-07 20:11:19 +0200 |
| commit | 275d649216d86000f9f9354aba20f96c0a1fe5c8 (patch) | |
| tree | 200bfe2b20dc334d468f2770c7f6e14065d11f3c | |
| parent | 90f301c6c5afa6acee2bcfbbdd4d4458d0aacf40 (diff) | |
| download | RaveOS-PKGBUILD-275d649216d86000f9f9354aba20f96c0a1fe5c8.tar.gz RaveOS-PKGBUILD-275d649216d86000f9f9354aba20f96c0a1fe5c8.zip | |
calamares: mipmap=true a slideshow képekhez, pkgrel 28
1080p-n pixelás volt a 2K kép, mipmap engedélyezésével javítva.
| -rw-r--r-- | raveos-calamares-theme/PKGBUILD | 2 | ||||
| -rwxr-xr-x | raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/raveos-calamares-theme/PKGBUILD b/raveos-calamares-theme/PKGBUILD index 8b14f0e..341d51d 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=27 +pkgrel=28 pkgdesc="RaveOS Calamares Theme" arch=('any') url="https://git.rp1.hu/RaveOS" diff --git a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml index fbbee94..6d2db3a 100755 --- a/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml +++ b/raveos-calamares-theme/etc/calamares/branding/raveos/show.qml @@ -45,6 +45,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } @@ -59,6 +60,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } @@ -73,6 +75,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } @@ -87,6 +90,7 @@ Presentation anchors.fill: parent fillMode: Image.PreserveAspectCrop smooth: true + mipmap: true } } |