From 275d649216d86000f9f9354aba20f96c0a1fe5c8 Mon Sep 17 00:00:00 2001 From: Nippy Date: Sun, 7 Jun 2026 20:11:19 +0200 Subject: calamares: mipmap=true a slideshow képekhez, pkgrel 28 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1080p-n pixelás volt a 2K kép, mipmap engedélyezésével javítva. --- raveos-calamares-theme/PKGBUILD | 2 +- raveos-calamares-theme/etc/calamares/branding/raveos/show.qml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'raveos-calamares-theme') 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 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 } } -- cgit v1.3